[GitHub] [doris] yiguolei merged pull request #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-10 Thread GitBox
yiguolei merged PR #11631: URL: https://github.com/apache/doris/pull/11631 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [fix](like-predicate) Add missing functions in LikeColumnPredicate (#11631)

2022-08-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 0291f84a9e [fix](like-predicate) Add missing fu

[GitHub] [doris] mrhhsg opened a new pull request, #11641: [improvement](config)Use session variable to replace configuration for 'enable_function_pushdown'

2022-08-10 Thread GitBox
mrhhsg opened a new pull request, #11641: URL: https://github.com/apache/doris/pull/11641 # Proposed changes Issue Number: close #xxx ## Problem Summary This PR adds some regression-test cases for like function in #11631 ## Checklist(Required) 1. Does i

[GitHub] [doris] 924060929 merged pull request #11604: [feature](Nereids): Enable the costAndEnforcerJob

2022-08-10 Thread GitBox
924060929 merged PR #11604: URL: https://github.com/apache/doris/pull/11604 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[doris] branch master updated: [feature](Nereids): Enable the costAndEnforcerJob (#11604)

2022-08-10 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 89d3809a0e [feature](Nereids): Enable the cos

[GitHub] [doris-website] jeffrey-selectdb opened a new pull request, #35: [PWA] Add PWA support

2022-08-10 Thread GitBox
jeffrey-selectdb opened a new pull request, #35: URL: https://github.com/apache/doris-website/pull/35 Add ```Progressive Web Application``` support for doris-website Strong improve user cache by ```Service Workers```, standalone mode support on Chrome browser. ![image](https:

[GitHub] [doris-website] hf200012 merged pull request #35: [PWA] Add PWA support

2022-08-10 Thread GitBox
hf200012 merged PR #35: URL: https://github.com/apache/doris-website/pull/35 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris] jackwener opened a new pull request, #11642: [refactor](planner): make Table be abstract class.

2022-08-10 Thread GitBox
jackwener opened a new pull request, #11642: URL: https://github.com/apache/doris/pull/11642 # Proposed changes Issue Number: close #xxx ## Problem summary Make `Table` abstract class. refactor all code of UT used `new Table`. ## Checklist(Required) 1

[GitHub] [doris] hello-stephen opened a new pull request, #11643: [thirdparty](brpc) fix _dl_sym undefined reference on Ubuntu22.04

2022-08-10 Thread GitBox
hello-stephen opened a new pull request, #11643: URL: https://github.com/apache/doris/pull/11643 # Proposed changes Issue Number: close #xxx ## Problem summary this pr try to fix the problem of https://github.com/apache/doris/discussions/8201, same as this https://githu

[GitHub] [doris-website] song7788q closed pull request #36: Change static files to CDN

2022-08-10 Thread GitBox
song7788q closed pull request #36: Change static files to CDN URL: https://github.com/apache/doris-website/pull/36 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

[GitHub] [doris] lide-reed opened a new issue, #11644: [Bug] Returning incorrect amount of rows when enable vectorization in some where conditions with varchar data type

2022-08-10 Thread GitBox
lide-reed opened a new issue, #11644: URL: https://github.com/apache/doris/issues/11644 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version Doris 1.1.1

[GitHub] [doris] jackwener opened a new pull request, #11645: [refactor](planner): refactor equals code in Catalog dir.

2022-08-10 Thread GitBox
jackwener opened a new pull request, #11645: URL: https://github.com/apache/doris/pull/11645 # Proposed changes Issue Number: close #xxx ## Problem summary refactor equals code in Catalog dir. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] englefly commented on issue #11496: [Bug] The result of left join operator is empty

2022-08-10 Thread GitBox
englefly commented on issue #11496: URL: https://github.com/apache/doris/issues/11496#issuecomment-1210360520 fixed in https://github.com/apache/doris/pull/11515 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] adonis0147 opened a new pull request, #11646: [feature-wip](MTMV) Support creating materialized view for multiple tables

2022-08-10 Thread GitBox
adonis0147 opened a new pull request, #11646: URL: https://github.com/apache/doris/pull/11646 # Proposed changes Introduce a table with type `MATERIALIZED_VIEW` which is a special OLAP table. This pr implements it by inheriting `OlapTable`. ## Problem summary This

[GitHub] [doris] englefly commented on pull request #11630: [feature](nereids): SimplifyCastRule

2022-08-10 Thread GitBox
englefly commented on PR #11630: URL: https://github.com/apache/doris/pull/11630#issuecomment-1210396519 The following two casts are not equivalent. mysql> select cast(cast("1990-09-01 1:00:00" as datetime) as int); +-+ | CAST(C

[GitHub] [doris] englefly commented on pull request #11642: [refactor](planner): make Table be abstract class.

2022-08-10 Thread GitBox
englefly commented on PR #11642: URL: https://github.com/apache/doris/pull/11642#issuecomment-1210400566 why make it abstract? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[GitHub] [doris] morrySnow commented on a diff in pull request #11035: [Feature](nereids) support sub-query and alias in FromClause

2022-08-10 Thread GitBox
morrySnow commented on code in PR #11035: URL: https://github.com/apache/doris/pull/11035#discussion_r942246518 ## fe/fe-core/src/test/java/org/apache/doris/nereids/util/AnalyzeSubQueryTest.java: ## @@ -0,0 +1,194 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [doris] github-actions[bot] commented on pull request #11594: [Bug](doe) Fix some bug

2022-08-10 Thread GitBox
github-actions[bot] commented on PR #11594: URL: https://github.com/apache/doris/pull/11594#issuecomment-1210431545 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #11594: [Bug](doe) Fix some bug

2022-08-10 Thread GitBox
github-actions[bot] commented on PR #11594: URL: https://github.com/apache/doris/pull/11594#issuecomment-1210431584 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] Gabriel39 opened a new pull request, #11647: [Refactor](predicate) Use primitive type as template argument for predicate

2022-08-10 Thread GitBox
Gabriel39 opened a new pull request, #11647: URL: https://github.com/apache/doris/pull/11647 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [

[GitHub] [doris] Gabriel39 opened a new issue, #11648: [Enhancement] Use primitive type as template argument for predicate

2022-08-10 Thread GitBox
Gabriel39 opened a new issue, #11648: URL: https://github.com/apache/doris/issues/11648 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description _No resp

[doris-website] branch master updated: storage_root_path fix

2022-08-10 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 947f507b736 storage_root_path fix

[doris-website] branch master updated: Change static files to CDN (#37)

2022-08-10 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new d165736b83b Change static files to

[GitHub] [doris-website] hf200012 merged pull request #37: Change static files to CDN

2022-08-10 Thread GitBox
hf200012 merged PR #37: URL: https://github.com/apache/doris-website/pull/37 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris] github-actions[bot] commented on pull request #11035: [Feature](nereids) support sub-query and alias in FromClause

2022-08-10 Thread GitBox
github-actions[bot] commented on PR #11035: URL: https://github.com/apache/doris/pull/11035#issuecomment-1210439514 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] caoliang-web commented on a diff in pull request #10905: [extension] Mysql database import doris by external tables

2022-08-10 Thread GitBox
caoliang-web commented on code in PR #10905: URL: https://github.com/apache/doris/pull/10905#discussion_r942261910 ## extension/mysql_to_doris/conf/tables: ## @@ -0,0 +1,44 @@ + +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreemen

[GitHub] [doris] englefly commented on pull request #11389: Fix array permute

2022-08-10 Thread GitBox
englefly commented on PR #11389: URL: https://github.com/apache/doris/pull/11389#issuecomment-1210446815 This pr is not relevant to Nereids. @morningman Could u remove nereids label? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [doris-flink-connector] link3280 commented on issue #53: [Bug] Stream load fails when there's no data

2022-08-10 Thread GitBox
link3280 commented on issue #53: URL: https://github.com/apache/doris-flink-connector/issues/53#issuecomment-1210454469 @JNSimba Thanks for your explanation. I was writing to a non-partitioned table, of which DDL is like: ``` CREATE TABLE `tmp_test` ( `a` text NULL COM

[GitHub] [doris-flink-connector] link3280 commented on issue #53: [Bug] Stream load fails when there's no data

2022-08-10 Thread GitBox
link3280 commented on issue #53: URL: https://github.com/apache/doris-flink-connector/issues/53#issuecomment-1210461645 I mock a few records in a Kafka topic and submit a Flink job to sink them into a Doris table. The first checkpoint was good because there're existing data, but the

[GitHub] [doris] xy720 opened a new pull request, #11649: [Fix] fix `cast(array as array<>)` causes be core dump

2022-08-10 Thread GitBox
xy720 opened a new pull request, #11649: URL: https://github.com/apache/doris/pull/11649 # Proposed changes Issue Number: close #11639 ## Problem summary This commit: 1、fix the issue 2、add reggresion test for cast array ## Checklist(Required) 1. Does

[GitHub] [doris] ucasfl commented on pull request #11554: add java format style

2022-08-10 Thread GitBox
ucasfl commented on PR #11554: URL: https://github.com/apache/doris/pull/11554#issuecomment-1210482985 > Fe use `checkstyle` check the code. This Pr is not compatible with it. > > You can see [this](https://doris.apache.org/zh-CN/community/developer-guide/java-format-code). Sor

[GitHub] [doris] Toms1999 commented on a diff in pull request #10905: [extension] Mysql database import doris by external tables

2022-08-10 Thread GitBox
Toms1999 commented on code in PR #10905: URL: https://github.com/apache/doris/pull/10905#discussion_r942300960 ## extension/mysql_to_doris/conf/tables: ## @@ -0,0 +1,44 @@ + +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

[GitHub] [doris] yiguolei opened a new pull request, #11650: [refactor](delete predicate) Unify delete to segmentiterator

2022-08-10 Thread GitBox
yiguolei opened a new pull request, #11650: URL: https://github.com/apache/doris/pull/11650 # Proposed changes Issue Number: close #xxx ## Problem summary Currently, vectorized engine will remove columns that only in delete predicate in segment iterator. But in non-vecto

[GitHub] [doris] jackwener commented on pull request #11642: [refactor](planner): make Table be abstract class.

2022-08-10 Thread GitBox
jackwener commented on PR #11642: URL: https://github.com/apache/doris/pull/11642#issuecomment-1210497976 > why make it abstract? It should be `abstract class`, we shouldn't `new Table` -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[doris-website] branch revert-37-master created (now 063e2c82e36)

2022-08-10 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch revert-37-master in repository https://gitbox.apache.org/repos/asf/doris-website.git at 063e2c82e36 Revert "Change static files to CDN (#37)" This branch includes the following new c

[doris-website] 01/01: Revert "Change static files to CDN (#37)"

2022-08-10 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch revert-37-master in repository https://gitbox.apache.org/repos/asf/doris-website.git commit 063e2c82e3631ca33e9433781c5e7dcb4eb84aa0 Author: jiafeng.zhang AuthorDate: Wed Aug 10 18:46:38 20

[GitHub] [doris-website] hf200012 opened a new pull request, #38: Revert "Change static files to CDN"

2022-08-10 Thread GitBox
hf200012 opened a new pull request, #38: URL: https://github.com/apache/doris-website/pull/38 Reverts apache/doris-website#37 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [doris-website] hf200012 merged pull request #38: Revert "Change static files to CDN"

2022-08-10 Thread GitBox
hf200012 merged PR #38: URL: https://github.com/apache/doris-website/pull/38 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[doris-website] branch master updated: Revert "Change static files to CDN (#37)" (#38)

2022-08-10 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 2758c4df7d1 Revert "Change static f

[GitHub] [doris] github-actions[bot] commented on pull request #10905: [extension](feature)Mysql database import doris by external tables

2022-08-10 Thread GitBox
github-actions[bot] commented on PR #10905: URL: https://github.com/apache/doris/pull/10905#issuecomment-1210516487 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #10905: [extension](feature)Mysql database import doris by external tables

2022-08-10 Thread GitBox
github-actions[bot] commented on PR #10905: URL: https://github.com/apache/doris/pull/10905#issuecomment-1210516536 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #11406: [feature-wip](array-type) add the array_join function

2022-08-10 Thread GitBox
github-actions[bot] commented on PR #11406: URL: https://github.com/apache/doris/pull/11406#issuecomment-1210528617 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #11406: [feature-wip](array-type) add the array_join function

2022-08-10 Thread GitBox
github-actions[bot] commented on PR #11406: URL: https://github.com/apache/doris/pull/11406#issuecomment-1210528676 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] yiguolei merged pull request #11643: [thirdparty](brpc) fix _dl_sym undefined reference on Ubuntu22.04

2022-08-10 Thread GitBox
yiguolei merged PR #11643: URL: https://github.com/apache/doris/pull/11643 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [thirdparty](brpc) fix _dl_sym undefined reference on Ubuntu22.04 (#11643)

2022-08-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new c6f520fab4 [thirdparty](brpc) fix _dl_sym undef

[GitHub] [doris] yiguolei merged pull request #11641: [improvement](config)Use session variable to replace configuration for 'enable_function_pushdown'

2022-08-10 Thread GitBox
yiguolei merged PR #11641: URL: https://github.com/apache/doris/pull/11641 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [improvement](config)Use session variable to replace configuration for 'enable_function_pushdown' (#11641)

2022-08-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new c8418d13b5 [improvement](config)Use session var

[GitHub] [doris] yiguolei merged pull request #11632: [chore](regression-test) Add drop table in aggregate_count1

2022-08-10 Thread GitBox
yiguolei merged PR #11632: URL: https://github.com/apache/doris/pull/11632 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [chore](regression-test) Add drop table in aggregate_count1 (#11632)

2022-08-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new a153af9698 [chore](regression-test) Add drop ta

[GitHub] [doris] yiguolei merged pull request #11638: [Enhancement](meta) sort result by tablename when show tables like show data

2022-08-10 Thread GitBox
yiguolei merged PR #11638: URL: https://github.com/apache/doris/pull/11638 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] yiguolei closed issue #11636: [Enhancement] sort result by tablename when show tables like 'show data'

2022-08-10 Thread GitBox
yiguolei closed issue #11636: [Enhancement] sort result by tablename when show tables like 'show data' URL: https://github.com/apache/doris/issues/11636 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[doris] branch master updated (a153af9698 -> 8c344d33e6)

2022-08-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a153af9698 [chore](regression-test) Add drop table in aggregate_count1 (#11632) add 8c344d33e6 [Enhancement](me

[GitHub] [doris] yiguolei merged pull request #11635: [doc](fix)add show query profile doc

2022-08-10 Thread GitBox
yiguolei merged PR #11635: URL: https://github.com/apache/doris/pull/11635 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [docs](query profile)add show query profile (#11635)

2022-08-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new adf61a77bd [docs](query profile)add show query

[doris] branch master updated: [minor](*): remove redundant log and unused code. (#11620)

2022-08-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 976e7685db [minor](*): remove redundant log and

[GitHub] [doris] yiguolei merged pull request #11620: [minor](fe): remove redundant log and unused code.

2022-08-10 Thread GitBox
yiguolei merged PR #11620: URL: https://github.com/apache/doris/pull/11620 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] morningman commented on pull request #10905: [extension](feature)Mysql database import doris by external tables

2022-08-10 Thread GitBox
morningman commented on PR #10905: URL: https://github.com/apache/doris/pull/10905#issuecomment-1210545113 hi @Toms1999 , you need to add `extension/mysql_to_doris/conf/tables` to the `.licenserc.yaml` to pass the license check -- This is an automated message from the Apache Git Service.

[GitHub] [doris] yiguolei merged pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-10 Thread GitBox
yiguolei merged PR #11598: URL: https://github.com/apache/doris/pull/11598 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated (976e7685db -> 70b39475cf)

2022-08-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 976e7685db [minor](*): remove redundant log and unused code. (#11620) add 70b39475cf [fix](scanner) delete predi

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #11649: [Fix] fix `cast(array as array<>)` causes be core dump

2022-08-10 Thread GitBox
carlvinhust2012 commented on code in PR #11649: URL: https://github.com/apache/doris/pull/11649#discussion_r942348544 ## fe/fe-core/src/main/java/org/apache/doris/analysis/CastExpr.java: ## @@ -269,15 +270,28 @@ public void analyze() throws AnalysisException { // this

[GitHub] [doris] yixiutt closed pull request #11625: [Enhancement](load) add hidden_columns in stream load param

2022-08-10 Thread GitBox
yixiutt closed pull request #11625: [Enhancement](load) add hidden_columns in stream load param URL: https://github.com/apache/doris/pull/11625 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

[GitHub] [doris] yixiutt commented on pull request #11625: [Enhancement](load) add hidden_columns in stream load param

2022-08-10 Thread GitBox
yixiutt commented on PR #11625: URL: https://github.com/apache/doris/pull/11625#issuecomment-1210559308 > please update the doc of stream load > > ``` > docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md > docs/en/docs/sql-manual/sql-refer

[GitHub] [doris] xy720 commented on a diff in pull request #11649: [Fix] fix `cast(array as array<>)` causes be core dump

2022-08-10 Thread GitBox
xy720 commented on code in PR #11649: URL: https://github.com/apache/doris/pull/11649#discussion_r942357039 ## fe/fe-core/src/main/java/org/apache/doris/analysis/CastExpr.java: ## @@ -269,15 +270,28 @@ public void analyze() throws AnalysisException { // this cast may

[GitHub] [doris] xy720 commented on a diff in pull request #11649: [Fix] fix `cast(array as array<>)` causes be core dump

2022-08-10 Thread GitBox
xy720 commented on code in PR #11649: URL: https://github.com/apache/doris/pull/11649#discussion_r942357039 ## fe/fe-core/src/main/java/org/apache/doris/analysis/CastExpr.java: ## @@ -269,15 +270,28 @@ public void analyze() throws AnalysisException { // this cast may

[GitHub] [doris] Gabriel39 opened a new issue, #11651: [Bug] core dump using vectorized schema change

2022-08-10 Thread GitBox
Gabriel39 opened a new issue, #11651: URL: https://github.com/apache/doris/issues/11651 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version master

[GitHub] [doris] Gabriel39 opened a new pull request, #11652: [Bug](schema change) Fix bug for vectorized schema change

2022-08-10 Thread GitBox
Gabriel39 opened a new pull request, #11652: URL: https://github.com/apache/doris/pull/11652 # Proposed changes Issue Number: close #11651 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] github-actions[bot] commented on pull request #11652: [Bug](schema change) Fix bug for vectorized schema change

2022-08-10 Thread GitBox
github-actions[bot] commented on PR #11652: URL: https://github.com/apache/doris/pull/11652#issuecomment-1210582412 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #11652: [Bug](schema change) Fix bug for vectorized schema change

2022-08-10 Thread GitBox
github-actions[bot] commented on PR #11652: URL: https://github.com/apache/doris/pull/11652#issuecomment-1210582441 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris-flink-connector] Yuntao-Wu commented on issue #52: Flink Doris Connector Release Note 1.2.0

2022-08-10 Thread GitBox
Yuntao-Wu commented on issue #52: URL: https://github.com/apache/doris-flink-connector/issues/52#issuecomment-1210588500 is there any incompatible change should be mentioned? eg. strip_outer_array -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [doris] Jibing-Li opened a new pull request, #11653: Fix hdfs-site.xml file name typo.

2022-08-10 Thread GitBox
Jibing-Li opened a new pull request, #11653: URL: https://github.com/apache/doris/pull/11653 # Proposed changes hdfs-site.xml file name is incorrect in start-be.sh script. ## Problem summary Couldn't start be because the start-be.sh script couldn't find hdfs_site.xml fil

[doris] branch master updated: [docs] Fix Chinese description in En dos (#11512)

2022-08-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 290f0400d3 [docs] Fix Chinese description in En

[GitHub] [doris] yiguolei merged pull request #11512: [fix](docs) Fix Chinese description in En dos

2022-08-10 Thread GitBox
yiguolei merged PR #11512: URL: https://github.com/apache/doris/pull/11512 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] github-actions[bot] commented on pull request #11653: Fix hdfs-site.xml file name typo.

2022-08-10 Thread GitBox
github-actions[bot] commented on PR #11653: URL: https://github.com/apache/doris/pull/11653#issuecomment-1210608227 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #11653: Fix hdfs-site.xml file name typo.

2022-08-10 Thread GitBox
github-actions[bot] commented on PR #11653: URL: https://github.com/apache/doris/pull/11653#issuecomment-1210608266 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] 924060929 opened a new pull request, #11654: [enhancement](Nereids) support StatementContext, SET_VAR, and Plan pre/post processor

2022-08-10 Thread GitBox
924060929 opened a new pull request, #11654: URL: https://github.com/apache/doris/pull/11654 # Proposed changes 1. add `StatementContext`, and `PlannerContext` is renamed to `CascadsContext`. `CascadsContext` belong to a `StatementContext`, and `StatementContext` belong to a `ConnectionC

[GitHub] [doris] chenlinzhong opened a new pull request, #11655: [remote-udaf](pyhton-samples) use python to impl remote avg and sum s…

2022-08-10 Thread GitBox
chenlinzhong opened a new pull request, #11655: URL: https://github.com/apache/doris/pull/11655 …amples # Proposed changes use python to impl remote avg and sum function Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist

[doris] branch master updated: [Bug](doe) Fix some bug (#11594)

2022-08-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new d8427037be [Bug](doe) Fix some bug (#11594) d84

[GitHub] [doris] yiguolei merged pull request #11594: [Bug](doe) Fix some bug

2022-08-10 Thread GitBox
yiguolei merged PR #11594: URL: https://github.com/apache/doris/pull/11594 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] yiguolei closed issue #11583: [Bug](doe) Fix some bug.

2022-08-10 Thread GitBox
yiguolei closed issue #11583: [Bug](doe) Fix some bug. URL: https://github.com/apache/doris/issues/11583 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [doris] github-actions[bot] commented on pull request #11655: [remote-udaf](python-samples) use python to impl remote avg and sum s…

2022-08-10 Thread GitBox
github-actions[bot] commented on PR #11655: URL: https://github.com/apache/doris/pull/11655#issuecomment-1210654803 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #11655: [remote-udaf](python-samples) use python to impl remote avg and sum s…

2022-08-10 Thread GitBox
github-actions[bot] commented on PR #11655: URL: https://github.com/apache/doris/pull/11655#issuecomment-1210654860 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] starocean999 commented on a diff in pull request #11546: [Feature](nereids) Support neredis interface for new vectorized engine

2022-08-10 Thread GitBox
starocean999 commented on code in PR #11546: URL: https://github.com/apache/doris/pull/11546#discussion_r942445244 ## be/src/vec/functions/like.cpp: ## @@ -117,15 +117,14 @@ Status FunctionLikeBase::regexp_fn(LikeSearchState* state, const StringValue& va Status FunctionLikeBas

[doris] branch master updated (d8427037be -> 6c9d158e9b)

2022-08-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d8427037be [Bug](doe) Fix some bug (#11594) add 6c9d158e9b [fix](script) Fix hdfs-site.xml file name typo. #1165

[GitHub] [doris] yiguolei merged pull request #11653: [fix](script) Fix hdfs-site.xml file name typo.

2022-08-10 Thread GitBox
yiguolei merged PR #11653: URL: https://github.com/apache/doris/pull/11653 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] yiguolei merged pull request #11652: [Bug](schema change) Fix bug for vectorized schema change

2022-08-10 Thread GitBox
yiguolei merged PR #11652: URL: https://github.com/apache/doris/pull/11652 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] yiguolei closed issue #11651: [Bug] core dump using vectorized schema change

2022-08-10 Thread GitBox
yiguolei closed issue #11651: [Bug] core dump using vectorized schema change URL: https://github.com/apache/doris/issues/11651 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[doris] branch master updated: [Bug](schema change) Fix bug for vectorized schema change (#11652)

2022-08-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new a3714981fd [Bug](schema change) Fix bug for vec

[GitHub] [doris] github-actions[bot] commented on pull request #11647: [Refactor](predicate) Use primitive type as template argument for predicate

2022-08-10 Thread GitBox
github-actions[bot] commented on PR #11647: URL: https://github.com/apache/doris/pull/11647#issuecomment-1210699403 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #11647: [Refactor](predicate) Use primitive type as template argument for predicate

2022-08-10 Thread GitBox
github-actions[bot] commented on PR #11647: URL: https://github.com/apache/doris/pull/11647#issuecomment-1210699467 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[doris] branch dev-1.1.2 updated: [thirdparty](brpc) fix _dl_sym undefined reference on Ubuntu22.04 (#11643)

2022-08-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new eb0756c401 [thirdparty](brpc) fix _dl_sym

[GitHub] [doris] yiguolei merged pull request #11655: [remote-udaf](python-samples) use python to impl remote avg and sum s…

2022-08-10 Thread GitBox
yiguolei merged PR #11655: URL: https://github.com/apache/doris/pull/11655 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [remote-udaf](python-samples) use python to impl remote avg and sum s… (#11655)

2022-08-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 5d02f70a0f [remote-udaf](python-samples) use py

[GitHub] [doris] dataroaring commented on issue #11644: [Bug] Returning incorrect amount of rows when enable vectorization in some where conditions with varchar data type

2022-08-10 Thread GitBox
dataroaring commented on issue #11644: URL: https://github.com/apache/doris/issues/11644#issuecomment-1210736289 03E5AD557AE13CE18A2A3BB836DA67932022-05-22 2022-05-22 11:57:54 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [doris] dataroaring commented on issue #11644: [Bug] Returning incorrect amount of rows when enable vectorization in some where conditions with varchar data type

2022-08-10 Thread GitBox
dataroaring commented on issue #11644: URL: https://github.com/apache/doris/issues/11644#issuecomment-1210739072 select * from lide_test where create_time>='2022-05-22 11:57:54' and create_time<='2022-05-22 11:57:55'; -- This is an automated message from the Apache Git Service. To respond

[GitHub] [doris] stalary opened a new pull request, #11656: [Feature](multi-catalog) Support refresh catalog metadata

2022-08-10 Thread GitBox
stalary opened a new pull request, #11656: URL: https://github.com/apache/doris/pull/11656 # Proposed changes Issue Number: close https://github.com/apache/doris/issues/11633 ## Problem summary 1. Support refresh catalog metadata 2. Fix a few code issues(Repeat code, w

[GitHub] [doris] jackwener closed pull request #11508: [feature](Nereids):add join marks for join reorder

2022-08-10 Thread GitBox
jackwener closed pull request #11508: [feature](Nereids):add join marks for join reorder URL: https://github.com/apache/doris/pull/11508 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [doris] morningman opened a new pull request, #11657: [feature](http) add api for showing current queries and kill query

2022-08-10 Thread GitBox
morningman opened a new pull request, #11657: URL: https://github.com/apache/doris/pull/11657 # Proposed changes Issue Number: close #xxx ## Problem summary Add 2 new http api in FE: 1. `GET /rest/v2/manager/query/current_queries` 2. `POST /rest/v2/manager/query/kil

[GitHub] [doris] bin41215 opened a new pull request, #11658: [minor] turn virtual memory to physical memory

2022-08-10 Thread GitBox
bin41215 opened a new pull request, #11658: URL: https://github.com/apache/doris/pull/11658 # Proposed changes In the check_sys_mem_info method of mem_tracker_limiter.h, turn virtual memory to physical memory ## Problem summary The log information about memory is confusi

[GitHub] [doris] cun8cun8 opened a new pull request, #11659: Usage example of modifying the "storage_root_path" parameter

2022-08-10 Thread GitBox
cun8cun8 opened a new pull request, #11659: URL: https://github.com/apache/doris/pull/11659 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] github-actions[bot] commented on pull request #11659: Usage example of modifying the "storage_root_path" parameter

2022-08-10 Thread GitBox
github-actions[bot] commented on PR #11659: URL: https://github.com/apache/doris/pull/11659#issuecomment-1211440886 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

  1   2   >