[GitHub] [doris] jackwener commented on a diff in pull request #20902: [fix](Nereids): MergeSetOperations can merge SetOperation ALL.

2023-06-17 Thread via GitHub
jackwener commented on code in PR #20902: URL: https://github.com/apache/doris/pull/20902#discussion_r1233210655 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/executor/Rewriter.java: ## @@ -217,21 +217,28 @@ public class Rewriter extends AbstractBatchJobExecutor {

[GitHub] [doris] didiaode18 commented on pull request #20617: [Feature](log)friendly hint for creating table failed

2023-06-17 Thread via GitHub
didiaode18 commented on PR #20617: URL: https://github.com/apache/doris/pull/20617#issuecomment-1595970462 run buildall -- 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 u

[GitHub] [doris] github-actions[bot] commented on pull request #20694: [enhancement](insert-stmt) Make `insert into tbl values();` compatible with mysql

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20694: URL: https://github.com/apache/doris/pull/20694#issuecomment-1595969361 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 #20761: [feature](nereids)enable nereids planner by default

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20761: URL: https://github.com/apache/doris/pull/20761#issuecomment-1595955795 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 #20761: [feature](nereids)enable nereids planner by default

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20761: URL: https://github.com/apache/doris/pull/20761#issuecomment-1595955792 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 #20940: [minor](scripts) remove release download scripts

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20940: URL: https://github.com/apache/doris/pull/20940#issuecomment-1595954665 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 #20940: [minor](scripts) remove release download scripts

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20940: URL: https://github.com/apache/doris/pull/20940#issuecomment-1595954659 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 commented on pull request #20788: [improvement](jdbc mysql) support auto calculate the precision of timestamp/datetime

2023-06-17 Thread via GitHub
zy-kkk commented on PR #20788: URL: https://github.com/apache/doris/pull/20788#issuecomment-1595954395 run buildall -- 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 unsub

[doris] branch master updated: [fix](Nereids & planner) fix 3 plan errors about mv selection (#20939)

2023-06-17 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 905ba3fa86 [fix](Nereids & planner) fix 3 plan

[GitHub] [doris] morrySnow merged pull request #20939: [fix](Nereids) fix 3 plan errors about select mv

2023-06-17 Thread via GitHub
morrySnow merged PR #20939: URL: https://github.com/apache/doris/pull/20939 -- 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: [fix](Nereids) cannot get output when partitioned table without any parititon (#20937)

2023-06-17 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 c6d78c2d7b [fix](Nereids) cannot get output wh

[GitHub] [doris] morrySnow merged pull request #20937: [fix](Nereids) cannot get output when partitioned table with no parititon

2023-06-17 Thread via GitHub
morrySnow merged PR #20937: URL: https://github.com/apache/doris/pull/20937 -- 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 #20599: [Fix](Planner) Change return type in where, having and on clause

2023-06-17 Thread via GitHub
morrySnow commented on code in PR #20599: URL: https://github.com/apache/doris/pull/20599#discussion_r1233188804 ## fe/fe-common/src/main/java/org/apache/doris/catalog/Type.java: ## @@ -346,6 +346,10 @@ public boolean isBoolean() { return isScalarType(PrimitiveType.BOOL

[GitHub] [doris] github-actions[bot] commented on pull request #20452: [Feature](Nereids) support delete using syntax to delete data from unique key table

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20452: URL: https://github.com/apache/doris/pull/20452#issuecomment-1595949256 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] morrySnow commented on a diff in pull request #20863: [fix](datetime) Fix the error in date calculation that includes constants

2023-06-17 Thread via GitHub
morrySnow commented on code in PR #20863: URL: https://github.com/apache/doris/pull/20863#discussion_r1233187919 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/ComputeSignatureHelper.java: ## @@ -123,7 +124,13 @@ private static FunctionSignature

[GitHub] [doris] morrySnow commented on pull request #20863: [fix](datetime) Fix the error in date calculation that includes constants

2023-06-17 Thread via GitHub
morrySnow commented on PR #20863: URL: https://github.com/apache/doris/pull/20863#issuecomment-1595946949 we need to copy all your describe in Proposed changes to git commit msg, so please replace all screenshot in commit msg with text, thx -- This is an automated message from the Apache

[GitHub] [doris] github-actions[bot] commented on pull request #20938: [Bug](pipeline) fix hang on union_source_operator when child sink_operator all finished

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20938: URL: https://github.com/apache/doris/pull/20938#issuecomment-1595940767 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] BiteTheDDDDt commented on pull request #20938: [Bug](pipeline) fix hang on union_source_operator when child sink_operator all finished

2023-06-17 Thread via GitHub
BiteThet commented on PR #20938: URL: https://github.com/apache/doris/pull/20938#issuecomment-1595940181 run buildall -- 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] englefly commented on pull request #20943: [fxi](nereids)distribute node missing rows and cost

2023-06-17 Thread via GitHub
englefly commented on PR #20943: URL: https://github.com/apache/doris/pull/20943#issuecomment-1595938727 run buildall -- 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 uns

[GitHub] [doris] englefly opened a new pull request, #20943: [fxi](nereids)distribute node missing rows and cost

2023-06-17 Thread via GitHub
englefly opened a new pull request, #20943: URL: https://github.com/apache/doris/pull/20943 ## Proposed changes in dumped memo, distribute node missed estimated rows and cost. Issue Number: close #xxx ## Further comments If this is a relatively large or complex

[GitHub] [doris] github-actions[bot] commented on pull request #20928: [improvement](serde) Optimizing the performance of mysql result writer

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20928: URL: https://github.com/apache/doris/pull/20928#issuecomment-1595938205 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] mrhhsg commented on pull request #20928: [improvement](serde) Optimizing the performance of mysql result writer

2023-06-17 Thread via GitHub
mrhhsg commented on PR #20928: URL: https://github.com/apache/doris/pull/20928#issuecomment-1595937598 run buildall -- 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 unsub

[GitHub] [doris] github-actions[bot] commented on pull request #20916: [Feature](inverted index) add inverted index size to tablet meta

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20916: URL: https://github.com/apache/doris/pull/20916#issuecomment-1595935399 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 #20924: [fix](inverted index) fix check failed for block erase temp column

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20924: URL: https://github.com/apache/doris/pull/20924#issuecomment-1595935168 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 #20916: [Feature](inverted index) add inverted index size to tablet meta

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20916: URL: https://github.com/apache/doris/pull/20916#issuecomment-1595935159 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] airborne12 commented on pull request #20916: [Feature](inverted index) add inverted index size to tablet meta

2023-06-17 Thread via GitHub
airborne12 commented on PR #20916: URL: https://github.com/apache/doris/pull/20916#issuecomment-1595934566 run buildall -- 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 u

[GitHub] [doris] Yulei-Yang commented on pull request #20936: [feature](function) add ip function ipv4numtostring (alias inet_ntoa)

2023-06-17 Thread via GitHub
Yulei-Yang commented on PR #20936: URL: https://github.com/apache/doris/pull/20936#issuecomment-1595932029 run p0 -- 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] yongjinhou commented on pull request #20857: [Enhancement](tvf) Add frontends table-valued-function

2023-06-17 Thread via GitHub
yongjinhou commented on PR #20857: URL: https://github.com/apache/doris/pull/20857#issuecomment-1595926218 run p0 -- 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] github-actions[bot] commented on pull request #20899: [feature](Session) remove enable_function_pushdown variable

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20899: URL: https://github.com/apache/doris/pull/20899#issuecomment-1595922773 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] Mryange commented on pull request #20899: [feature](Session) remove enable_function_pushdown variable

2023-06-17 Thread via GitHub
Mryange commented on PR #20899: URL: https://github.com/apache/doris/pull/20899#issuecomment-1595921443 run buildall -- 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 unsu

[GitHub] [doris] Mryange commented on pull request #20899: [feature](Session) remove enable_function_pushdown variable

2023-06-17 Thread via GitHub
Mryange commented on PR #20899: URL: https://github.com/apache/doris/pull/20899#issuecomment-1595916406 run clickbench -- 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 un

[GitHub] [doris] github-actions[bot] closed pull request #15078: [fix](glog) Avoid to call back() on an empty list

2023-06-17 Thread via GitHub
github-actions[bot] closed pull request #15078: [fix](glog) Avoid to call back() on an empty list URL: https://github.com/apache/doris/pull/15078 -- 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] github-actions[bot] commented on pull request #20907: [Enhancement](Compaction) Caculate all committed rowsets delete bitmaps when do comapction

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20907: URL: https://github.com/apache/doris/pull/20907#issuecomment-1595838302 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] Yukang-Lian commented on pull request #20907: [Enhancement](Compaction) Caculate all committed rowsets delete bitmaps when do comapction

2023-06-17 Thread via GitHub
Yukang-Lian commented on PR #20907: URL: https://github.com/apache/doris/pull/20907#issuecomment-1595833899 run buildall -- 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] Yukang-Lian commented on pull request #20907: [Enhancement](Compaction) Caculate all committed rowsets delete bitmaps when do comapction

2023-06-17 Thread via GitHub
Yukang-Lian commented on PR #20907: URL: https://github.com/apache/doris/pull/20907#issuecomment-1595827896 run buildall -- 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] github-actions[bot] commented on pull request #20907: [Enhancement](Compaction) Caculate all committed rowsets delete bitmaps when do comapction

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20907: URL: https://github.com/apache/doris/pull/20907#issuecomment-1595824838 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] Yukang-Lian commented on pull request #20907: [Enhancement](Compaction) Caculate all committed rowsets delete bitmaps when do comapction

2023-06-17 Thread via GitHub
Yukang-Lian commented on PR #20907: URL: https://github.com/apache/doris/pull/20907#issuecomment-1595823295 run buildall -- 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] github-actions[bot] commented on pull request #20907: [Enhancement](Compaction) Caculate all committed rowsets delete bitmaps when do comapction

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20907: URL: https://github.com/apache/doris/pull/20907#issuecomment-1595821734 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] Yukang-Lian commented on pull request #20907: [Enhancement](Compaction) Caculate all committed rowsets delete bitmaps when do comapction

2023-06-17 Thread via GitHub
Yukang-Lian commented on PR #20907: URL: https://github.com/apache/doris/pull/20907#issuecomment-1595820510 run buildall -- 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] github-actions[bot] commented on pull request #20942: [enhancement](pk) add bvar latency recorder for pk

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20942: URL: https://github.com/apache/doris/pull/20942#issuecomment-1595809742 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 #20942: [enhancement](pk) add bvar latency recorder for pk

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20942: URL: https://github.com/apache/doris/pull/20942#issuecomment-1595805236 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 #20937: [fix](Nereids) cannot get output when partitioned table with no parititon

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20937: URL: https://github.com/apache/doris/pull/20937#issuecomment-1595805171 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 #20937: [fix](Nereids) cannot get output when partitioned table with no parititon

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20937: URL: https://github.com/apache/doris/pull/20937#issuecomment-1595805166 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 #20939: [fix](Nereids) fix 3 plan errors about select mv

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20939: URL: https://github.com/apache/doris/pull/20939#issuecomment-1595805103 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 #20939: [fix](Nereids) fix 3 plan errors about select mv

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20939: URL: https://github.com/apache/doris/pull/20939#issuecomment-1595805096 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] morrySnow commented on pull request #20939: [fix](Nereids) fix 3 plan errors about select mv

2023-06-17 Thread via GitHub
morrySnow commented on PR #20939: URL: https://github.com/apache/doris/pull/20939#issuecomment-1595804027 run buildall -- 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 un

[GitHub] [doris] github-actions[bot] commented on pull request #20942: [enhancement](pk) add bvar latency recorder for pk

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20942: URL: https://github.com/apache/doris/pull/20942#issuecomment-1595797295 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

[doris] branch master updated (ce9a20a375 -> dd482b74c8)

2023-06-17 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 ce9a20a375 [enhancement](merge-on-write) format logs about MoW and add more stats for publish (#20853) add d

[GitHub] [doris] dataroaring merged pull request #20935: [Test](regression) CCR syncer thrift interface regression test

2023-06-17 Thread via GitHub
dataroaring merged PR #20935: URL: https://github.com/apache/doris/pull/20935 -- 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] dataroaring opened a new pull request, #20942: [enhancement](pk) add bvar latency recorder for pk

2023-06-17 Thread via GitHub
dataroaring opened a new pull request, #20942: URL: https://github.com/apache/doris/pull/20942 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mai

[GitHub] [doris] github-actions[bot] commented on pull request #20928: [improvement](serde) Optimizing the performance of mysql result writer

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20928: URL: https://github.com/apache/doris/pull/20928#issuecomment-1595796060 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 #20935: [Test](regression) CCR syncer thrift interface regression test

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20935: URL: https://github.com/apache/doris/pull/20935#issuecomment-1595795789 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 #20935: [Test](regression) CCR syncer thrift interface regression test

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20935: URL: https://github.com/apache/doris/pull/20935#issuecomment-1595795780 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] mrhhsg commented on pull request #20928: [improvement](serde) Optimizing the performance of mysql result writer

2023-06-17 Thread via GitHub
mrhhsg commented on PR #20928: URL: https://github.com/apache/doris/pull/20928#issuecomment-1595795407 run buildall -- 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 unsub

[GitHub] [doris] mrhhsg commented on a diff in pull request #20928: [improvement](serde) Optimizing the performance of mysql result writer

2023-06-17 Thread via GitHub
mrhhsg commented on code in PR #20928: URL: https://github.com/apache/doris/pull/20928#discussion_r1233085735 ## be/src/vec/data_types/serde/data_type_hll_serde.cpp: ## @@ -102,30 +102,38 @@ void DataTypeHLLSerDe::write_column_to_arrow(const IColumn& column, const UInt8* }

[GitHub] [doris] shenxingwuying opened a new pull request, #20941: [typo](docs) fix several slight errors in docs

2023-06-17 Thread via GitHub
shenxingwuying opened a new pull request, #20941: URL: https://github.com/apache/doris/pull/20941 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](

[GitHub] [doris] morrySnow commented on pull request #20939: [fix](Nereids) should not hit mv when agg function is distinct

2023-06-17 Thread via GitHub
morrySnow commented on PR #20939: URL: https://github.com/apache/doris/pull/20939#issuecomment-1595791165 run buildall -- 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 un

[GitHub] [doris] starocean999 commented on pull request #20761: [draft](nereids)enable nereids planner by default

2023-06-17 Thread via GitHub
starocean999 commented on PR #20761: URL: https://github.com/apache/doris/pull/20761#issuecomment-1595787338 run buildall -- 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] morrySnow commented on pull request #20939: [fix](Nereids) should not hit mv when agg function is distinct

2023-06-17 Thread via GitHub
morrySnow commented on PR #20939: URL: https://github.com/apache/doris/pull/20939#issuecomment-1595786125 run buildall -- 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 un

[GitHub] [doris] morningman commented on pull request #20940: [minor](scripts) remove release download scripts

2023-06-17 Thread via GitHub
morningman commented on PR #20940: URL: https://github.com/apache/doris/pull/20940#issuecomment-1595786050 run buildall -- 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 u

[GitHub] [doris] morningman opened a new pull request, #20940: [minor](scripts) remove release download scripts

2023-06-17 Thread via GitHub
morningman opened a new pull request, #20940: URL: https://github.com/apache/doris/pull/20940 ## Proposed changes No longer used, now the release binaries are packed to one package. So remove these scripts. ## Further comments If this is a relatively large or complex cha

[GitHub] [doris] github-actions[bot] commented on pull request #20938: [Bug](pipeline) fix hang on union_source_operator when child sink_operator all finished

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20938: URL: https://github.com/apache/doris/pull/20938#issuecomment-1595785554 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 #20938: [Bug](pipeline) fix hang on union_source_operator when child sink_operator all finished

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20938: URL: https://github.com/apache/doris/pull/20938#issuecomment-1595785543 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] morrySnow opened a new pull request, #20939: [fix](Nereids) should not hit mv when agg function is distinct

2023-06-17 Thread via GitHub
morrySnow opened a new pull request, #20939: URL: https://github.com/apache/doris/pull/20939 ## Proposed changes Issue Number: close #xxx fix 2 issues: 1. in legacy planner, should not consider aux expr when do mv selection 2. in Nereids, should not hit mv when agg

[doris] branch master updated: [enhancement](merge-on-write) format logs about MoW and add more stats for publish (#20853)

2023-06-17 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 ce9a20a375 [enhancement](merge-on-write) for

[GitHub] [doris] dataroaring merged pull request #20853: [enhancement](merge-on-write) format logs about MoW and add more stats for publish

2023-06-17 Thread via GitHub
dataroaring merged PR #20853: URL: https://github.com/apache/doris/pull/20853 -- 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] github-actions[bot] commented on pull request #20938: [Bug](pipeline) fix hang on union_source_operator when child sink_operator all finished

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20938: URL: https://github.com/apache/doris/pull/20938#issuecomment-1595782935 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] BiteTheDDDDt commented on pull request #20938: [Bug](pipeline) fix hang on union_source_operator when child sink_operator all finished

2023-06-17 Thread via GitHub
BiteThet commented on PR #20938: URL: https://github.com/apache/doris/pull/20938#issuecomment-1595781478 run buildall -- 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 opened a new pull request, #20938: [Bug](pipeline) fix hang on union_source_operator when child sink_operator all finished

2023-06-17 Thread via GitHub
BiteThet opened a new pull request, #20938: URL: https://github.com/apache/doris/pull/20938 ## Proposed changes When `union_source_operator`'s child `sink_operator` all finished, `union_source_operator.can_read()` is false, then is operator will not be schedured. ## Further co

[GitHub] [doris] gavinchou commented on pull request #20230: (chore) Disable ssl connection to FE by default for compatibility reason

2023-06-17 Thread via GitHub
gavinchou commented on PR #20230: URL: https://github.com/apache/doris/pull/20230#issuecomment-1595778748 run buildall -- 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 un

[GitHub] [doris] github-actions[bot] commented on pull request #20924: [fix](inverted index) fix check failed for block erase temp column

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20924: URL: https://github.com/apache/doris/pull/20924#issuecomment-1595775275 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] Tanya-W commented on pull request #20924: [fix](inverted index) fix check failed for block erase temp column

2023-06-17 Thread via GitHub
Tanya-W commented on PR #20924: URL: https://github.com/apache/doris/pull/20924#issuecomment-1595774161 run buildall -- 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 unsu

[GitHub] [doris] JNSimba commented on a diff in pull request #20647: [Enhance](2PC) disable info log when holding table write lock in 2pc

2023-06-17 Thread via GitHub
JNSimba commented on code in PR #20647: URL: https://github.com/apache/doris/pull/20647#discussion_r1233068348 ## fe/fe-core/src/main/java/org/apache/doris/transaction/DatabaseTransactionMgr.java: ## @@ -675,7 +678,11 @@ public void commitTransaction(List tableList, long transa

[GitHub] [doris] JNSimba commented on a diff in pull request #20647: [Enhance](2PC) disable info log when holding table write lock in 2pc

2023-06-17 Thread via GitHub
JNSimba commented on code in PR #20647: URL: https://github.com/apache/doris/pull/20647#discussion_r1233068145 ## fe/fe-core/src/main/java/org/apache/doris/transaction/DatabaseTransactionMgr.java: ## @@ -425,7 +425,10 @@ public void preCommitTransaction2PC(List tableList, long

[GitHub] [doris] JNSimba commented on a diff in pull request #20647: [Enhance](2PC) disable info log when holding table write lock in 2pc

2023-06-17 Thread via GitHub
JNSimba commented on code in PR #20647: URL: https://github.com/apache/doris/pull/20647#discussion_r1233068145 ## fe/fe-core/src/main/java/org/apache/doris/transaction/DatabaseTransactionMgr.java: ## @@ -425,7 +425,10 @@ public void preCommitTransaction2PC(List tableList, long

[GitHub] [doris] JNSimba commented on a diff in pull request #20647: [Enhance](2PC) disable info log when holding table write lock in 2pc

2023-06-17 Thread via GitHub
JNSimba commented on code in PR #20647: URL: https://github.com/apache/doris/pull/20647#discussion_r1233067854 ## fe/fe-core/src/main/java/org/apache/doris/transaction/GlobalTransactionMgr.java: ## @@ -196,6 +198,9 @@ public void preCommitTransaction2PC(Database db, List tableL

[doris] branch master updated: [typo](doc) fix bucket description and style (#20922)

2023-06-17 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu 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 06806dc737 [typo](doc) fix bucket description and s

[GitHub] [doris] JNSimba merged pull request #20922: [typo](doc) fix bucket description and style

2023-06-17 Thread via GitHub
JNSimba merged PR #20922: URL: https://github.com/apache/doris/pull/20922 -- 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] morrySnow commented on pull request #20937: [fix](Nereids) cannot get output when partitioned table with no parititon

2023-06-17 Thread via GitHub
morrySnow commented on PR #20937: URL: https://github.com/apache/doris/pull/20937#issuecomment-1595760581 run buildall -- 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 un

[GitHub] [doris] morrySnow opened a new pull request, #20937: [fix](Nereids) cannot get output when partitioned table with no parititon

2023-06-17 Thread via GitHub
morrySnow opened a new pull request, #20937: URL: https://github.com/apache/doris/pull/20937 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailt

[GitHub] [doris] github-actions[bot] commented on pull request #20899: [feature](Session) remove enable_function_pushdown variable

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20899: URL: https://github.com/apache/doris/pull/20899#issuecomment-1595750200 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] Mryange commented on pull request #20899: [feature](Session) remove enable_function_pushdown variable

2023-06-17 Thread via GitHub
Mryange commented on PR #20899: URL: https://github.com/apache/doris/pull/20899#issuecomment-1595748152 run buildall -- 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 unsu

[GitHub] [doris] DongLiang-0 commented on a diff in pull request #19990: [Feature](avro) Support Apache Avro file format

2023-06-17 Thread via GitHub
DongLiang-0 commented on code in PR #19990: URL: https://github.com/apache/doris/pull/19990#discussion_r1233056487 ## fe/be-java-extensions/java-common/src/main/java/org/apache/doris/common/jni/JniScanner.java: ## @@ -41,6 +42,9 @@ public abstract class JniScanner { // Scan

[GitHub] [doris] deadlinefen commented on pull request #20935: [Test](regression) CCR syncer thrift interface regression test

2023-06-17 Thread via GitHub
deadlinefen commented on PR #20935: URL: https://github.com/apache/doris/pull/20935#issuecomment-1595747787 run buildall -- 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] DongLiang-0 commented on a diff in pull request #19990: [Feature](avro) Support Apache Avro file format

2023-06-17 Thread via GitHub
DongLiang-0 commented on code in PR #19990: URL: https://github.com/apache/doris/pull/19990#discussion_r1233054832 ## fe/be-java-extensions/hudi-scanner/src/main/java/org/apache/doris/hudi/HudiJniScanner.java: ## @@ -132,6 +133,11 @@ public int getNext() throws IOException {

[GitHub] [doris] github-actions[bot] commented on pull request #19990: [Feature](avro) Support Apache Avro file format

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #19990: URL: https://github.com/apache/doris/pull/19990#issuecomment-1595747554 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

[doris] branch branch-2.0 updated (6cde7bc8ad -> 0585a1f004)

2023-06-17 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 6cde7bc8ad [feature](Nereids) just reserve logical expression in memo after do dphyp (#20843) add 5dc0f90c7f [

[GitHub] [doris] github-actions[bot] commented on pull request #19990: [Feature](avro) Support Apache Avro file format

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #19990: URL: https://github.com/apache/doris/pull/19990#issuecomment-1595746191 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] DongLiang-0 commented on pull request #19990: [Feature](avro) Support Apache Avro file format

2023-06-17 Thread via GitHub
DongLiang-0 commented on PR #19990: URL: https://github.com/apache/doris/pull/19990#issuecomment-1595745809 run buildall -- 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] DongLiang-0 commented on a diff in pull request #19990: [Feature](avro) Support Apache Avro file format

2023-06-17 Thread via GitHub
DongLiang-0 commented on code in PR #19990: URL: https://github.com/apache/doris/pull/19990#discussion_r1233045127 ## be/src/vec/exec/scan/avro_reader.cpp: ## @@ -0,0 +1,130 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreeme

[GitHub] [doris] DongLiang-0 commented on a diff in pull request #19990: [Feature](avro) Support Apache Avro file format

2023-06-17 Thread via GitHub
DongLiang-0 commented on code in PR #19990: URL: https://github.com/apache/doris/pull/19990#discussion_r1233045075 ## be/src/vec/exec/jni_connector.cpp: ## @@ -62,6 +62,21 @@ JniConnector::~JniConnector() { } } +Status JniConnector::open() { Review Comment: Thanks fo

[GitHub] [doris] CalvinKirs commented on pull request #20921: [Dependency](fe)Use the release version of hive-catalog(1.0.1)

2023-06-17 Thread via GitHub
CalvinKirs commented on PR #20921: URL: https://github.com/apache/doris/pull/20921#issuecomment-1595738685 run COMPILE -- 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 un

[GitHub] [doris] Mryange commented on pull request #20899: [feature](Session) remove enable_function_pushdown variable

2023-06-17 Thread via GitHub
Mryange commented on PR #20899: URL: https://github.com/apache/doris/pull/20899#issuecomment-1595738128 run clickbench -- 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 un

[GitHub] [doris] github-actions[bot] commented on pull request #19990: [Feature](avro) Support Apache Avro file format

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #19990: URL: https://github.com/apache/doris/pull/19990#issuecomment-1595734622 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] Yulei-Yang commented on pull request #20936: [feature](function) add ip function ipv4numtostring (alias inet_ntoa)

2023-06-17 Thread via GitHub
Yulei-Yang commented on PR #20936: URL: https://github.com/apache/doris/pull/20936#issuecomment-1595734367 run buildall -- 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 u

[GitHub] [doris] github-actions[bot] commented on pull request #20936: [feature](function) add ip function ipv4numtostring (alias inet_ntoa)

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20936: URL: https://github.com/apache/doris/pull/20936#issuecomment-1595734064 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 #20936: [feature](function) add ip function ipv4numtostring (alias inet_ntoa)

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20936: URL: https://github.com/apache/doris/pull/20936#issuecomment-1595733815 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 #20934: [fix](compress) snappy does not work right

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20934: URL: https://github.com/apache/doris/pull/20934#issuecomment-1595733560 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 #20934: [fix](compress) snappy does not work right

2023-06-17 Thread via GitHub
github-actions[bot] commented on PR #20934: URL: https://github.com/apache/doris/pull/20934#issuecomment-1595733552 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] Mryange commented on pull request #20899: [feature](Session) remove enable_function_pushdown variable

2023-06-17 Thread via GitHub
Mryange commented on PR #20899: URL: https://github.com/apache/doris/pull/20899#issuecomment-1595732770 run clickbench -- 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 un

  1   2   >