[GitHub] [doris] cambyzju opened a new pull request, #16942: [branch-1.1-lts](fix) SegmentIterator return columns missing ColumnNullable

2023-02-20 Thread via GitHub
cambyzju opened a new pull request, #16942: URL: https://github.com/apache/doris/pull/16942 After cherry-pick #9547 from master to 1.1-lts, the return columns in SegmentIterator lost ColumnNullable. # Proposed changes Issue Number: close #xxx ## Problem summary De

[GitHub] [doris] yiguolei commented on a diff in pull request #16384: [regression-test](fuzzy) fuzzy session variable batch_size

2023-02-20 Thread via GitHub
yiguolei commented on code in PR #16384: URL: https://github.com/apache/doris/pull/16384#discussion_r678008 ## regression-test/pipeline/p1/conf/fe.conf: ## @@ -69,4 +69,5 @@ priority_networks=172.19.0.0/24 enable_outfile_to_local = true tablet_create_timeout_second=20 rem

[GitHub] [doris] yiguolei commented on a diff in pull request #16384: [regression-test](fuzzy) fuzzy session variable batch_size

2023-02-20 Thread via GitHub
yiguolei commented on code in PR #16384: URL: https://github.com/apache/doris/pull/16384#discussion_r678389 ## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ## @@ -1910,6 +1910,14 @@ public class Config extends ConfigBase { @ConfField(mutable = false,

[GitHub] [doris] luozenglin opened a new pull request, #16943: [fix](value-range) fix the value range of non-nullable column contains null causes query short key index error.

2023-02-20 Thread via GitHub
luozenglin opened a new pull request, #16943: URL: https://github.com/apache/doris/pull/16943 # Proposed changes Issue Number: close #16502 ## Problem summary Querying short key indexes after code refactoring using MutableColumns to compare key values, when the key r

[GitHub] [doris] github-actions[bot] commented on pull request #16943: [fix](value-range) fix the value range of non-nullable column contains null causes query short key index error.

2023-02-20 Thread via GitHub
github-actions[bot] commented on PR #16943: URL: https://github.com/apache/doris/pull/16943#issuecomment-1436622027 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 #16943: [fix](value-range) fix the value range of non-nullable column contains null causes query short key index error.

2023-02-20 Thread via GitHub
github-actions[bot] commented on PR #16943: URL: https://github.com/apache/doris/pull/16943#issuecomment-1436628484 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] platoneko commented on pull request #16803: [fix](cooldown) Use `pending_remote_rowsets` to avoid deleting rowset files being uploaded

2023-02-20 Thread via GitHub
platoneko commented on PR #16803: URL: https://github.com/apache/doris/pull/16803#issuecomment-1436632602 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 unsubscr

[GitHub] [doris] platoneko commented on pull request #16803: [fix](cooldown) Use `pending_remote_rowsets` to avoid deleting rowset files being uploaded

2023-02-20 Thread via GitHub
platoneko commented on PR #16803: URL: https://github.com/apache/doris/pull/16803#issuecomment-1436634111 run arm -- 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] platoneko commented on pull request #16889: [fix](replica) Fix inconsistent replica id between BE and FE in corner case of tablet rebalance

2023-02-20 Thread via GitHub
platoneko commented on PR #16889: URL: https://github.com/apache/doris/pull/16889#issuecomment-1436634599 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 unsubscr

[GitHub] [doris] morrySnow commented on pull request #16824: [regression-test](Nereids) add agg function, tvf, generator, window function test cases

2023-02-20 Thread via GitHub
morrySnow commented on PR #16824: URL: https://github.com/apache/doris/pull/16824#issuecomment-1436645606 run clickbench 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.

[GitHub] [doris] ZhangGuoqiang666 opened a new pull request, #16944: [improvement](test)Set compile required and add clickbench,arm to buildall

2023-02-20 Thread via GitHub
ZhangGuoqiang666 opened a new pull request, #16944: URL: https://github.com/apache/doris/pull/16944 # Proposed changes ## Problem summary Describe your changes. ## Checklist(Required) * [ no] Does it affect the original behavior * [ no] Has unit tests been added

[GitHub] [doris] ZhangGuoqiang666 commented on pull request #16944: [improvement](test)Set compile required and add clickbench,arm to buildall

2023-02-20 Thread via GitHub
ZhangGuoqiang666 commented on PR #16944: URL: https://github.com/apache/doris/pull/16944#issuecomment-1436649180 please run buildall for this change -- 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] voyagertanyao opened a new issue, #16945: [spark-doris-connector] spark application can't stop when there is a "insert into" sql with a net proxy

2023-02-20 Thread via GitHub
voyagertanyao opened a new issue, #16945: URL: https://github.com/apache/doris/issues/16945 ### Discussed in https://github.com/apache/doris/discussions/16933 Originally posted by **voyagertanyao** February 20, 2023 Hi, I am using spark-dorms-connector-3.1_2.12_1.1.0 release

[GitHub] [doris] morrySnow commented on pull request #16844: [refactor](Nereids) let type coercion same with legacy planner

2023-02-20 Thread via GitHub
morrySnow commented on PR #16844: URL: https://github.com/apache/doris/pull/16844#issuecomment-1436654418 run p0 feut -- 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] wen-hemin opened a new issue, #16946: [Bug] In join sql, When the field type of the where condition is char, rollup cannot be hit

2023-02-20 Thread via GitHub
wen-hemin opened a new issue, #16946: URL: https://github.com/apache/doris/issues/16946 ### 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 0.14 ### What's

[GitHub] [doris] RavenZdh opened a new issue, #16947: [Bug] SPLIT_BY_STRING函数执行报错;

2023-02-20 Thread via GitHub
RavenZdh opened a new issue, #16947: URL: https://github.com/apache/doris/issues/16947 ### 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 Doris-1.2.1 ###

[GitHub] [doris] YangShaw commented on pull request #16871: [fix](Nereids) fix signatures of some window functions

2023-02-20 Thread via GitHub
YangShaw commented on PR #16871: URL: https://github.com/apache/doris/pull/16871#issuecomment-1436691999 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] github-actions[bot] commented on pull request #16861: [Fix](inverted index) fix compound directory unlock problem

2023-02-20 Thread via GitHub
github-actions[bot] commented on PR #16861: URL: https://github.com/apache/doris/pull/16861#issuecomment-1436709297 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] qidaye merged pull request #16861: [Fix](inverted index) fix compound directory unlock problem

2023-02-20 Thread via GitHub
qidaye merged PR #16861: URL: https://github.com/apache/doris/pull/16861 -- 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.apach

[doris] branch master updated: [Fix](inverted index) fix compound directory unlock problem (#16861)

2023-02-20 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi 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 83ab29fd56 [Fix](inverted index) fix compoun

[GitHub] [doris] github-actions[bot] commented on pull request #16903: (Enhancement)[load-json] support simdjson in new json reader

2023-02-20 Thread via GitHub
github-actions[bot] commented on PR #16903: URL: https://github.com/apache/doris/pull/16903#issuecomment-1436719024 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 #16770: [improve](point query) reuse rowset from lookup_row_key to eliminate …

2023-02-20 Thread via GitHub
github-actions[bot] commented on PR #16770: URL: https://github.com/apache/doris/pull/16770#issuecomment-1436719249 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: [improve](point query) reuse rowset from lookup_row_key to eliminate tablet lock (#16770)

2023-02-20 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi 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 a1799e5506 [improve](point query) reuse rows

[GitHub] [doris] qidaye merged pull request #16770: [improve](point query) reuse rowset from lookup_row_key to eliminate …

2023-02-20 Thread via GitHub
qidaye merged PR #16770: URL: https://github.com/apache/doris/pull/16770 -- 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.apach

[GitHub] [doris] amorynan opened a new pull request, #16948: [Improve](map-type) Add contains_null for map

2023-02-20 Thread via GitHub
amorynan opened a new pull request, #16948: URL: https://github.com/apache/doris/pull/16948 # Proposed changes add contains_null for map ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] github-actions[bot] commented on pull request #16948: [Improve](map-type) Add contains_null for map

2023-02-20 Thread via GitHub
github-actions[bot] commented on PR #16948: URL: https://github.com/apache/doris/pull/16948#issuecomment-1436729469 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 #16948: [Improve](map-type) Add contains_null for map

2023-02-20 Thread via GitHub
github-actions[bot] commented on PR #16948: URL: https://github.com/apache/doris/pull/16948#issuecomment-1436733390 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 #16903: (Enhancement)[load-json] support simdjson in new json reader

2023-02-20 Thread via GitHub
github-actions[bot] commented on PR #16903: URL: https://github.com/apache/doris/pull/16903#issuecomment-1436738174 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] eldenmoon commented on pull request #16903: (Enhancement)[load-json] support simdjson in new json reader

2023-02-20 Thread via GitHub
eldenmoon commented on PR #16903: URL: https://github.com/apache/doris/pull/16903#issuecomment-1436755159 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] jackwener commented on pull request #16910: [feature](Nereids): Eliminate duplicate join condition.

2023-02-20 Thread via GitHub
jackwener commented on PR #16910: URL: https://github.com/apache/doris/pull/16910#issuecomment-1436755186 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 #16903: (Enhancement)[load-json] support simdjson in new json reader

2023-02-20 Thread via GitHub
github-actions[bot] commented on PR #16903: URL: https://github.com/apache/doris/pull/16903#issuecomment-1436760304 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] morrySnow commented on pull request #16844: [refactor](Nereids) let type coercion same with legacy planner

2023-02-20 Thread via GitHub
morrySnow commented on PR #16844: URL: https://github.com/apache/doris/pull/16844#issuecomment-1436762389 run p0 feut -- 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] YangShaw commented on pull request #16871: [fix](Nereids) fix signatures of some window functions

2023-02-20 Thread via GitHub
YangShaw commented on PR #16871: URL: https://github.com/apache/doris/pull/16871#issuecomment-1436763692 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 unsub

[GitHub] [doris] weizhengte opened a new pull request, #16949: [fix](doc) fix invalid urls in tpch.md

2023-02-20 Thread via GitHub
weizhengte opened a new pull request, #16949: URL: https://github.com/apache/doris/pull/16949 # Proposed changes Some urls have problems, clicking on them will show 'page not found...' Issue Number: close #xxx ## Problem summary Describe your changes. ## Che

[GitHub] [doris] weizhengte commented on pull request #16949: [fix](doc) fix invalid urls in tpch.md

2023-02-20 Thread via GitHub
weizhengte commented on PR #16949: URL: https://github.com/apache/doris/pull/16949#issuecomment-1436768489 un 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] weizhengte commented on pull request #16949: [fix](doc) fix invalid urls in tpch.md

2023-02-20 Thread via GitHub
weizhengte commented on PR #16949: URL: https://github.com/apache/doris/pull/16949#issuecomment-1436768960 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 #16942: [branch-1.1-lts](fix) SegmentIterator return columns missing ColumnNullable

2023-02-20 Thread via GitHub
github-actions[bot] commented on PR #16942: URL: https://github.com/apache/doris/pull/16942#issuecomment-1436774354 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 #16942: [branch-1.1-lts](fix) SegmentIterator return columns missing ColumnNullable

2023-02-20 Thread via GitHub
github-actions[bot] commented on PR #16942: URL: https://github.com/apache/doris/pull/16942#issuecomment-1436774428 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris-flink-connector] JNSimba merged pull request #104: [Feature](Type)add new type jsonb of doris-flink-connector

2023-02-20 Thread via GitHub
JNSimba merged PR #104: URL: https://github.com/apache/doris-flink-connector/pull/104 -- 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-flink-connector] branch master updated: add new type jsonb of doris-flink-connector (#104)

2023-02-20 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-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new 14405be add new type jsonb of dori

[GitHub] [doris] catpineapple commented on pull request #16759: [fix](planner)fix multi partition support datetime column

2023-02-20 Thread via GitHub
catpineapple commented on PR #16759: URL: https://github.com/apache/doris/pull/16759#issuecomment-1436795278 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 unsub

[GitHub] [doris] cambyzju commented on pull request #16942: [branch-1.1-lts](fix) SegmentIterator return columns missing ColumnNullable

2023-02-20 Thread via GitHub
cambyzju commented on PR #16942: URL: https://github.com/apache/doris/pull/16942#issuecomment-1436803041 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] adonis0147 commented on pull request #16736: [chore](dependency) show progress bar when downloading third-party dependencies

2023-02-20 Thread via GitHub
adonis0147 commented on PR #16736: URL: https://github.com/apache/doris/pull/16736#issuecomment-1436811292 Hi @bowenliang123 , please rebase this PR on the branch master when you have time due to some checks failed. -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [doris] bowenliang123 commented on pull request #16736: [chore](dependency) show progress bar when downloading third-party dependencies

2023-02-20 Thread via GitHub
bowenliang123 commented on PR #16736: URL: https://github.com/apache/doris/pull/16736#issuecomment-1436817610 > Hi @bowenliang123 , please rebase this PR on the branch master when you have time due to some checks failed. Alright, will do it. But I'm confused that the failures won't be

[GitHub] [doris] freemandealer opened a new pull request, #16950: [fix](log) fix and clarify error msg for tablet writer write failure …

2023-02-20 Thread via GitHub
freemandealer opened a new pull request, #16950: URL: https://github.com/apache/doris/pull/16950 …(#14078) Status error msg is missing during Status->atomicerrcode convertion. # Proposed changes Issue Number: close #xxx ## Problem summary Describe your chang

[GitHub] [doris] yangzhg commented on pull request #16878: [Feature](load) Add submitter and comments to load job

2023-02-20 Thread via GitHub
yangzhg commented on PR #16878: URL: https://github.com/apache/doris/pull/16878#issuecomment-1436826421 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-thirdparty] airborne12 opened a new pull request, #39: [Fix](thread) fix thread compatibility in diffrent compilation enviroment

2023-02-20 Thread via GitHub
airborne12 opened a new pull request, #39: URL: https://github.com/apache/doris-thirdparty/pull/39 fix compatible problem find in macos build. -- 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 #16878: [Feature](load) Add submitter and comments to load job

2023-02-20 Thread via GitHub
github-actions[bot] commented on PR #16878: URL: https://github.com/apache/doris/pull/16878#issuecomment-1436828483 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 #16950: [fix](log) fix and clarify error msg for tablet writer write failure …

2023-02-20 Thread via GitHub
github-actions[bot] commented on code in PR #16950: URL: https://github.com/apache/doris/pull/16950#discussion_r836541 ## be/src/olap/memtable_flush_executor.h: ## @@ -56,7 +56,9 @@ std::ostream& operator<<(std::ostream& os, const FlushStatistic& stat); class FlushToken {

[GitHub] [doris] freemandealer commented on pull request #16950: [fix](log) fix and clarify error msg for tablet writer write failure …

2023-02-20 Thread via GitHub
freemandealer commented on PR #16950: URL: https://github.com/apache/doris/pull/16950#issuecomment-1436828306 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. T

[GitHub] [doris] adonis0147 commented on pull request #16736: [chore](dependency) show progress bar when downloading third-party dependencies

2023-02-20 Thread via GitHub
adonis0147 commented on PR #16736: URL: https://github.com/apache/doris/pull/16736#issuecomment-1436828744 > > Hi @bowenliang123 , please rebase this PR on the branch master when you have time due to some checks failed. > > Alright, will do it. But I'm confused that the failures won't

[GitHub] [doris] yangzhg commented on pull request #16878: [Feature](load) Add submitter and comments to load job

2023-02-20 Thread via GitHub
yangzhg commented on PR #16878: URL: https://github.com/apache/doris/pull/16878#issuecomment-1436829739 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 unsubscrib

[GitHub] [doris] bowenliang123 commented on pull request #16736: [chore](dependency) show progress bar when downloading third-party dependencies

2023-02-20 Thread via GitHub
bowenliang123 commented on PR #16736: URL: https://github.com/apache/doris/pull/16736#issuecomment-1436832009 > > > Hi @bowenliang123 , please rebase this PR on the branch master when you have time due to some checks failed. > > > > > > Alright, will do it. But I'm confused th

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #16950: [fix](log) fix and clarify error msg for tablet writer write failure …

2023-02-20 Thread via GitHub
github-actions[bot] commented on code in PR #16950: URL: https://github.com/apache/doris/pull/16950#discussion_r839272 ## be/src/olap/memtable_flush_executor.h: ## @@ -56,7 +56,9 @@ std::ostream& operator<<(std::ostream& os, const FlushStatistic& stat); class FlushToken {

[GitHub] [doris] platoneko commented on pull request #16803: [fix](cooldown) Use `pending_remote_rowsets` to avoid deleting rowset files being uploaded

2023-02-20 Thread via GitHub
platoneko commented on PR #16803: URL: https://github.com/apache/doris/pull/16803#issuecomment-1436834281 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 unsubscr

[GitHub] [doris] BiteTheDDDDt commented on pull request #16931: [Fix](multi-catalog) Fix switch-case fall-through issue in multi-catalog module.

2023-02-20 Thread via GitHub
BiteThet commented on PR #16931: URL: https://github.com/apache/doris/pull/16931#issuecomment-1436857395 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.

[GitHub] [doris] nextdreamblue opened a new pull request, #16951: [fix](alter) support alter table ENABLE FEATURE SEQUENCE_LOAD WITH PR…

2023-02-20 Thread via GitHub
nextdreamblue opened a new pull request, #16951: URL: https://github.com/apache/doris/pull/16951 …OPERTIES ( function_column.sequence_col = col_name) # Proposed changes Issue Number: close #16899 ## Problem summary Describe your changes. ## Checklist(Require

[GitHub] [doris] YangShaw commented on pull request #16871: [fix](Nereids) fix signatures of some window functions

2023-02-20 Thread via GitHub
YangShaw commented on PR #16871: URL: https://github.com/apache/doris/pull/16871#issuecomment-1436877924 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] nextdreamblue commented on issue #16947: [Bug] SPLIT_BY_STRING函数执行报错;

2023-02-20 Thread via GitHub
nextdreamblue commented on issue #16947: URL: https://github.com/apache/doris/issues/16947#issuecomment-1436881567 https://github.com/apache/doris/pull/15677 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [doris] jackwener commented on pull request #16910: [feature](Nereids): Eliminate duplicate join condition.

2023-02-20 Thread via GitHub
jackwener commented on PR #16910: URL: https://github.com/apache/doris/pull/16910#issuecomment-1436890882 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 #16903: (Enhancement)[load-json] support simdjson in new json reader

2023-02-20 Thread via GitHub
github-actions[bot] commented on PR #16903: URL: https://github.com/apache/doris/pull/16903#issuecomment-1436935452 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] morningman commented on pull request #16944: [improvement](test)Set compile required and add clickbench,arm to buildall

2023-02-20 Thread via GitHub
morningman commented on PR #16944: URL: https://github.com/apache/doris/pull/16944#issuecomment-1436938051 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] Tanya-W opened a new pull request, #16952: [improve](inverted index) not apply inverted index on 'in' or 'not_in' predicate which is produced by runtime_filter

2023-02-20 Thread via GitHub
Tanya-W opened a new pull request, #16952: URL: https://github.com/apache/doris/pull/16952 # Proposed changes Issue Number: close #xxx ## Problem summary When there are multi-table join query, there will be many in or not_in predicate of runtime filter pushed down to the sto

[GitHub] [doris] github-actions[bot] commented on pull request #16564: [feature](merge-on-write) add DCHECK in compaction to detect data inconsistency

2023-02-20 Thread via GitHub
github-actions[bot] commented on PR #16564: URL: https://github.com/apache/doris/pull/16564#issuecomment-1436949306 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 #16952: [improve](inverted index) not apply inverted index on 'in' or 'not_in' predicate which is produced by runtime_filter

2023-02-20 Thread via GitHub
github-actions[bot] commented on PR #16952: URL: https://github.com/apache/doris/pull/16952#issuecomment-1436951266 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

<    1   2   3   4   5