[doris] branch master updated (01bd7f224b -> 1b0b5b5f09)

2022-08-18 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 01bd7f224b [bugifx](compaction) fix filter_delete if schema has sequence column (#11909) add 1b0b5b5f09 [Enh

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

2022-08-18 Thread GitBox
dataroaring merged PR #11625: 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 specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

[doris] branch master updated (1f9eec5462 -> 01bd7f224b)

2022-08-18 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 1f9eec5462 [Regression](datev2) Add test cases for datev2/datetimev2 (#11831) add 01bd7f224b [bugifx](compac

[GitHub] [doris] dataroaring merged pull request #11909: [bugifx](compaction) fix filter_delete if schema has sequence column

2022-08-18 Thread GitBox
dataroaring merged PR #11909: URL: https://github.com/apache/doris/pull/11909 -- 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.

[GitHub] [doris] englefly commented on a diff in pull request #11825: [Feature](Nereids) Support join hint.

2022-08-18 Thread GitBox
englefly commented on code in PR #11825: URL: https://github.com/apache/doris/pull/11825#discussion_r949857778 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -360,39 +362,86 @@ public PlanFragment visitAbstractPhysicalSor

[GitHub] [doris] jackwener commented on pull request #11890: [docs](fix) update pictures links

2022-08-18 Thread GitBox
jackwener commented on PR #11890: URL: https://github.com/apache/doris/pull/11890#issuecomment-1220313690 > LGTM Same problem in #11889. We should put picture into directory instead of using s3. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [doris] github-actions[bot] commented on pull request #11912: [fix](array-type) fix 'show create table' return null

2022-08-18 Thread GitBox
github-actions[bot] commented on PR #11912: URL: https://github.com/apache/doris/pull/11912#issuecomment-1220312345 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] adonis0147 commented on pull request #11913: [Bug](shell) fix wrong condition expression in script

2022-08-18 Thread GitBox
adonis0147 commented on PR #11913: URL: https://github.com/apache/doris/pull/11913#issuecomment-1220311172 Finally, I got the issue which the pr aims at resolving. When we run `run-regression-test.sh`, the script always build the jar for regression test framework even if the jar was b

[GitHub] [doris] adonis0147 commented on a diff in pull request #11913: [Bug](shell) fix wrong condition expression in script

2022-08-18 Thread GitBox
adonis0147 commented on code in PR #11913: URL: https://github.com/apache/doris/pull/11913#discussion_r949848930 ## run-regression-test.sh: ## @@ -141,7 +141,7 @@ if [[ "${RUN}" -ne 1 ]]; then exit 0 fi -if [[ ! -f ${RUN_JAR} ]]; then +if [ ! -f ${RUN_JAR} ]; then Revie

[GitHub] [doris] adonis0147 commented on a diff in pull request #11913: [Bug](shell) fix wrong condition expression in script

2022-08-18 Thread GitBox
adonis0147 commented on code in PR #11913: URL: https://github.com/apache/doris/pull/11913#discussion_r949848930 ## run-regression-test.sh: ## @@ -141,7 +141,7 @@ if [[ "${RUN}" -ne 1 ]]; then exit 0 fi -if [[ ! -f ${RUN_JAR} ]]; then +if [ ! -f ${RUN_JAR} ]; then Revie

[GitHub] [doris] adonis0147 commented on pull request #11913: [Bug](shell) fix wrong condition expression in script

2022-08-18 Thread GitBox
adonis0147 commented on PR #11913: URL: https://github.com/apache/doris/pull/11913#issuecomment-1220296788 Would you like to provide some steps to reproduce the issue? I ran `bash -x run-regression-test.sh` on my machine but found the condition passed. -- This is an automated message from

[GitHub] [doris] github-actions[bot] commented on pull request #11909: [bugifx](compaction) fix filter_delete if schema has sequence column

2022-08-18 Thread GitBox
github-actions[bot] commented on PR #11909: URL: https://github.com/apache/doris/pull/11909#issuecomment-1220293939 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 #11909: [bugifx](compaction) fix filter_delete if schema has sequence column

2022-08-18 Thread GitBox
github-actions[bot] commented on PR #11909: URL: https://github.com/apache/doris/pull/11909#issuecomment-1220293919 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] icedrugs89 commented on issue #11888: [Bug] 数据列内容不一致

2022-08-18 Thread GitBox
icedrugs89 commented on issue #11888: URL: https://github.com/apache/doris/issues/11888#issuecomment-1220292909 Not now, reproduced in simulation,But copy the problem's table named dwd_trade_draw_pdi_test001 and reimport data using broker load, then execute step 1 and step 2, get the same e

[GitHub] [doris] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-18 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r949833624 ## fe/fe-core/src/main/java/org/apache/doris/nereids/NereidsPlanner.java: ## @@ -147,6 +148,7 @@ private void analyze() { private void rewrite() { new Nor

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

2022-08-18 Thread GitBox
github-actions[bot] commented on PR #11625: URL: https://github.com/apache/doris/pull/11625#issuecomment-1220291095 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 #11625: [Enhancement](load) add hidden_columns in stream load param

2022-08-18 Thread GitBox
github-actions[bot] commented on PR #11625: URL: https://github.com/apache/doris/pull/11625#issuecomment-1220291069 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] Gabriel39 commented on pull request #11913: [Bug](shell) fix wrong condition expression in script

2022-08-18 Thread GitBox
Gabriel39 commented on PR #11913: URL: https://github.com/apache/doris/pull/11913#issuecomment-1220283046 cc @adonis0147 this condition always return false now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [doris] Gabriel39 opened a new pull request, #11913: [Bug](shell) fix wrong condition expression in script

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

[GitHub] [doris] wangbo commented on a diff in pull request #11392: [Improvement](storage) reuse schema and rowblockv2 on single scanner_thread

2022-08-18 Thread GitBox
wangbo commented on code in PR #11392: URL: https://github.com/apache/doris/pull/11392#discussion_r949817356 ## be/src/olap/rowset/beta_rowset_reader.cpp: ## @@ -59,27 +59,45 @@ Status BetaRowsetReader::init(RowsetReaderContext* read_context) {

[GitHub] [doris] wangbo commented on a diff in pull request #11392: [Improvement](storage) reuse schema and rowblockv2 on single scanner_thread

2022-08-18 Thread GitBox
wangbo commented on code in PR #11392: URL: https://github.com/apache/doris/pull/11392#discussion_r949812853 ## be/src/olap/rowset/beta_rowset_reader.cpp: ## @@ -59,27 +59,45 @@ Status BetaRowsetReader::init(RowsetReaderContext* read_context) {

[GitHub] [doris] carlvinhust2012 opened a new pull request, #11912: [fix](array-type) run 'show create table' return null

2022-08-18 Thread GitBox
carlvinhust2012 opened a new pull request, #11912: URL: https://github.com/apache/doris/pull/11912 # Proposed changes 1. this pr is used to solve the problem in #11911 . Issue Number: #7502 ## Problem summary Describe your changes. ## Checklist(Required) 1.

[GitHub] [doris] carlvinhust2012 opened a new issue, #11911: [Bug] run 'show create table array_test;' return null

2022-08-18 Thread GitBox
carlvinhust2012 opened a new issue, #11911: URL: https://github.com/apache/doris/issues/11911 ### 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] github-actions[bot] commented on pull request #11908: [Bug](function) fix dcheck fail on close vexpr ctx

2022-08-18 Thread GitBox
github-actions[bot] commented on PR #11908: URL: https://github.com/apache/doris/pull/11908#issuecomment-1220242845 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] adonis0147 opened a new pull request, #11910: [fix](script) Support starting BE without Java environment

2022-08-18 Thread GitBox
adonis0147 opened a new pull request, #11910: URL: https://github.com/apache/doris/pull/11910 # Proposed changes Support starting BE without Java environment ## Problem summary If we built BE without `--java-udf`, we should support starting it without Java environment.

[doris] branch dev-1.1.2 updated: [enhancement](RowDescriptor) enhance tuple_idx check during runtime (#11835)

2022-08-18 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 adabf53599 [enhancement](RowDescriptor) e

[doris] branch dev-1.1.2 updated: [Feature] (ODBC) support read/write emoji of utf16 via odbc table (#11863)

2022-08-18 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 54f4a8be57 [Feature] (ODBC) support read/

[doris] branch dev-1.1.2 updated: [fix](orderby)remove useless null literal in order by (#11821)

2022-08-18 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 d1ad2f75b3 [fix](orderby)remove useless n

[doris] branch dev-1.1.2 updated: [fix](orderby)disallow hll and bitmap data type in order by list (#11837)

2022-08-18 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 a8a0bd3f93 [fix](orderby)disallow hll and

[doris] branch dev-1.1.2 updated: [fix](function) Fix semantic analysis error in window function at first_value (#11855)

2022-08-18 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 5b7752fc5a [fix](function) Fix semantic a

[doris] branch dev-1.1.2 updated: [enhancement](VSlotRef) enhance column_id check in execute function during runtime (#11862)

2022-08-18 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 d066af5e2f [enhancement](VSlotRef) enhanc

[GitHub] [doris] github-actions[bot] commented on pull request #11486: [Enhancement] Fix benchmark scripts, cover case that $PASSWORD not empty

2022-08-18 Thread GitBox
github-actions[bot] commented on PR #11486: URL: https://github.com/apache/doris/pull/11486#issuecomment-1220218860 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 #11486: [Enhancement] Fix benchmark scripts, cover case that $PASSWORD not empty

2022-08-18 Thread GitBox
github-actions[bot] commented on PR #11486: URL: https://github.com/apache/doris/pull/11486#issuecomment-1220218849 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

[doris] branch dev-1.1.2 updated: [impovement](sink) print load_id when sink fails (#11893)

2022-08-18 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 b3bd16257e [impovement](sink) print load_

[GitHub] [doris] yixiutt opened a new pull request, #11909: [bugifx](compaction) fix filter_delete if schema has sequence column

2022-08-18 Thread GitBox
yixiutt opened a new pull request, #11909: URL: https://github.com/apache/doris/pull/11909 introduced in #11721. Use last column as delete sign, but if sequence column exist, it's wrong. # Proposed changes Issue Number: close #xxx ## Problem summary Describe you

[GitHub] [doris] Gabriel39 closed issue #11841: [Bug] BE crash using vectorized load

2022-08-18 Thread GitBox
Gabriel39 closed issue #11841: [Bug] BE crash using vectorized load URL: https://github.com/apache/doris/issues/11841 -- 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 unsubsc

[GitHub] [doris] Gabriel39 closed issue #10666: [Bug] core dump in vectorized schema change

2022-08-18 Thread GitBox
Gabriel39 closed issue #10666: [Bug] core dump in vectorized schema change URL: https://github.com/apache/doris/issues/10666 -- 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

[GitHub] [doris] BiteTheDDDDt commented on pull request #11440: [Bug](Date/Datetime) Invalid date/datetime to NULL

2022-08-18 Thread GitBox
BiteThet commented on PR #11440: URL: https://github.com/apache/doris/pull/11440#issuecomment-1220208488 please rebase to pass workflow -- 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 spe

[GitHub] [doris] yiguolei commented on a diff in pull request #11869: [bugfix](light weight schema change) support delete condition in schema change

2022-08-18 Thread GitBox
yiguolei commented on code in PR #11869: URL: https://github.com/apache/doris/pull/11869#discussion_r949769932 ## be/src/olap/rowset/rowset_meta.h: ## @@ -233,8 +233,6 @@ class RowsetMeta { bool delete_flag() const { return _rowset_meta_pb.delete_flag(); } Review Comment

[GitHub] [doris] BiteTheDDDDt commented on pull request #11486: [Enhancement] Fix benchmark scripts, cover case that $PASSWORD not empty

2022-08-18 Thread GitBox
BiteThet commented on PR #11486: URL: https://github.com/apache/doris/pull/11486#issuecomment-1220206785 Hi, please rebase to pass workflow -- 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

[GitHub] [doris] BiteTheDDDDt commented on issue #11888: [Bug] 数据列内容不一致

2022-08-18 Thread GitBox
BiteThet commented on issue #11888: URL: https://github.com/apache/doris/issues/11888#issuecomment-1220204394 Hi, Do you have any minimal case can reproduce this problems? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [doris] MRYOG commented on issue #4718: [Proposal]Support bitmap_hash64 to calculate string value to 64 bit signature in data load

2022-08-18 Thread GitBox
MRYOG commented on issue #4718: URL: https://github.com/apache/doris/issues/4718#issuecomment-1220192573 same question ![image](https://user-images.githubusercontent.com/10381662/185534244-ed4c0d8d-2a2b-473c-9c34-7d3df2394370.png) -- This is an automated message from the Apache Git

[GitHub] [doris] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-18 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r949760465 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/MultiJoin.java: ## @@ -124,20 +148,27 @@ private Plan reorderJoinsAccordingToConditions(List

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #11908: [Bug](function) fix dcheck fail on close vexpr ctx

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

[GitHub] [doris] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-18 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r949759569 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalNestedLoopJoin.java: ## @@ -66,7 +69,7 @@ public String toString() { // TODO:

[GitHub] [doris] coderjiang opened a new issue, #11907: [Bug] Be unexpected termination

2022-08-18 Thread GitBox
coderjiang opened a new issue, #11907: URL: https://github.com/apache/doris/issues/11907 ### 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 mysql> show

[GitHub] [doris] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-18 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r949758787 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/MultiJoin.java: ## @@ -185,7 +219,11 @@ public Void visitLogicalJoin(LogicalJoin join, Void

[GitHub] [doris] yiguolei merged pull request #11831: [Regression](datev2) Add test cases for datev2/datetimev2

2022-08-18 Thread GitBox
yiguolei merged PR #11831: URL: https://github.com/apache/doris/pull/11831 -- 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 (089fe01aea -> 1f9eec5462)

2022-08-18 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 089fe01aea [Feature](vectorized alter table) set vectorized alter table to default open (#11897) add 1f9eec5462

[doris] branch master updated (7a505cf040 -> 089fe01aea)

2022-08-18 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 7a505cf040 [remote-udaf](optimize) Optimize RPC exception handling logic (#11680) add 089fe01aea [Feature](vect

[GitHub] [doris] yiguolei merged pull request #11897: [Feature](vectorized alter table) set vectorized alter table to default open

2022-08-18 Thread GitBox
yiguolei merged PR #11897: URL: https://github.com/apache/doris/pull/11897 -- 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 dev-1.1.2 updated: [fix](memtracker) Fix PartitionedAggregationNode DCHECK when mem exceed limit (#11902)

2022-08-18 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 ed06c890ba [fix](memtracker) Fix Partitio

[GitHub] [doris] github-actions[bot] commented on pull request #11897: [Feature](vectorized alter table) set vectorized alter table to default open

2022-08-18 Thread GitBox
github-actions[bot] commented on PR #11897: URL: https://github.com/apache/doris/pull/11897#issuecomment-1220185625 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] jackwener commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-18 Thread GitBox
jackwener commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r949748807 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalNestedLoopJoin.java: ## @@ -66,7 +69,7 @@ public String toString() { // TODO

[GitHub] [doris] github-actions[bot] commented on pull request #11795: [enhancement](Nereids)support max function

2022-08-18 Thread GitBox
github-actions[bot] commented on PR #11795: URL: https://github.com/apache/doris/pull/11795#issuecomment-1220178726 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] morningman commented on pull request #11320: [feature] Support runtime filter for file scan node.

2022-08-18 Thread GitBox
morningman commented on PR #11320: URL: https://github.com/apache/doris/pull/11320#issuecomment-1220177606 > No, move to #11582 -- 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 specif

[GitHub] [doris] morningman closed pull request #11320: [feature] Support runtime filter for file scan node.

2022-08-18 Thread GitBox
morningman closed pull request #11320: [feature] Support runtime filter for file scan node. URL: https://github.com/apache/doris/pull/11320 -- 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 specif

[GitHub] [doris] chovy-3012 commented on a diff in pull request #11836: [Enhancement](meta) add err type/code/msg in audit event

2022-08-18 Thread GitBox
chovy-3012 commented on code in PR #11836: URL: https://github.com/apache/doris/pull/11836#discussion_r949747009 ## fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java: ## @@ -164,6 +164,13 @@ private void auditAfterExec(String origStmt, StatementBase parsedStmt,

[doris] branch master updated (fcae979798 -> 7a505cf040)

2022-08-18 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from fcae979798 [fix](memtracker) Fix PartitionedAggregationNode DCHECK when mem exceed limit (#11902) add 7a505cf040

[GitHub] [doris] yangzhg merged pull request #11680: [remote-udaf](optimize) Optimize RPC exception handling logic

2022-08-18 Thread GitBox
yangzhg merged PR #11680: URL: https://github.com/apache/doris/pull/11680 -- 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.apac

[GitHub] [doris] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-18 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r949740485 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/MultiJoin.java: ## @@ -74,25 +93,30 @@ public Plan reorderJoinsAccordingToConditions() {

[GitHub] [doris] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-18 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r949739790 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/MultiJoin.java: ## @@ -74,25 +93,30 @@ public Plan reorderJoinsAccordingToConditions() {

[doris] branch master updated (f1ede2aa9d -> fcae979798)

2022-08-18 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 f1ede2aa9d [fix](function) Fix semantic analysis error in window function at first_value (#11855) add fcae97979

[GitHub] [doris] yiguolei merged pull request #11902: [fix](memtracker) Fix PartitionedAggregationNode DCHECK when mem exceed limit

2022-08-18 Thread GitBox
yiguolei merged PR #11902: URL: https://github.com/apache/doris/pull/11902 -- 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 #11901: [Bug] BE coredump when PartitionedAggregationNode

2022-08-18 Thread GitBox
yiguolei closed issue #11901: [Bug] BE coredump when PartitionedAggregationNode URL: https://github.com/apache/doris/issues/11901 -- 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] yangzhg opened a new pull request, #11906: [bugfix](load) fix cancel load stmt cannot recognize key words in upper case

2022-08-18 Thread GitBox
yangzhg opened a new pull request, #11906: URL: https://github.com/apache/doris/pull/11906 # Proposed changes fix cancel load stmt cannot recognize key words in upper case ## Problem summary this bug is intoduced by #9537 ## Checklist(Required) 1. Does

[GitHub] [doris] aopangzi opened a new issue, #11905: [Bug] Failed to execute CREATE TABLE LIKE or CREATE TABLE AS SELECT When the SQL statement contains DEFAULT CURRENT_TIMESTAMP

2022-08-18 Thread GitBox
aopangzi opened a new issue, #11905: URL: https://github.com/apache/doris/issues/11905 ### 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] stalary commented on issue #9835: [Enhancement] Elasticsearch extrenal table generate dsl move to fe from be

2022-08-18 Thread GitBox
stalary commented on issue #9835: URL: https://github.com/apache/doris/issues/9835#issuecomment-1220134599 https://github.com/apache/doris/pull/11894 -- 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

[GitHub] [doris] stalary closed issue #9835: [Enhancement] Elasticsearch extrenal table generate dsl move to fe from be

2022-08-18 Thread GitBox
stalary closed issue #9835: [Enhancement] Elasticsearch extrenal table generate dsl move to fe from be URL: https://github.com/apache/doris/issues/9835 -- 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 t

[GitHub] [doris] morningman commented on pull request #11892: [bugfix](fix) fix dcheck failure of outer join with select const in i…

2022-08-18 Thread GitBox
morningman commented on PR #11892: URL: https://github.com/apache/doris/pull/11892#issuecomment-1220132314 Please also open the test case in `test_keyword.groovy: qt_alias15` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [doris] yangzhg merged pull request #11855: [fix](function) Fix semantic analysis error in window function at first_value

2022-08-18 Thread GitBox
yangzhg merged PR #11855: URL: https://github.com/apache/doris/pull/11855 -- 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.apac

[doris] branch master updated (8eb9ac3b04 -> f1ede2aa9d)

2022-08-18 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 8eb9ac3b04 [impovement](sink) print load_id when sink fails (#11893) add f1ede2aa9d [fix](function) Fix semantic

[doris] branch master updated: [impovement](sink) print load_id when sink fails (#11893)

2022-08-18 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 8eb9ac3b04 [impovement](sink) print load_id whe

[GitHub] [doris] yiguolei merged pull request #11893: [impovement](sink) print load_id when sink fails

2022-08-18 Thread GitBox
yiguolei merged PR #11893: URL: https://github.com/apache/doris/pull/11893 -- 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] closed pull request #7474: [Feature] Limit frequency of query and load in system level

2022-08-18 Thread GitBox
github-actions[bot] closed pull request #7474: [Feature] Limit frequency of query and load in system level URL: https://github.com/apache/doris/pull/7474 -- 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

[GitHub] [doris] lljqy opened a new issue, #11904: 模糊匹配支持区分字母大小写,类似MySQL中的like binary

2022-08-18 Thread GitBox
lljqy opened a new issue, #11904: URL: https://github.com/apache/doris/issues/11904 ### 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 模糊匹配支持区分字母大小

[GitHub] [doris] github-actions[bot] commented on pull request #11893: [impovement](sink) print load_id when sink fails

2022-08-18 Thread GitBox
github-actions[bot] commented on PR #11893: URL: https://github.com/apache/doris/pull/11893#issuecomment-1220075303 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 #11896: [Bugfix](FE) fix npe issue when exec 'show tablets'

2022-08-18 Thread GitBox
github-actions[bot] commented on PR #11896: URL: https://github.com/apache/doris/pull/11896#issuecomment-1220073468 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] morrySnow commented on pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-18 Thread GitBox
morrySnow commented on PR #11812: URL: https://github.com/apache/doris/pull/11812#issuecomment-1219730424 @Kikyou1997 please take a look changes in stats part in this PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [doris] morrySnow commented on pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-18 Thread GitBox
morrySnow commented on PR #11812: URL: https://github.com/apache/doris/pull/11812#issuecomment-1219729781 @jackwener please review changes in join reorder rules in this PR carefully -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [doris] morrySnow commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-18 Thread GitBox
morrySnow commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r949340541 ## fe/fe-core/src/main/java/org/apache/doris/nereids/NereidsPlanner.java: ## @@ -147,6 +148,7 @@ private void analyze() { private void rewrite() { new No

[GitHub] [doris-flink-connector] hupozZZ opened a new pull request, #55: modify_doris-flink-connector-pom

2022-08-18 Thread GitBox
hupozZZ opened a new pull request, #55: URL: https://github.com/apache/doris-flink-connector/pull/55 When using doris-Flink-connector, I found some version problems in the pom.xml file, which has been modified, and annotated the reason for the modification -- This is an automated mes

[GitHub] [doris] cambyzju commented on a diff in pull request #11836: [Enhancement](meta) add err type/code/msg in audit event

2022-08-18 Thread GitBox
cambyzju commented on code in PR #11836: URL: https://github.com/apache/doris/pull/11836#discussion_r949318497 ## fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java: ## @@ -164,6 +164,13 @@ private void auditAfterExec(String origStmt, StatementBase parsedStmt, D

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

2022-08-18 Thread GitBox
jackwener opened a new pull request, #11903: URL: https://github.com/apache/doris/pull/11903 # Proposed changes Issue Number: close #xxx ## Problem summary Refactor the `equals` and `hashcode` ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] jackwener commented on issue #11768: [Enhancement] Use `NIO` to replace the legacy IO.

2022-08-18 Thread GitBox
jackwener commented on issue #11768: URL: https://github.com/apache/doris/issues/11768#issuecomment-1219529388 example: #11645 -- 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

[doris] branch master updated: [doc](fix) add STRING conversion notice (#11895)

2022-08-18 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 40bff30778 [doc](fix) add STRING conversion no

[GitHub] [doris] yiguolei merged pull request #11895: [doc](fix) add STRING conversion notice

2022-08-18 Thread GitBox
yiguolei merged PR #11895: URL: https://github.com/apache/doris/pull/11895 -- 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 dev-1.1.2 updated: MOD: decimal (#11899)

2022-08-18 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 11c1b79314 MOD: decimal (#11899) 11c1b793

[GitHub] [doris] yiguolei merged pull request #11899: [dev-1.1.2](cherry-pick) Ctas support decimal

2022-08-18 Thread GitBox
yiguolei merged PR #11899: URL: https://github.com/apache/doris/pull/11899 -- 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] morrySnow commented on a diff in pull request #11802: [feature](Nereids)add type coercion rule for nereids

2022-08-18 Thread GitBox
morrySnow commented on code in PR #11802: URL: https://github.com/apache/doris/pull/11802#discussion_r949132766 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/TypeCoercionUtils.java: ## @@ -0,0 +1,292 @@ +// Licensed to the Apache Software Foundation (ASF) under one +

[doris] branch master updated: [fix](Nereids): fix and enable stats derive job (#11755)

2022-08-18 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 b15e2ddeaa [fix](Nereids): fix and enable sta

[GitHub] [doris] 924060929 merged pull request #11755: [fix](Nereids): fix and enable stats derive job

2022-08-18 Thread GitBox
924060929 merged PR #11755: URL: https://github.com/apache/doris/pull/11755 -- 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

[GitHub] [doris] morrySnow commented on a diff in pull request #11802: [feature](Nereids)add type coercion rule for nereids

2022-08-18 Thread GitBox
morrySnow commented on code in PR #11802: URL: https://github.com/apache/doris/pull/11802#discussion_r949126793 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/TypeCoercionUtils.java: ## @@ -0,0 +1,292 @@ +// Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [doris] morrySnow commented on a diff in pull request #11802: [feature](Nereids)add type coercion rule for nereids

2022-08-18 Thread GitBox
morrySnow commented on code in PR #11802: URL: https://github.com/apache/doris/pull/11802#discussion_r949125291 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/TypeCoercion.java: ## @@ -0,0 +1,173 @@ +// Licensed to the Apache Software Foundat

[GitHub] [doris] morrySnow commented on a diff in pull request #11802: [feature](Nereids)add type coercion rule for nereids

2022-08-18 Thread GitBox
morrySnow commented on code in PR #11802: URL: https://github.com/apache/doris/pull/11802#discussion_r949119682 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/TypeCoercion.java: ## @@ -0,0 +1,394 @@ +// Licensed to the Apache Software Foundat

[GitHub] [doris] morrySnow commented on a diff in pull request #11802: [feature](Nereids)add type coercion rule for nereids

2022-08-18 Thread GitBox
morrySnow commented on code in PR #11802: URL: https://github.com/apache/doris/pull/11802#discussion_r949119354 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/TypeCoercion.java: ## @@ -0,0 +1,394 @@ +// Licensed to the Apache Software Foundat

[GitHub] [doris] github-actions[bot] commented on pull request #11897: [Feature](vectorized alter table) set vectorized alter table to default open

2022-08-18 Thread GitBox
github-actions[bot] commented on PR #11897: URL: https://github.com/apache/doris/pull/11897#issuecomment-1219440173 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] xinyiZzz opened a new pull request, #11902: [fix](memtracker) Fix PartitionedAggregationNode DCHECK when mem exceed limit

2022-08-18 Thread GitBox
xinyiZzz opened a new pull request, #11902: URL: https://github.com/apache/doris/pull/11902 # Proposed changes Issue Number: close #11901 ## Problem summary If exec_mem_limit is very small, DCHECK(false) will occur, the logic of reservation tracker needs to be deleted or

[GitHub] [doris] xinyiZzz opened a new issue, #11901: [Bug] BE coredump when PartitionedAggregationNode

2022-08-18 Thread GitBox
xinyiZzz opened a new issue, #11901: URL: https://github.com/apache/doris/issues/11901 ### 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 80cbf4c4988df

[GitHub] [doris] luozenglin commented on issue #11799: [Bug] Analyze failed Unexpected exception: Index: 8, Size: 7

2022-08-18 Thread GitBox
luozenglin commented on issue #11799: URL: https://github.com/apache/doris/issues/11799#issuecomment-1219413751 fixed by #11819 -- 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 commen

  1   2   >