[GitHub] [doris] github-actions[bot] commented on pull request #21033: [fix](memory) arena support memory reuse after clear()

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #21033: URL: https://github.com/apache/doris/pull/21033#issuecomment-1600911041 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 #21033: [fix](memory) arena support memory reuse after clear()

2023-06-21 Thread via GitHub
hello-stephen commented on PR #21033: URL: https://github.com/apache/doris/pull/21033#issuecomment-1600914848 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 43.11 seconds stream load tsv: 466 seconds loaded 74807831229 Bytes, about 153 MB/s

[GitHub] [doris] hello-stephen commented on pull request #21087: [enhancement](exchange) add filter in exchange node in BE

2023-06-21 Thread via GitHub
hello-stephen commented on PR #21087: URL: https://github.com/apache/doris/pull/21087#issuecomment-1600934426 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 41.44 seconds stream load tsv: 466 seconds loaded 74807831229 Bytes, about 153 MB/s

[GitHub] [doris] xiaokang commented on pull request #21091: [Improvement](doc) improve ngram and inverted index documents

2023-06-21 Thread via GitHub
xiaokang commented on PR #21091: URL: https://github.com/apache/doris/pull/21091#issuecomment-1600934688 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] xiaokang opened a new pull request, #21091: [Improvement](doc) improve ngram and inverted index documents

2023-06-21 Thread via GitHub
xiaokang opened a new pull request, #21091: URL: https://github.com/apache/doris/pull/21091 ## Proposed changes Issue Number: close #xxx Change ngram and inverted index documents to be more user friendly. ## Further comments If this is a relatively large or complex

[GitHub] [doris] yiguolei merged pull request #21068: [Enhancement](planner)support sql_select_limit for 1.2

2023-06-21 Thread via GitHub
yiguolei merged PR #21068: URL: https://github.com/apache/doris/pull/21068 -- 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 branch-1.2-lts updated: [Enhancement](planner)support sql_select_limit for 1.2 (#21068)

2023-06-21 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new b7b3e98df6 [Enhancement](planne

[doris] branch master updated: [profile](sort) add some metrics in profile (#21056)

2023-06-21 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 2ce8cfbebd [profile](sort) add some metrics in

[GitHub] [doris] yiguolei merged pull request #21056: [profile](sort) add some metrics in profile

2023-06-21 Thread via GitHub
yiguolei merged PR #21056: URL: https://github.com/apache/doris/pull/21056 -- 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] xiaokang merged pull request #21084: [Fix](cooldown) Fix incorrect judgement of `isDropTableOrPartition`

2023-06-21 Thread via GitHub
xiaokang merged PR #21084: URL: https://github.com/apache/doris/pull/21084 -- 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](cooldown) Fix incorrect judgement of `isDropTableOrPartition` (#21084)

2023-06-21 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 e060ffab96 [Fix](cooldown) Fix incorrect judgement

[GitHub] [doris] yiguolei commented on pull request #21090: Simplified type system initialization Array List

2023-06-21 Thread via GitHub
yiguolei commented on PR #21090: URL: https://github.com/apache/doris/pull/21090#issuecomment-1601020398 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 #21090: Simplified type system initialization Array List

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #21090: URL: https://github.com/apache/doris/pull/21090#issuecomment-1601021565 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 #21090: Simplified type system initialization Array List

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

[GitHub] [doris] yiguolei closed issue #21063: [Feature] add sql_select_limit session variable

2023-06-21 Thread via GitHub
yiguolei closed issue #21063: [Feature] add sql_select_limit session variable URL: https://github.com/apache/doris/issues/21063 -- 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] morningman commented on a diff in pull request #21054: [feature-wip](MTMV)optimize lock

2023-06-21 Thread via GitHub
morningman commented on code in PR #21054: URL: https://github.com/apache/doris/pull/21054#discussion_r1237179417 ## fe/fe-core/src/main/java/org/apache/doris/mtmv/MTMVJobManager.java: ## @@ -470,56 +317,75 @@ public void replayDropJobs(List jobIds) { } public void r

[GitHub] [doris] xiaokang merged pull request #21033: [fix](memory) arena support memory reuse after clear()

2023-06-21 Thread via GitHub
xiaokang merged PR #21033: URL: https://github.com/apache/doris/pull/21033 -- 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](memory) arena support memory reuse after clear() (#21033)

2023-06-21 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 2c9bdd64fa [fix](memory) arena support memory reus

[GitHub] [doris] hello-stephen commented on pull request #21089: [fix](nereids)the microseconds value is wrong when create datatimev2 literal from LocalDateTime

2023-06-21 Thread via GitHub
hello-stephen commented on PR #21089: URL: https://github.com/apache/doris/pull/21089#issuecomment-1601056155 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.41 seconds stream load tsv: 472 seconds loaded 74807831229 Bytes, about 151 MB/s

[GitHub] [doris] yiguolei commented on pull request #21090: Simplified type system initialization Array List

2023-06-21 Thread via GitHub
yiguolei commented on PR #21090: URL: https://github.com/apache/doris/pull/21090#issuecomment-1601073130 @darionyaphet pls fix fe code style check failed problem -- 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] yiguolei commented on pull request #21046: [minor](fe) remove several unnecessary codes

2023-06-21 Thread via GitHub
yiguolei commented on PR #21046: URL: https://github.com/apache/doris/pull/21046#issuecomment-1601076244 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 #21046: [minor](fe) remove several unnecessary codes

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #21046: URL: https://github.com/apache/doris/pull/21046#issuecomment-1601077318 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 #21046: [minor](fe) remove several unnecessary codes

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #21046: URL: https://github.com/apache/doris/pull/21046#issuecomment-1601077395 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 #21027: [fix](log) fix the too large warning log of BE

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #21027: URL: https://github.com/apache/doris/pull/21027#issuecomment-1601079367 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] dataroaring commented on pull request #20996: [fix](dynamic partition) fix create hot partition failed without error response

2023-06-21 Thread via GitHub
dataroaring commented on PR #20996: URL: https://github.com/apache/doris/pull/20996#issuecomment-1601080288 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] shuke987 opened a new pull request, #21092: [fix](fuzzy)nereids and pipeline config changed by fuzzy in non-pipeline env.

2023-06-21 Thread via GitHub
shuke987 opened a new pull request, #21092: URL: https://github.com/apache/doris/pull/21092 ## Proposed changes Issue Number: close #xxx In non-pipeline environment, enable_nereids_planner and enable_pipeline must not changed by fuzzy. ## Further comments If t

[GitHub] [doris] yiguolei commented on pull request #21092: [fix](fuzzy)nereids and pipeline config changed by fuzzy in non-pipeline env.

2023-06-21 Thread via GitHub
yiguolei commented on PR #21092: URL: https://github.com/apache/doris/pull/21092#issuecomment-1601088597 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 #21092: [fix](fuzzy)nereids and pipeline config changed by fuzzy in non-pipeline env.

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #21092: URL: https://github.com/apache/doris/pull/21092#issuecomment-1601089823 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 #21092: [fix](fuzzy)nereids and pipeline config changed by fuzzy in non-pipeline env.

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #21092: URL: https://github.com/apache/doris/pull/21092#issuecomment-1601089903 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 #21089: [fix](nereids)the microseconds value is wrong when create datatimev2 literal from LocalDateTime

2023-06-21 Thread via GitHub
hello-stephen commented on PR #21089: URL: https://github.com/apache/doris/pull/21089#issuecomment-1601116041 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.67 seconds stream load tsv: 475 seconds loaded 74807831229 Bytes, about 150 MB/s

[GitHub] [doris] xiaokang merged pull request #21082: [fix](typesystem) fix wrong return type argument cause type check fail

2023-06-21 Thread via GitHub
xiaokang merged PR #21082: URL: https://github.com/apache/doris/pull/21082 -- 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](typesystem) fix wrong return type argument cause type check fail (#21082)

2023-06-21 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 3dfeee3946 [fix](typesystem) fix wrong return type

[GitHub] [doris] shuke987 commented on pull request #21071: fix: test case variable scope bug.

2023-06-21 Thread via GitHub
shuke987 commented on PR #21071: URL: https://github.com/apache/doris/pull/21071#issuecomment-1601127526 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] shuke987 commented on pull request #21092: [fix](fuzzy)nereids and pipeline config changed by fuzzy in non-pipeline env.

2023-06-21 Thread via GitHub
shuke987 commented on PR #21092: URL: https://github.com/apache/doris/pull/21092#issuecomment-1601130955 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] shuke987 commented on pull request #21092: [fix](fuzzy)nereids and pipeline config changed by fuzzy in non-pipeline env.

2023-06-21 Thread via GitHub
shuke987 commented on PR #21092: URL: https://github.com/apache/doris/pull/21092#issuecomment-1601154524 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 #21092: [fix](fuzzy)nereids and pipeline config changed by fuzzy in non-pipeline env.

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #21092: URL: https://github.com/apache/doris/pull/21092#issuecomment-1601166461 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 #21089: [fix](nereids)the microseconds value is wrong when create datatimev2 literal from LocalDateTime

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #21089: URL: https://github.com/apache/doris/pull/21089#issuecomment-1601167721 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 #21089: [fix](nereids)the microseconds value is wrong when create datatimev2 literal from LocalDateTime

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #21089: URL: https://github.com/apache/doris/pull/21089#issuecomment-1601167672 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] xiaokang merged pull request #21027: [fix](log) fix the too large warning log of BE

2023-06-21 Thread via GitHub
xiaokang merged PR #21027: URL: https://github.com/apache/doris/pull/21027 -- 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](log) fix the too large warning log of BE (#21027)

2023-06-21 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 49bbe88327 [fix](log) fix the too large warning lo

[GitHub] [doris] yiguolei merged pull request #21089: [fix](nereids)the microseconds value is wrong when create datatimev2 literal from LocalDateTime

2023-06-21 Thread via GitHub
yiguolei merged PR #21089: URL: https://github.com/apache/doris/pull/21089 -- 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](nereids)the microseconds value is wrong when create datatimev2 literal from LocalDateTime (#21089)

2023-06-21 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 fff308352f [fix](nereids)the microseconds value

[GitHub] [doris] yiguolei merged pull request #20986: [Improve](load)Solve the problem of RoutineLoadTaskScheduler idling when there is no data

2023-06-21 Thread via GitHub
yiguolei merged PR #20986: URL: https://github.com/apache/doris/pull/20986 -- 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: [Improve](load)Solve the problem of RoutineLoadTaskScheduler idling when there is no data (#20986)

2023-06-21 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 b192082b62 [Improve](load)Solve the problem of

[doris] branch branch-2.0 updated (661e1ae7c5 -> b192082b62)

2023-06-21 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 661e1ae7c5 [fix](memory) no switch bthread context in UBSAN compile (#21064) add 2ce8cfbebd [profile](sort) ad

[GitHub] [doris] yiguolei merged pull request #21087: [enhancement](exchange) add filter in exchange node in BE

2023-06-21 Thread via GitHub
yiguolei merged PR #21087: URL: https://github.com/apache/doris/pull/21087 -- 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: [enhancement](exchange) add filter for exchange node in BE (#21087)

2023-06-21 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 a33521b2ce [enhancement](exchange) add filter f

[GitHub] [doris] hello-stephen commented on pull request #21069: [enhancement](memory) print stacktrace for large allocation

2023-06-21 Thread via GitHub
hello-stephen commented on PR #21069: URL: https://github.com/apache/doris/pull/21069#issuecomment-1601268421 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 41.53 seconds stream load tsv: 456 seconds loaded 74807831229 Bytes, about 156 MB/s

[GitHub] [doris] TangSiyang2001 commented on pull request #19937: [feature](load-refactor-with-tvf) S3 load with S3 tvf and native insert

2023-06-21 Thread via GitHub
TangSiyang2001 commented on PR #19937: URL: https://github.com/apache/doris/pull/19937#issuecomment-1601296101 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.

[GitHub] [doris] hello-stephen commented on pull request #19937: [feature](load-refactor-with-tvf) S3 load with S3 tvf and native insert

2023-06-21 Thread via GitHub
hello-stephen commented on PR #19937: URL: https://github.com/apache/doris/pull/19937#issuecomment-1601382322 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.21 seconds stream load tsv: 455 seconds loaded 74807831229 Bytes, about 156 MB/s

[GitHub] [doris] TangSiyang2001 commented on pull request #19937: [feature](load-refactor-with-tvf) S3 load with S3 tvf and native insert

2023-06-21 Thread via GitHub
TangSiyang2001 commented on PR #19937: URL: https://github.com/apache/doris/pull/19937#issuecomment-1601550231 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 un

[GitHub] [doris] shuke987 commented on pull request #20996: [fix](dynamic partition) fix create hot partition failed without error response

2023-06-21 Thread via GitHub
shuke987 commented on PR #20996: URL: https://github.com/apache/doris/pull/20996#issuecomment-1601809506 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 #14595: [enhancement](load) multipass segcompaction to reduce segments before publish (#14590)

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #14595: URL: https://github.com/apache/doris/pull/14595#issuecomment-1601843291 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

[GitHub] [doris] TangSiyang2001 commented on pull request #19937: [feature](load-refactor-with-tvf) S3 load with S3 tvf and native insert

2023-06-21 Thread via GitHub
TangSiyang2001 commented on PR #19937: URL: https://github.com/apache/doris/pull/19937#issuecomment-1601857126 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.

[GitHub] [doris] yiguolei merged pull request #21092: [fix](fuzzy)nereids and pipeline config changed by fuzzy in non-pipeline env.

2023-06-21 Thread via GitHub
yiguolei merged PR #21092: URL: https://github.com/apache/doris/pull/21092 -- 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](fuzzy)nereids and pipeline config changed by fuzzy in non-pipeline env. (#21092)

2023-06-21 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 9f0aa8a9de [fix](fuzzy)nereids and pipeline con

[GitHub] [doris] yiguolei merged pull request #20974: [typo](doc) add automatic service start

2023-06-21 Thread via GitHub
yiguolei merged PR #20974: URL: https://github.com/apache/doris/pull/20974 -- 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](doc) add automatic service start (#20974)

2023-06-21 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 bc6692a1b8 [typo](doc) add automatic service st

[GitHub] [doris] github-actions[bot] commented on pull request #20966: [Fix](Snapshot) Shoule use false instead of 0 in while loop

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #20966: URL: https://github.com/apache/doris/pull/20966#issuecomment-1601866084 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 #20966: [Fix](Snapshot) Shoule use false instead of 0 in while loop

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #20966: URL: https://github.com/apache/doris/pull/20966#issuecomment-1601866102 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 #20881: [fix](profile) The PID_DIR variable in the Doris stop script does not follow the conf file

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #20881: URL: https://github.com/apache/doris/pull/20881#issuecomment-1601867359 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 #20881: [fix](profile) The PID_DIR variable in the Doris stop script does not follow the conf file

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

[doris] branch branch-2.0 updated (b192082b62 -> bc6692a1b8)

2023-06-21 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 b192082b62 [Improve](load)Solve the problem of RoutineLoadTaskScheduler idling when there is no data (#20986)

[GitHub] [doris] xiaokang merged pull request #21071: [fix](regression-test) test case variable scope bug.

2023-06-21 Thread via GitHub
xiaokang merged PR #21071: URL: https://github.com/apache/doris/pull/21071 -- 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](regression-test) test case variable scope bug (#21071)

2023-06-21 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 d5455dd04b [fix](regression-test) test case variab

[GitHub] [doris] zy-kkk commented on pull request #21078: [typo](docs) add a sample

2023-06-21 Thread via GitHub
zy-kkk commented on PR #21078: URL: https://github.com/apache/doris/pull/21078#issuecomment-1601881554 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 #21078: [typo](docs) add a sample

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #21078: URL: https://github.com/apache/doris/pull/21078#issuecomment-1601882064 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 #21078: [typo](docs) add a sample

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #21078: URL: https://github.com/apache/doris/pull/21078#issuecomment-1601882103 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] zy-kkk commented on pull request #21031: [typo](docs)fix typo

2023-06-21 Thread via GitHub
zy-kkk commented on PR #21031: URL: https://github.com/apache/doris/pull/21031#issuecomment-1601882456 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 #21031: [typo](docs)fix typo

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #21031: URL: https://github.com/apache/doris/pull/21031#issuecomment-1601882974 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 #21031: [typo](docs)fix typo

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #21031: URL: https://github.com/apache/doris/pull/21031#issuecomment-1601883006 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] zy-kkk commented on pull request #20941: [typo](docs) fix several slight errors in docs

2023-06-21 Thread via GitHub
zy-kkk commented on PR #20941: URL: https://github.com/apache/doris/pull/20941#issuecomment-1601884065 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 #20941: [typo](docs) fix several slight errors in docs

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #20941: URL: https://github.com/apache/doris/pull/20941#issuecomment-1601884474 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 #20941: [typo](docs) fix several slight errors in docs

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #20941: URL: https://github.com/apache/doris/pull/20941#issuecomment-1601884501 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] TangSiyang2001 commented on pull request #19937: [feature](load-refactor-with-tvf) S3 load with S3 tvf and native insert

2023-06-21 Thread via GitHub
TangSiyang2001 commented on PR #19937: URL: https://github.com/apache/doris/pull/19937#issuecomment-1601896044 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.

[GitHub] [doris] TangSiyang2001 commented on pull request #19937: [feature](load-refactor-with-tvf) S3 load with S3 tvf and native insert

2023-06-21 Thread via GitHub
TangSiyang2001 commented on PR #19937: URL: https://github.com/apache/doris/pull/19937#issuecomment-1601896443 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.

[GitHub] [doris] shuke987 opened a new pull request, #21093: [fix](test) load case bug in tpch_sf10_unique_p2

2023-06-21 Thread via GitHub
shuke987 opened a new pull request, #21093: URL: https://github.com/apache/doris/pull/21093 ## Proposed changes Issue Number: close #xxx fix load case bug in tpch_sf10_unique_p2 ## Further comments If this is a relatively large or complex change, kick off the d

[GitHub] [doris] github-actions[bot] commented on pull request #21093: [fix](test) load case bug in tpch_sf10_unique_p2

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #21093: URL: https://github.com/apache/doris/pull/21093#issuecomment-1601908325 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 #21093: [fix](test) load case bug in tpch_sf10_unique_p2

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #21093: URL: https://github.com/apache/doris/pull/21093#issuecomment-1601908342 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] Mryange commented on pull request #20247: [feature](datetime) "timediff" supports calculating microseconds.

2023-06-21 Thread via GitHub
Mryange commented on PR #20247: URL: https://github.com/apache/doris/pull/20247#issuecomment-1601913680 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] github-actions[bot] commented on pull request #20247: [feature](datetime) "timediff" supports calculating microseconds.

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #20247: URL: https://github.com/apache/doris/pull/20247#issuecomment-1601915629 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 #19937: [feature](load-refactor-with-tvf) S3 load with S3 tvf and native insert

2023-06-21 Thread via GitHub
hello-stephen commented on PR #19937: URL: https://github.com/apache/doris/pull/19937#issuecomment-1601924178 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.87 seconds stream load tsv: 468 seconds loaded 74807831229 Bytes, about 152 MB/s

[GitHub] [doris] xiaokang commented on pull request #21093: [fix](test) load case bug in tpch_sf10_unique_p2

2023-06-21 Thread via GitHub
xiaokang commented on PR #21093: URL: https://github.com/apache/doris/pull/21093#issuecomment-1601926889 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] dataroaring commented on a diff in pull request #19917: [feature-wip](auto-inc)(step-2) support auto-increment column for duplicate table

2023-06-21 Thread via GitHub
dataroaring commented on code in PR #19917: URL: https://github.com/apache/doris/pull/19917#discussion_r1237918355 ## gensrc/thrift/FrontendService.thrift: ## @@ -1040,6 +1040,20 @@ struct TGetMasterTokenResult { 2: optional string token } +struct TAutoIncrementRangeRequ

[GitHub] [doris] yiguolei merged pull request #20881: [fix](profile) The PID_DIR variable in the Doris stop script does not follow the conf file

2023-06-21 Thread via GitHub
yiguolei merged PR #20881: URL: https://github.com/apache/doris/pull/20881 -- 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: [Bug] The PID_DIR variable in the Doris stop script does not follow the conf file (#20881)

2023-06-21 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 37c9a08e56 [Bug] The PID_DIR variable in the Do

[GitHub] [doris] dataroaring commented on a diff in pull request #19917: [feature-wip](auto-inc)(step-2) support auto-increment column for duplicate table

2023-06-21 Thread via GitHub
dataroaring commented on code in PR #19917: URL: https://github.com/apache/doris/pull/19917#discussion_r1237920117 ## fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java: ## @@ -2121,4 +2141,18 @@ public boolean isDupKeysOrMergeOnWrite() { || (getKe

[GitHub] [doris] hello-stephen commented on pull request #20247: [feature](datetime) "timediff" supports calculating microseconds.

2023-06-21 Thread via GitHub
hello-stephen commented on PR #20247: URL: https://github.com/apache/doris/pull/20247#issuecomment-1601934432 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 39.37 seconds stream load tsv: 455 seconds loaded 74807831229 Bytes, about 156 MB/s

[GitHub] [doris] Mryange opened a new pull request, #21094: [test](regression) update some case in p2

2023-06-21 Thread via GitHub
Mryange opened a new pull request, #21094: URL: https://github.com/apache/doris/pull/21094 ## 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](mailto:

[GitHub] [doris] Mryange commented on pull request #21094: [test](regression) update some case in p2

2023-06-21 Thread via GitHub
Mryange commented on PR #21094: URL: https://github.com/apache/doris/pull/21094#issuecomment-1601938832 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] hello-stephen commented on pull request #21025: [enhancement](merge-on-write) add async publish task when version is discontinuous for merge on write table when clone

2023-06-21 Thread via GitHub
hello-stephen commented on PR #21025: URL: https://github.com/apache/doris/pull/21025#issuecomment-1601941698 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.1 seconds stream load tsv: 460 seconds loaded 74807831229 Bytes, about 155 MB/s

[GitHub] [doris] Mryange commented on pull request #21094: [test](regression) update some case in p2

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

2023-06-21 Thread via GitHub
github-actions[bot] commented on PR #20936: URL: https://github.com/apache/doris/pull/20936#issuecomment-1601947411 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-21 Thread via GitHub
Yulei-Yang commented on PR #20936: URL: https://github.com/apache/doris/pull/20936#issuecomment-1601949100 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] didiaode18 commented on pull request #20617: [Feature](log)friendly hint for creating table failed

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

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

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

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #21095: [Bug](materialized-veiw) fix error happens when parsing create materialized view stmt

2023-06-21 Thread via GitHub
BiteThet opened a new pull request, #21095: URL: https://github.com/apache/doris/pull/21095 ## Proposed changes ```java 2023-06-22 04:32:08,263 ERROR (leaderCheckpointer|77) [Checkpoint.doCheckpoint():156] Exception when generate new image file java.io.IOException: java.lang

[GitHub] [doris] BiteTheDDDDt commented on pull request #21095: [Bug](materialized-veiw) fix error happens when parsing create materialized view stmt

2023-06-21 Thread via GitHub
BiteThet commented on PR #21095: URL: https://github.com/apache/doris/pull/21095#issuecomment-1601984059 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] Mryange commented on pull request #21094: [test](regression) update some case in p2

2023-06-21 Thread via GitHub
Mryange commented on PR #21094: URL: https://github.com/apache/doris/pull/21094#issuecomment-1601991834 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] BiteTheDDDDt commented on pull request #21095: [Bug](materialized-veiw) fix error happens when parsing create materialized view stmt

2023-06-21 Thread via GitHub
BiteThet commented on PR #21095: URL: https://github.com/apache/doris/pull/21095#issuecomment-1601998037 run ckbench -- 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

<    1   2   3   4   >