[doris] branch master updated: [fix](Nereids): just allow crossjoin empty condition. (#14893)

2022-12-09 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin 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 6f9afbd74f [fix](Nereids): just allow crossjoin

[GitHub] [doris] jackwener merged pull request #14893: [fix](Nereids): just allow crossjoin empty condition.

2022-12-09 Thread GitBox
jackwener merged PR #14893: URL: https://github.com/apache/doris/pull/14893 -- 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] github-actions[bot] commented on pull request #14893: [fix](Nereids): just allow crossjoin empty condition.

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14893: URL: https://github.com/apache/doris/pull/14893#issuecomment-1345168136 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 #14893: [fix](Nereids): just allow crossjoin empty condition.

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14893: URL: https://github.com/apache/doris/pull/14893#issuecomment-1345168121 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 #14928: [Pipeline](select node) Support select node on pipeline engine

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14928: URL: https://github.com/apache/doris/pull/14928#issuecomment-1345150904 clang-tidy review says "All clean, LGTM! :+1:" -- 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] github-actions[bot] commented on a diff in pull request #14928: [Pipeline](select node) Support select node on pipeline engine

2022-12-09 Thread GitBox
github-actions[bot] commented on code in PR #14928: URL: https://github.com/apache/doris/pull/14928#discussion_r1044992290 ## be/src/pipeline/exec/operator.h: ## @@ -297,20 +302,22 @@ class DataSinkOperator : public OperatorBase { * All operators inherited from Operator will h

[GitHub] [doris] hello-stephen commented on pull request #14984: [Bug](DictoryColumn) reverse the _codes.size() replace _reserve_size

2022-12-09 Thread GitBox
hello-stephen commented on PR #14984: URL: https://github.com/apache/doris/pull/14984#issuecomment-1345142499 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 37.31 seconds load time: 453 seconds storage size: 17123356221 Bytes https://doris-co

[doris] branch master updated (68092fe514 -> b7453f6f09)

2022-12-09 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 68092fe514 [pipeline](NLJ) support nested loop join for pipeline (#14966) add b7453f6f09 [pipeline](mysqlsink

[GitHub] [doris] Gabriel39 merged pull request #14982: [pipeline](mysqlsink) support mysql table sink

2022-12-09 Thread GitBox
Gabriel39 merged PR #14982: URL: https://github.com/apache/doris/pull/14982 -- 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] github-actions[bot] commented on pull request #14984: [Bug](DictoryColumn) reverse the _codes.size() replace _reserve_size

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14984: URL: https://github.com/apache/doris/pull/14984#issuecomment-1345134304 clang-tidy review says "All clean, LGTM! :+1:" -- 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] hello-stephen commented on pull request #14983: [Fix](Table Valued function) fix the problem that can not catchthe exception thrown by the TableValuedFunctionRef constructor

2022-12-09 Thread GitBox
hello-stephen commented on PR #14983: URL: https://github.com/apache/doris/pull/14983#issuecomment-1345133435 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.27 seconds load time: 442 seconds storage size: 17123356913 Bytes https://doris-co

[GitHub] [doris] HappenLee opened a new pull request, #14984: [Bug](DictoryColumn) reverse the _codes.size() replace _reserve_size

2022-12-09 Thread GitBox
HappenLee opened a new pull request, #14984: URL: https://github.com/apache/doris/pull/14984 # Proposed changes fix bug of reserve not enough ``` ==21902==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x7f730c7df000 at pc 0x55918c70fe1f bp 0x7f744e24cde0 sp 0x7f74

[GitHub] [doris] github-actions[bot] commented on pull request #13914: [feature](function)Support negative index for function split_part

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #13914: URL: https://github.com/apache/doris/pull/13914#issuecomment-1345132160 clang-tidy review says "All clean, LGTM! :+1:" -- 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] github-actions[bot] commented on pull request #14982: [pipeline](mysqlsink) support mysql table sink

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14982: URL: https://github.com/apache/doris/pull/14982#issuecomment-1345132072 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 #14982: [pipeline](mysqlsink) support mysql table sink

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14982: URL: https://github.com/apache/doris/pull/14982#issuecomment-1345132065 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] BePPPower opened a new pull request, #14983: [Fix](Table Valued function) fix the problem that can not catchthe exception thrown by the TableValuedFunctionRef constructor

2022-12-09 Thread GitBox
BePPPower opened a new pull request, #14983: URL: https://github.com/apache/doris/pull/14983 # Proposed changes Issue Number: close #xxx fix the problem that can not catchthe exception thrown by the TableValuedFunctionRef constructor ## Problem summary Put the gen

[GitHub] [doris] hello-stephen commented on pull request #14982: [pipeline](mysqlsink) support mysql table sink

2022-12-09 Thread GitBox
hello-stephen commented on PR #14982: URL: https://github.com/apache/doris/pull/14982#issuecomment-1345093234 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.14 seconds load time: 479 seconds storage size: 17123356940 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #14982: [pipeline](mysqlsink) support mysql table sink

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14982: URL: https://github.com/apache/doris/pull/14982#issuecomment-1345084006 clang-tidy review says "All clean, LGTM! :+1:" -- 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] github-actions[bot] commented on pull request #14982: [pipeline](mysqlsink) support mysql table sink

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14982: URL: https://github.com/apache/doris/pull/14982#issuecomment-1345062121 clang-tidy review says "All clean, LGTM! :+1:" -- 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] luozenglin opened a new pull request, #14982: [pipeline](mysqlsink) support mysql table sink

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

[doris-website] branch master updated: Revert "render download pages from json files (#177)" (#178)

2022-12-09 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 cba0b7b52b6 Revert "render download

[GitHub] [doris-website] hf200012 merged pull request #178: Revert "render download pages from json files"

2022-12-09 Thread GitBox
hf200012 merged PR #178: URL: https://github.com/apache/doris-website/pull/178 -- 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-website] 01/01: Revert "render download pages from json files (#177)"

2022-12-09 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch revert-177-master in repository https://gitbox.apache.org/repos/asf/doris-website.git commit f669e020728ed5b3d8d180e56ba99aa2969f6ef2 Author: jiafeng.zhang AuthorDate: Sat Dec 10 08:28:41 2

[GitHub] [doris-website] hf200012 opened a new pull request, #178: Revert "render download pages from json files"

2022-12-09 Thread GitBox
hf200012 opened a new pull request, #178: URL: https://github.com/apache/doris-website/pull/178 Reverts apache/doris-website#177 -- 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 comme

[doris-website] branch revert-177-master created (now f669e020728)

2022-12-09 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch revert-177-master in repository https://gitbox.apache.org/repos/asf/doris-website.git at f669e020728 Revert "render download pages from json files (#177)" This branch includes the fo

[GitHub] [doris] github-actions[bot] closed pull request #9658: Refactor part of Iceberg code to support more Iceberg Catalogs

2022-12-09 Thread GitBox
github-actions[bot] closed pull request #9658: Refactor part of Iceberg code to support more Iceberg Catalogs URL: https://github.com/apache/doris/pull/9658 -- 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

[GitHub] [doris] hello-stephen commented on pull request #14981: [bugfix](compaction) fix compaction trigger

2022-12-09 Thread GitBox
hello-stephen commented on PR #14981: URL: https://github.com/apache/doris/pull/14981#issuecomment-1344532675 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.56 seconds load time: 428 seconds storage size: 17123356022 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #14981: [bugfix](compaction) fix compaction trigger

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14981: URL: https://github.com/apache/doris/pull/14981#issuecomment-1344516521 clang-tidy review says "All clean, LGTM! :+1:" -- 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] github-actions[bot] commented on a diff in pull request #14981: [bugfix](compaction) fix compaction trigger

2022-12-09 Thread GitBox
github-actions[bot] commented on code in PR #14981: URL: https://github.com/apache/doris/pull/14981#discussion_r1044618919 ## be/src/olap/delta_writer.cpp: ## @@ -111,7 +111,8 @@ Status DeltaWriter::init() { } // check tablet version number -if (_tablet->exceed_v

[GitHub] [doris] yixiutt opened a new pull request, #14981: [bugfix](compaction) fix compaction trigger

2022-12-09 Thread GitBox
yixiutt opened a new pull request, #14981: URL: https://github.com/apache/doris/pull/14981 # Proposed changes fix bug that when disable_auto_compaction=true but still trigger compaction ## Problem summary Describe your changes. ## Checklist(Required) 1. Does

[GitHub] [doris] HappenLee merged pull request #14966: [pipeline](NLJ) support nested loop join for pipeline

2022-12-09 Thread GitBox
HappenLee merged PR #14966: URL: https://github.com/apache/doris/pull/14966 -- 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 (ef1bb9819a -> 68092fe514)

2022-12-09 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from ef1bb9819a [feature-wip](MTMV) Support mapping the partition rule of base table to the materialized view (#14930)

[GitHub] [doris] github-actions[bot] commented on pull request #13914: [feature](function)Support negative index for function split_part

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #13914: URL: https://github.com/apache/doris/pull/13914#issuecomment-1344499469 clang-tidy review says "All clean, LGTM! :+1:" -- 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] hello-stephen commented on pull request #14980: [feature](file reader) Merge broker reader to the new file reader

2022-12-09 Thread GitBox
hello-stephen commented on PR #14980: URL: https://github.com/apache/doris/pull/14980#issuecomment-1344469316 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.68 seconds load time: 429 seconds storage size: 17123356924 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #14979: [feature](nereids) Support query on specific partitions

2022-12-09 Thread GitBox
hello-stephen commented on PR #14979: URL: https://github.com/apache/doris/pull/14979#issuecomment-1344455756 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.41 seconds load time: 436 seconds storage size: 17123356134 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #14971: [fix](nereids)fix bug of elt and sub_replace function

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14971: URL: https://github.com/apache/doris/pull/14971#issuecomment-1344423402 clang-tidy review says "All clean, LGTM! :+1:" -- 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] hello-stephen commented on pull request #14978: [refactor](resource) use resource to create ext-catalog

2022-12-09 Thread GitBox
hello-stephen commented on PR #14978: URL: https://github.com/apache/doris/pull/14978#issuecomment-1344417052 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.5 seconds load time: 425 seconds storage size: 17123356946 Bytes https://doris-com

[GitHub] [doris] hello-stephen commented on pull request #14976: [fix](fe-meta) NPE in DataProperty when upgrading to 1.2.x

2022-12-09 Thread GitBox
hello-stephen commented on PR #14976: URL: https://github.com/apache/doris/pull/14976#issuecomment-1344408452 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.69 seconds load time: 448 seconds storage size: 17123356927 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #14980: [feature](file reader) Merge broker reader to the new file reader

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14980: URL: https://github.com/apache/doris/pull/14980#issuecomment-1344403412 clang-tidy review says "All clean, LGTM! :+1:" -- 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] BePPPower opened a new pull request, #14980: [feature](file reader) Merge broker reader to the new file reader

2022-12-09 Thread GitBox
BePPPower opened a new pull request, #14980: URL: https://github.com/apache/doris/pull/14980 # Proposed changes Issue Number: close #xxx Currently, there are two sets of file readers in Doris, this pr rewrites the old broker reader with the new file reader. TODO: 1. r

[GitHub] [doris] github-actions[bot] commented on pull request #14531: [improvement](meta) make database,table,column names to support unicode (replace PR #13467 with this)

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14531: URL: https://github.com/apache/doris/pull/14531#issuecomment-1344396959 clang-tidy review says "All clean, LGTM! :+1:" -- 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 closed issue #14929: [Feature](MTMV) Support mapping the partition rule of base table to the materialized view

2022-12-09 Thread GitBox
adonis0147 closed issue #14929: [Feature](MTMV) Support mapping the partition rule of base table to the materialized view URL: https://github.com/apache/doris/issues/14929 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[doris] branch master updated (af50461211 -> ef1bb9819a)

2022-12-09 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from af50461211 [fix](statistics) fix CpuTimeMS in audit log when enable_vectorized_engine=true. (#14853) add ef1b

[GitHub] [doris] adonis0147 merged pull request #14930: [feature-wip](MTMV) Support mapping the partition rule of base table to the materialized view

2022-12-09 Thread GitBox
adonis0147 merged PR #14930: URL: https://github.com/apache/doris/pull/14930 -- 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] Kikyou1997 opened a new pull request, #14979: [feature](nereids) Support query on specific partitions

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

[GitHub] [doris] AshinGau opened a new pull request, #14978: [refactor](resource) use resource to create ext-catalog

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

[GitHub] [doris] whutpencil opened a new issue, #14977: [Bug] 1.1.3 Failed to generate image after upgrading 1.2.0

2022-12-09 Thread GitBox
whutpencil opened a new issue, #14977: URL: https://github.com/apache/doris/issues/14977 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.2.0-rc04 ###

[GitHub] [doris] morningman opened a new pull request, #14976: [fix](fe-meta) NPE in DataProperty when upgrading to 1.2.x

2022-12-09 Thread GitBox
morningman opened a new pull request, #14976: URL: https://github.com/apache/doris/pull/14976 # Proposed changes Issue Number: close #xxx ## Problem summary the storagePolicy field is newly added in 1.2. It may be null after replaying. ## Checklist(Required)

[GitHub] [doris] github-actions[bot] commented on pull request #13914: [feature](function)Support negative index for function split_part

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #13914: URL: https://github.com/apache/doris/pull/13914#issuecomment-1344369765 clang-tidy review says "All clean, LGTM! :+1:" -- 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] hello-stephen commented on pull request #14973: [Nereids](plan) Add DCHECK irrational conjunct in execnode

2022-12-09 Thread GitBox
hello-stephen commented on PR #14973: URL: https://github.com/apache/doris/pull/14973#issuecomment-1344345356 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.91 seconds load time: 466 seconds storage size: 17123356285 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #14973: [Nereids](plan) Add DCHECK irrational conjunct in execnode

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14973: URL: https://github.com/apache/doris/pull/14973#issuecomment-1344329539 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 #14973: [Nereids](plan) Add DCHECK irrational conjunct in execnode

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14973: URL: https://github.com/apache/doris/pull/14973#issuecomment-1344329586 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 #14973: [Nereids](plan) Add DCHECK irrational conjunct in execnode

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14973: URL: https://github.com/apache/doris/pull/14973#issuecomment-1344320128 clang-tidy review says "All clean, LGTM! :+1:" -- 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] HappenLee opened a new pull request, #14973: [Nereids](plan) Add DCHECK whether have conjunct in execnode

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

[GitHub] [doris] github-actions[bot] commented on pull request #14966: [pipeline](NLJ) support nested loop join for pipeline

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14966: URL: https://github.com/apache/doris/pull/14966#issuecomment-1344300426 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 master updated: [fix](statistics) fix CpuTimeMS in audit log when enable_vectorized_engine=true. (#14853)

2022-12-09 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 af50461211 [fix](statistics) fix CpuTimeMS in a

[GitHub] [doris] yiguolei merged pull request #14853: [fix](statistics) fix CpuTimeMS in audit log when enable_vectorized_e…

2022-12-09 Thread GitBox
yiguolei merged PR #14853: URL: https://github.com/apache/doris/pull/14853 -- 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](statistics) Fix NPE when update analysis job status #14892

2022-12-09 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 f5aa5c1d01 [fix](statistics) Fix NPE when updat

[GitHub] [doris] yiguolei merged pull request #14892: [fix](statistics) Fix NPE when update analysis job status

2022-12-09 Thread GitBox
yiguolei merged PR #14892: URL: https://github.com/apache/doris/pull/14892 -- 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: [typo](docs)fix the FE&BE config document (#14969)

2022-12-09 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 22e9f5cc33 [typo](docs)fix the FE&BE config doc

[GitHub] [doris] yiguolei merged pull request #14969: [typo](docs)fix the FE&BE config document

2022-12-09 Thread GitBox
yiguolei merged PR #14969: URL: https://github.com/apache/doris/pull/14969 -- 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: [Bugfix](Jsonb) fix jsonb load in unique key model (#14958)

2022-12-09 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 9eeb8b8711 [Bugfix](Jsonb) fix jsonb load in un

[doris] branch master updated: [Bug](predicate) fix undefined behavior on in list predicate #14961

2022-12-09 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 4c27ee2584 [Bug](predicate) fix undefined behav

[GitHub] [doris] yiguolei merged pull request #14961: [Bug](predicate) fix undefined behavior on in list predicate

2022-12-09 Thread GitBox
yiguolei merged PR #14961: URL: https://github.com/apache/doris/pull/14961 -- 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 #14958: [Bugfix](Jsonb) fix jsonb load in unique key model

2022-12-09 Thread GitBox
yiguolei merged PR #14958: URL: https://github.com/apache/doris/pull/14958 -- 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 #14966: [pipeline](NLJ) support nested loop join for pipeline

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14966: URL: https://github.com/apache/doris/pull/14966#issuecomment-1344256152 clang-tidy review says "All clean, LGTM! :+1:" -- 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] mydarjuan opened a new issue, #14972: [Bug] apache doris1.2 mysql client , Unknown UNSIGNED type of mysql, type: [DECIMAL]

2022-12-09 Thread GitBox
mydarjuan opened a new issue, #14972: URL: https://github.com/apache/doris/issues/14972 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.2 ### What's

[GitHub] [doris] hello-stephen commented on pull request #14971: [fix](nereids)fix bug of elt and sub_replace function

2022-12-09 Thread GitBox
hello-stephen commented on PR #14971: URL: https://github.com/apache/doris/pull/14971#issuecomment-1344228456 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.7 seconds load time: 466 seconds storage size: 17123356299 Bytes https://doris-com

[GitHub] [doris] Gabriel39 merged pull request #14963: [vectorzied](pipeline) support union node operator

2022-12-09 Thread GitBox
Gabriel39 merged PR #14963: URL: https://github.com/apache/doris/pull/14963 -- 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 (4611947920 -> 0c8fdc90fb)

2022-12-09 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 4611947920 [Pipeline](Operator) Add schema scan node operator (#14955) add 0c8fdc90fb [pipeline](union) suppor

[doris] branch master updated: [Pipeline](Operator) Add schema scan node operator (#14955)

2022-12-09 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 4611947920 [Pipeline](Operator) Add schema sc

[GitHub] [doris] Gabriel39 merged pull request #14955: [Pipeline](Operator) Add schema scan node operator

2022-12-09 Thread GitBox
Gabriel39 merged PR #14955: URL: https://github.com/apache/doris/pull/14955 -- 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] github-actions[bot] commented on pull request #14971: [fix](nereids)fix bug of elt and sub_replace function

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14971: URL: https://github.com/apache/doris/pull/14971#issuecomment-1344199986 clang-tidy review says "All clean, LGTM! :+1:" -- 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] starocean999 opened a new pull request, #14971: [fix](nereids)fix bug of elt and sub_replace function

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

[GitHub] [doris] hello-stephen commented on pull request #14967: [feature](nereids)support 'isNull' expression

2022-12-09 Thread GitBox
hello-stephen commented on PR #14967: URL: https://github.com/apache/doris/pull/14967#issuecomment-1344186628 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.72 seconds load time: 471 seconds storage size: 17123356312 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #14966: [pipeline](NLJ) support nested loop join for pipeline

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14966: URL: https://github.com/apache/doris/pull/14966#issuecomment-1344177502 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 #14966: [pipeline](NLJ) support nested loop join for pipeline

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14966: URL: https://github.com/apache/doris/pull/14966#issuecomment-1344177423 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] hello-stephen commented on pull request #14966: [pipeline](NLJ) support nested loop join for pipeline

2022-12-09 Thread GitBox
hello-stephen commented on PR #14966: URL: https://github.com/apache/doris/pull/14966#issuecomment-1344165980 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.34 seconds load time: 442 seconds storage size: 17123356262 Bytes https://doris-co

[GitHub] [doris] ccpypy commented on issue #10229: [UserCase] User list collection

2022-12-09 Thread GitBox
ccpypy commented on issue #10229: URL: https://github.com/apache/doris/issues/10229#issuecomment-1344154839 ![image](https://user-images.githubusercontent.com/50856789/206687064-54b22098-5792-4422-b7ae-a60d9466375c.png) 十方融海 -- This is an automated message from the Apache Git Service.

[GitHub] [doris] Gabriel39 opened a new issue, #14970: [Feature] Support function `roundBankers`

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

[GitHub] [doris] github-actions[bot] commented on pull request #14969: [typo](docs)fix the FE&BE config document

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14969: URL: https://github.com/apache/doris/pull/14969#issuecomment-1344102193 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 #14969: [typo](docs)fix the FE config document

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14969: URL: https://github.com/apache/doris/pull/14969#issuecomment-1344096544 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 #14969: [typo](docs)fix the FE config document

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14969: URL: https://github.com/apache/doris/pull/14969#issuecomment-1344096583 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] hello-stephen commented on pull request #14965: [Chore](phmap) upgrade phmap to 1.3.8

2022-12-09 Thread GitBox
hello-stephen commented on PR #14965: URL: https://github.com/apache/doris/pull/14965#issuecomment-1344095874 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.09 seconds load time: 489 seconds storage size: 17123356241 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #14886: [Enhancement](partition prune): calculate the column ranges of compound predicate

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14886: URL: https://github.com/apache/doris/pull/14886#issuecomment-1344095343 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 #14886: [Enhancement](partition prune): calculate the column ranges of compound predicate

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14886: URL: https://github.com/apache/doris/pull/14886#issuecomment-1344095288 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] zy-kkk opened a new pull request, #14969: [typo](docs)fix the FE config document

2022-12-09 Thread GitBox
zy-kkk opened a new pull request, #14969: URL: https://github.com/apache/doris/pull/14969 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] github-actions[bot] commented on pull request #14955: [Pipeline](Operator) Add schema scan node operator

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14955: URL: https://github.com/apache/doris/pull/14955#issuecomment-1344091225 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] priyasharma1 commented on issue #11916: [Enhancement] replace `assertTrue(X.equals(X))` with `assertEquals`

2022-12-09 Thread GitBox
priyasharma1 commented on issue #11916: URL: https://github.com/apache/doris/issues/11916#issuecomment-1344088726 Hi @jackwener , I am also facing a few failed tests, can you please provide direction on how to resolve these? -- This is an automated message from the Apache Git Service. To

[GitHub] [doris] ynzzxc opened a new issue, #14968: [Feature] flinksql增量读取doris

2022-12-09 Thread GitBox
ynzzxc opened a new issue, #14968: URL: https://github.com/apache/doris/issues/14968 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description 近实时场景,不想维护hudi,业务数据同步

[GitHub] [doris] github-actions[bot] commented on pull request #14955: [Pipeline](Operator) Add schema scan node operator

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14955: URL: https://github.com/apache/doris/pull/14955#issuecomment-1344083923 clang-tidy review says "All clean, LGTM! :+1:" -- 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] github-actions[bot] commented on pull request #14955: [Pipeline](Operator) Add schema scan node operator

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14955: URL: https://github.com/apache/doris/pull/14955#issuecomment-1344083259 clang-tidy review says "All clean, LGTM! :+1:" -- 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] pengxiangyu merged pull request #14920: [enhancement](remote) support local cache GC at the granularity of cache files

2022-12-09 Thread GitBox
pengxiangyu merged PR #14920: URL: https://github.com/apache/doris/pull/14920 -- 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: [enhancement](remote) support local cache GC at the granularity of cache files (#14920)

2022-12-09 Thread pengxiangyu
This is an automated email from the ASF dual-hosted git repository. pengxiangyu 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 0ec218108d [enhancement](remote) support loc

[GitHub] [doris] hello-stephen commented on pull request #14964: [Fix](Nereids)fix aggregation result error when child is empty relation

2022-12-09 Thread GitBox
hello-stephen commented on PR #14964: URL: https://github.com/apache/doris/pull/14964#issuecomment-1344066332 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.8 seconds load time: 470 seconds storage size: 17123356285 Bytes https://doris-com

[GitHub] [doris] github-actions[bot] commented on pull request #14958: [Bugfix](Jsonb) fix jsonb load in unique key model

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14958: URL: https://github.com/apache/doris/pull/14958#issuecomment-1344062069 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 #14961: [Bug](predicate) fix undefined behavior on in list predicate

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14961: URL: https://github.com/apache/doris/pull/14961#issuecomment-1344059106 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 #14961: [Bug](predicate) fix undefined behavior on in list predicate

2022-12-09 Thread GitBox
github-actions[bot] commented on PR #14961: URL: https://github.com/apache/doris/pull/14961#issuecomment-1344059150 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 a diff in pull request #14955: [Pipeline](Operator) Add schema scan node operator

2022-12-09 Thread GitBox
github-actions[bot] commented on code in PR #14955: URL: https://github.com/apache/doris/pull/14955#discussion_r1044244829 ## be/src/pipeline/exec/schema_scan_operator.cpp: ## @@ -0,0 +1,37 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #14955: [Pipeline](Operator) Add schema scan node operator

2022-12-09 Thread GitBox
github-actions[bot] commented on code in PR #14955: URL: https://github.com/apache/doris/pull/14955#discussion_r1044243774 ## be/src/pipeline/exec/schema_scan_operator.cpp: ## @@ -0,0 +1,37 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

  1   2   >