[GitHub] [doris] BiteTheDDDDt commented on pull request #23840: [Bug](compare) fix core dump on decimal128 when be is build by debug mode

2023-09-03 Thread via GitHub
BiteThet commented on PR #23840: URL: https://github.com/apache/doris/pull/23840#issuecomment-1704711478 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, #23840: [Bug](compare) fix core dump on decimal128 when be is build by debug mode

2023-09-03 Thread via GitHub
BiteThet opened a new pull request, #23840: URL: https://github.com/apache/doris/pull/23840 ## Proposed changes fix core dump on decimal128 when be is build by debug mode ```cpp *** SIGSEGV unknown detail explain (@0x0) received by PID 3100534 (TID 3101134 OR 0x7f5966fe9700)

[GitHub] [doris] github-actions[bot] commented on pull request #23779: [FIX](array/map)fix array map batch append data with right next_array_item_rowid

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23779: URL: https://github.com/apache/doris/pull/23779#issuecomment-1704707159 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 #23750: [pipelineX](refactor) add repeat node in pipelineX

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23750: URL: https://github.com/apache/doris/pull/23750#issuecomment-1704705534 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 #23750: [pipelineX](refactor) add repeat node in pipelineX

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23750: URL: https://github.com/apache/doris/pull/23750#issuecomment-1704705488 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 #23828: [fix](stacktrace) Fix StackTraceCache initialized before ExecEnv

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23828: URL: https://github.com/apache/doris/pull/23828#issuecomment-1704704920 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] BePPPower commented on pull request #23838: [fix](regression-test/P2) fix `test_external_catalog_es` p2 regression test

2023-09-03 Thread via GitHub
BePPPower commented on PR #23838: URL: https://github.com/apache/doris/pull/23838#issuecomment-1704704589 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 #23823: [pipelineX](fix) fix correctness problem

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23823: URL: https://github.com/apache/doris/pull/23823#issuecomment-1704703966 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 #23823: [pipelineX](fix) fix correctness problem

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23823: URL: https://github.com/apache/doris/pull/23823#issuecomment-1704703903 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 #23828: [fix](stacktrace) Fix StackTraceCache initialized before ExecEnv

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23828: URL: https://github.com/apache/doris/pull/23828#issuecomment-1704703477 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] SYaoJun commented on pull request #23534: [typo](comment) fix some typos

2023-09-03 Thread via GitHub
SYaoJun commented on PR #23534: URL: https://github.com/apache/doris/pull/23534#issuecomment-1704702451 I notice the CI has two failed case. What should I do for this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [doris] github-actions[bot] commented on pull request #23750: [pipelineX](refactor) add repeat node in pipelineX

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23750: URL: https://github.com/apache/doris/pull/23750#issuecomment-1704701374 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] Kikyou1997 commented on pull request #23803: [enhancement](optimizer) Recycle expired table stats

2023-09-03 Thread via GitHub
Kikyou1997 commented on PR #23803: URL: https://github.com/apache/doris/pull/23803#issuecomment-1704700747 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] smallhibiscus opened a new pull request, #23839: [doc](grant) add the grant command to general user executes fresh catalog

2023-09-03 Thread via GitHub
smallhibiscus opened a new pull request, #23839: URL: https://github.com/apache/doris/pull/23839 ## 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](m

[GitHub] [doris] amorynan commented on pull request #23779: [FIX](array/map)fix array map batch append data with right next_array_item_rowid

2023-09-03 Thread via GitHub
amorynan commented on PR #23779: URL: https://github.com/apache/doris/pull/23779#issuecomment-1704699888 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] xinyiZzz commented on pull request #23828: [fix](stacktrace) Fix StackTraceCache initialized before ExecEnv

2023-09-03 Thread via GitHub
xinyiZzz commented on PR #23828: URL: https://github.com/apache/doris/pull/23828#issuecomment-1704698073 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] sohardforaname commented on pull request #23739: [Fix](Nereids)fix outfile syntax

2023-09-03 Thread via GitHub
sohardforaname commented on PR #23739: URL: https://github.com/apache/doris/pull/23739#issuecomment-1704698072 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] XieJiann commented on pull request #23833: [feature](Nereids) eliminate left outer join with is null condition

2023-09-03 Thread via GitHub
XieJiann commented on PR #23833: URL: https://github.com/apache/doris/pull/23833#issuecomment-1704697190 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] xinyiZzz commented on pull request #23828: [fix](stacktrace) Fix StackTraceCache initialized before ExecEnv

2023-09-03 Thread via GitHub
xinyiZzz commented on PR #23828: URL: https://github.com/apache/doris/pull/23828#issuecomment-1704695961 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] Mryange commented on pull request #23750: [pipelineX](refactor) add repeat node in pipelineX

2023-09-03 Thread via GitHub
Mryange commented on PR #23750: URL: https://github.com/apache/doris/pull/23750#issuecomment-1704693102 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 #23837: Test

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23837: URL: https://github.com/apache/doris/pull/23837#issuecomment-1704691262 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 #23834: [Bugfix](tablet) change WriteCooldownMetaExecutors's thread pool type to prevent singleton's dtor order

2023-09-03 Thread via GitHub
hello-stephen commented on PR #23834: URL: https://github.com/apache/doris/pull/23834#issuecomment-1704690787 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.19 seconds stream load tsv: 529 seconds loaded 74807831229 Bytes

[GitHub] [doris] BePPPower opened a new pull request, #23838: [fix](regression-test/P2) fix `test_external_catalog_es` p2 regression test

2023-09-03 Thread via GitHub
BePPPower opened a new pull request, #23838: URL: https://github.com/apache/doris/pull/23838 ## 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] xiaokang commented on pull request #23834: [Bugfix](tablet) change WriteCooldownMetaExecutors's thread pool type to prevent singleton's dtor order

2023-09-03 Thread via GitHub
xiaokang commented on PR #23834: URL: https://github.com/apache/doris/pull/23834#issuecomment-1704688600 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 commented on pull request #23834: [Bugfix](tablet) change WriteCooldownMetaExecutors's thread pool type to prevent singleton's dtor order

2023-09-03 Thread via GitHub
xiaokang commented on PR #23834: URL: https://github.com/apache/doris/pull/23834#issuecomment-1704687195 The root cause is StackTraceCache and should be fixed further. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [doris] github-actions[bot] commented on pull request #23834: [Bugfix](tablet) change WriteCooldownMetaExecutors's thread pool type to prevent singleton's dtor order

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23834: URL: https://github.com/apache/doris/pull/23834#issuecomment-1704687419 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 #23834: [Bugfix](tablet) change WriteCooldownMetaExecutors's thread pool type to prevent singleton's dtor order

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23834: URL: https://github.com/apache/doris/pull/23834#issuecomment-1704687363 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] DarvenDuan commented on pull request #23836: [bug](schema change)fix schema change cause load failed due to err -215

2023-09-03 Thread via GitHub
DarvenDuan commented on PR #23836: URL: https://github.com/apache/doris/pull/23836#issuecomment-1704685066 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] bobhan1 commented on pull request #23837: Test

2023-09-03 Thread via GitHub
bobhan1 commented on PR #23837: URL: https://github.com/apache/doris/pull/23837#issuecomment-1704684183 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] bobhan1 opened a new pull request, #23837: Test

2023-09-03 Thread via GitHub
bobhan1 opened a new pull request, #23837: URL: https://github.com/apache/doris/pull/23837 ## 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] DarvenDuan opened a new pull request, #23836: [bug](schema change)fix schema change cause load failed due to err -215

2023-09-03 Thread via GitHub
DarvenDuan opened a new pull request, #23836: URL: https://github.com/apache/doris/pull/23836 ## Proposed changes If Doris schema change job and load job execute in parallel, load job may be failed after schema change job finished. Schema change job will generate a new shadow i

[GitHub] [doris] github-actions[bot] commented on pull request #23236: [Feature-WIP](partitions) Support auto partition

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23236: URL: https://github.com/apache/doris/pull/23236#issuecomment-1704675904 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 #23832: [fix](RemoteUDF) fix string type do not set PGenericType

2023-09-03 Thread via GitHub
hello-stephen commented on PR #23832: URL: https://github.com/apache/doris/pull/23832#issuecomment-1704673371 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.87 seconds stream load tsv: 547 seconds loaded 74807831229 Bytes

[GitHub] [doris] SWJTU-ZhangLei commented on pull request #20243: [feature](regression) Add a p2 level case for schema change

2023-09-03 Thread via GitHub
SWJTU-ZhangLei commented on PR #20243: URL: https://github.com/apache/doris/pull/20243#issuecomment-1704672569 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] SWJTU-ZhangLei commented on pull request #22547: [test](regression) Reduce dependency of other database in `test_alter_table_column`

2023-09-03 Thread via GitHub
SWJTU-ZhangLei commented on PR #22547: URL: https://github.com/apache/doris/pull/22547#issuecomment-1704672970 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 #23779: [FIX](array/map)fix array map batch append data with right next_array_item_rowid

2023-09-03 Thread via GitHub
hello-stephen commented on PR #23779: URL: https://github.com/apache/doris/pull/23779#issuecomment-1704671519 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.35 seconds stream load tsv: 550 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23835: Pick "[Bugfix](tablet) change WriteCooldownMetaExecutors's thread pool type to prevent singleton's dtor order #23834"

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23835: URL: https://github.com/apache/doris/pull/23835#issuecomment-1704670449 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 #23834: [Bugfix](tablet) change WriteCooldownMetaExecutors's thread pool type to prevent singleton's dtor order

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23834: URL: https://github.com/apache/doris/pull/23834#issuecomment-1704667309 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] ByteYue opened a new pull request, #23835: Pick "[Bugfix](tablet) change WriteCooldownMetaExecutors's thread pool type to prevent singleton's dtor order #23834"

2023-09-03 Thread via GitHub
ByteYue opened a new pull request, #23835: URL: https://github.com/apache/doris/pull/23835 ## Proposed changes Issue Number: close #xxx same as master ##23834 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@dor

[GitHub] [doris] airborne12 commented on a diff in pull request #23818: [Fix](inverted index) need_read_data only supports DUP_KEYS

2023-09-03 Thread via GitHub
airborne12 commented on code in PR #23818: URL: https://github.com/apache/doris/pull/23818#discussion_r1314471377 ## regression-test/suites/index_p0/test_bitmap_index.groovy: ## @@ -269,4 +269,102 @@ suite("test_bitmap_index") { } } sql "DROP TABLE ${tbName3}

[GitHub] [doris] github-actions[bot] commented on pull request #23834: [Bugfix](tablet) change WriteCooldownMetaExecutors's thread pool type to prevent singleton's dtor order

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23834: URL: https://github.com/apache/doris/pull/23834#issuecomment-1704663618 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 #23830: [bugfix](topn) fix topn be inoperative because Field == Null always return true

2023-09-03 Thread via GitHub
hello-stephen commented on PR #23830: URL: https://github.com/apache/doris/pull/23830#issuecomment-1704663353 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.33 seconds stream load tsv: 532 seconds loaded 74807831229 Bytes

[GitHub] [doris] ByteYue commented on pull request #23834: [Bugfix](tablet) change WriteCooldownMetaExecutors's thread pool type to prevent singleton's dtor order

2023-09-03 Thread via GitHub
ByteYue commented on PR #23834: URL: https://github.com/apache/doris/pull/23834#issuecomment-1704660188 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 #23828: [fix](stacktrace) Fix StackTraceCache initialized before ExecEnv

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23828: URL: https://github.com/apache/doris/pull/23828#issuecomment-1704659740 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 master updated (bb3fadc5d3 -> 9bca52d002)

2023-09-03 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from bb3fadc5d3 [Bug](materialized-view) fix mv not match because cast and alias name (#23580) add 9bca52d002 [chore

[GitHub] [doris] github-actions[bot] commented on pull request #23828: [fix](stacktrace) Fix StackTraceCache initialized before ExecEnv

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23828: URL: https://github.com/apache/doris/pull/23828#issuecomment-1704659711 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] yiguolei merged pull request #23821: [chore](idea) add back .idea dir under fe

2023-09-03 Thread via GitHub
yiguolei merged PR #23821: URL: https://github.com/apache/doris/pull/23821 -- 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] ByteYue opened a new pull request, #23834: [Bugfix](tablet) change WriteCooldownMetaExecutors's thread pool type to prevent singleton's dtor order

2023-09-03 Thread via GitHub
ByteYue opened a new pull request, #23834: URL: https://github.com/apache/doris/pull/23834 ## Proposed changes Issue Number: close #xxx Before this pr, WriteCooldownMetaExecutors use `ThreadPool`, the `shutdown` function of which would try to execute the following expression `_pool

[GitHub] [doris] XieJiann opened a new pull request, #23833: [feature](Nereids) eliminate left outer join with is null condition

2023-09-03 Thread via GitHub
XieJiann opened a new pull request, #23833: URL: https://github.com/apache/doris/pull/23833 ## 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] github-actions[bot] commented on pull request #23830: [bugfix](topn) fix topn be inoperative because Field == Null always return true

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23830: URL: https://github.com/apache/doris/pull/23830#issuecomment-1704653611 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 #23830: [bugfix](topn) fix topn be inoperative because Field == Null always return true

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23830: URL: https://github.com/apache/doris/pull/23830#issuecomment-1704653578 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 #23832: [fix](RemoteUDF) fix string type do not set PGenericType

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23832: URL: https://github.com/apache/doris/pull/23832#issuecomment-1704650039 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 #23818: [Fix](inverted index) need_read_data only supports DUP_KEYS

2023-09-03 Thread via GitHub
hello-stephen commented on PR #23818: URL: https://github.com/apache/doris/pull/23818#issuecomment-1704648459 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.67 seconds stream load tsv: 532 seconds loaded 74807831229 Bytes

[GitHub] [doris] Mryange commented on pull request #23832: [fix](RemoteUDF) fix string type do not set PGenericType

2023-09-03 Thread via GitHub
Mryange commented on PR #23832: URL: https://github.com/apache/doris/pull/23832#issuecomment-1704644796 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 opened a new pull request, #23832: [fix](RemoteUDF) fix

2023-09-03 Thread via GitHub
Mryange opened a new pull request, #23832: URL: https://github.com/apache/doris/pull/23832 ## 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] hello-stephen commented on pull request #23823: [pipelineX](fix) fix correctness problem

2023-09-03 Thread via GitHub
hello-stephen commented on PR #23823: URL: https://github.com/apache/doris/pull/23823#issuecomment-1704640444 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.62 seconds stream load tsv: 533 seconds loaded 74807831229 Bytes

[GitHub] [doris] amorynan commented on pull request #23779: [FIX](array/map)fix array map batch append data with right next_array_item_rowid

2023-09-03 Thread via GitHub
amorynan commented on PR #23779: URL: https://github.com/apache/doris/pull/23779#issuecomment-1704641721 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 #23830: [bugfix](topn) fix topn be inoperative because Field == Null always return true

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23830: URL: https://github.com/apache/doris/pull/23830#issuecomment-1704636902 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] xiaokang commented on pull request #23830: [bugfix](topn) fix topn be inoperative because Field == Null always return true

2023-09-03 Thread via GitHub
xiaokang commented on PR #23830: URL: https://github.com/apache/doris/pull/23830#issuecomment-1704636144 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 #23829: [bugfix](topn) fix miss-use of unique_id causing vector buffer overflow

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23829: URL: https://github.com/apache/doris/pull/23829#issuecomment-1704634504 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] xiaokang commented on a diff in pull request #23818: [Fix](inverted index) need_read_data only supports DUP_KEYS

2023-09-03 Thread via GitHub
xiaokang commented on code in PR #23818: URL: https://github.com/apache/doris/pull/23818#discussion_r1314450927 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -938,6 +938,10 @@ Status SegmentIterator::_apply_inverted_index_on_block_column_predicate( } bool Seg

[GitHub] [doris] jeffkxt opened a new issue, #23831: [Bug] 百度云备份数据无法恢复

2023-09-03 Thread via GitHub
jeffkxt opened a new issue, #23831: URL: https://github.com/apache/doris/issues/23831 ### 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 2.0 ### What's Wr

[GitHub] [doris] xiaokang opened a new pull request, #23830: [bugfix](topn) fix topn be inoperative because Field == Null always return true

2023-09-03 Thread via GitHub
xiaokang opened a new pull request, #23830: URL: https://github.com/apache/doris/pull/23830 ## Proposed changes Issue Number: close #xxx `if (!new_top.is_null() && new_top != old_top)` is always false since old_top is Null when init and `Field == Null` always return true.

[GitHub] [doris] github-actions[bot] commented on pull request #23829: [bugfix](topn) fix miss-use of unique_id causing vector buffer overflow

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23829: URL: https://github.com/apache/doris/pull/23829#issuecomment-1704629951 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 #23829: [bugfix](topn) fix miss-use of unique_id causing vector buffer overflow

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23829: URL: https://github.com/apache/doris/pull/23829#issuecomment-1704627803 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 #23829: [bugfix](topn) fix miss-use of unique_id causing vector buffer overflow

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23829: URL: https://github.com/apache/doris/pull/23829#issuecomment-1704627845 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 #23818: [Fix](inverted index) need_read_data only supports DUP_KEYS

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23818: URL: https://github.com/apache/doris/pull/23818#issuecomment-1704623543 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] xiaokang opened a new pull request, #23829: [bugfix](topn) fix miss-use of unique_id causing vector buffer overflow

2023-09-03 Thread via GitHub
xiaokang opened a new pull request, #23829: URL: https://github.com/apache/doris/pull/23829 ## Proposed changes Issue Number: close #xxx miss-use: the original cid is actually unique_id and `_schema->unique_id(cid)` is wrong. BTW, there is no problem in master branch, si

[GitHub] [doris] github-actions[bot] commented on pull request #23823: [pipelineX](fix) fix correctness problem

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23823: URL: https://github.com/apache/doris/pull/23823#issuecomment-1704618947 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 #23818: [Fix](inverted index) need_read_data only supports DUP_KEYS

2023-09-03 Thread via GitHub
airborne12 commented on PR #23818: URL: https://github.com/apache/doris/pull/23818#issuecomment-1704617420 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] hello-stephen commented on pull request #22933: [feature](geometry) Support geometry type and more Geo functions

2023-09-03 Thread via GitHub
hello-stephen commented on PR #22933: URL: https://github.com/apache/doris/pull/22933#issuecomment-1704614731 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.26 seconds stream load tsv: 549 seconds loaded 74807831229 Bytes

[GitHub] [doris] Gabriel39 commented on pull request #23823: [pipelineX](fix) fix correctness problem

2023-09-03 Thread via GitHub
Gabriel39 commented on PR #23823: URL: https://github.com/apache/doris/pull/23823#issuecomment-1704614400 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] Gabriel39 commented on a diff in pull request #23750: [pipelineX](refactor) add repeat node in pipelineX

2023-09-03 Thread via GitHub
Gabriel39 commented on code in PR #23750: URL: https://github.com/apache/doris/pull/23750#discussion_r1314437967 ## be/src/pipeline/exec/repeat_operator.cpp: ## @@ -37,9 +38,238 @@ Status RepeatOperator::prepare(doris::RuntimeState* state) { return StatefulOperator::prepare

[GitHub] [doris] hello-stephen commented on pull request #23827: [Enhancement-WIP](Status)(1/N) Make `class Status` `[[nodiscard]]`

2023-09-03 Thread via GitHub
hello-stephen commented on PR #23827: URL: https://github.com/apache/doris/pull/23827#issuecomment-1704609519 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.52 seconds stream load tsv: 527 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23765: [feature-wip] (arrow-flight) (step1) BE support Arrow Flight server, read data only

2023-09-03 Thread via GitHub
hello-stephen commented on PR #23765: URL: https://github.com/apache/doris/pull/23765#issuecomment-1704604046 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.07 seconds stream load tsv: 531 seconds loaded 74807831229 Bytes

[GitHub] [doris] BiteTheDDDDt merged pull request #23580: [Bug](materialized-view) fix mv not match because cast and alias name

2023-09-03 Thread via GitHub
BiteThet merged PR #23580: URL: https://github.com/apache/doris/pull/23580 -- 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 #23828: [fix](stacktrace) Fix StackTraceCache initialized before ExecEnv

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23828: URL: https://github.com/apache/doris/pull/23828#issuecomment-1704595544 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 #23779: [FIX](array/map)fix array map batch append data with right next_array_item_rowid

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23779: URL: https://github.com/apache/doris/pull/23779#issuecomment-1704595414 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 #23236: [Feature-WIP](partitions) Support auto partition

2023-09-03 Thread via GitHub
hello-stephen commented on PR #23236: URL: https://github.com/apache/doris/pull/23236#issuecomment-1704595189 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.31 seconds stream load tsv: 541 seconds loaded 74807831229 Bytes

svn commit: r63758 - /dev/doris/1.2.7-rc03/ /release/doris/1.2/1.2.7/

2023-09-03 Thread morningman
Author: morningman Date: Mon Sep 4 04:32:04 2023 New Revision: 63758 Log: move doris 1.2.7-rc03 to release Added: release/doris/1.2/1.2.7/ - copied from r63757, dev/doris/1.2.7-rc03/ Removed: dev/doris/1.2.7-rc03/ --

[GitHub] [doris] github-actions[bot] commented on pull request #23828: [fix](stacktrace) Fix StackTraceCache initialized before ExecEnv

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23828: URL: https://github.com/apache/doris/pull/23828#issuecomment-1704594400 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

svn commit: r63757 - in /release/doris: 2.0.1/ 2.0/2.0.1/

2023-09-03 Thread jiafengzheng
Author: jiafengzheng Date: Mon Sep 4 04:28:39 2023 New Revision: 63757 Log: move doris 2.0.1 to release Added: release/doris/2.0/2.0.1/ - copied from r63756, release/doris/2.0.1/ Removed: release/doris/2.0.1/ - T

[GitHub] [doris] xinyiZzz commented on pull request #23828: [fix](stacktrace) Fix StackTraceCache initialized before ExecEnv

2023-09-03 Thread via GitHub
xinyiZzz commented on PR #23828: URL: https://github.com/apache/doris/pull/23828#issuecomment-1704591953 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

svn commit: r63756 - /dev/doris/2.0.1/ /release/doris/2.0.1/

2023-09-03 Thread jiafengzheng
Author: jiafengzheng Date: Mon Sep 4 04:25:33 2023 New Revision: 63756 Log: move doris 2.0.1 to release Added: release/doris/2.0.1/ - copied from r63755, dev/doris/2.0.1/ Removed: dev/doris/2.0.1/ - To unsubscrib

[doris] branch branch-2.0 updated: [bugfix](fragment mgr) heap used after free in fragment manager when query is cancelled (#23817)

2023-09-03 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new e2a2194a50 [bugfix](fragment mgr) heap

[GitHub] [doris] yiguolei merged pull request #23817: [bugfix](fragment mgr) heap used after free in fragment manager when query is cancelled

2023-09-03 Thread via GitHub
yiguolei merged PR #23817: URL: https://github.com/apache/doris/pull/23817 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [bugfix](fragment mgr) heap used after free in fragment manager when query is cancelled (#23817)

2023-09-03 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 0179e5c2ba [bugfix](fragment mgr) heap used aft

[GitHub] [doris] hello-stephen commented on pull request #23635: [fix](Export) Concatenation the outfile sql for Export

2023-09-03 Thread via GitHub
hello-stephen commented on PR #23635: URL: https://github.com/apache/doris/pull/23635#issuecomment-1704586519 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.66 seconds stream load tsv: 531 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23828: [fix](stacktrace) Fix StackTraceCache initialized before ExecEnv

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23828: URL: https://github.com/apache/doris/pull/23828#issuecomment-1704585331 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 #23307: [improvement](executor) make timeout mutable on executing fragment rpc

2023-09-03 Thread via GitHub
hello-stephen commented on PR #23307: URL: https://github.com/apache/doris/pull/23307#issuecomment-1704582912 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.76 seconds stream load tsv: 532 seconds loaded 74807831229 Bytes

[GitHub] [doris] xinyiZzz commented on pull request #23828: [fix](stacktrace) Fix StackTraceCache initialized before ExecEnv

2023-09-03 Thread via GitHub
xinyiZzz commented on PR #23828: URL: https://github.com/apache/doris/pull/23828#issuecomment-1704582131 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] xinyiZzz opened a new pull request, #23828: [fix](stacktrace) Fix StackTraceCache initialized before ExecEnv

2023-09-03 Thread via GitHub
xinyiZzz opened a new pull request, #23828: URL: https://github.com/apache/doris/pull/23828 ## Proposed changes Fix BE grace exit ``` ==45195==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x614000432bc8 at pc 0x5584e269579b bp 0x7f473f491410 sp 0x7f473f491408 READ

[GitHub] [doris] github-actions[bot] commented on pull request #23827: [Enhancement-WIP](Status)(1/N) Make `class Status` `[[nodiscard]]`

2023-09-03 Thread via GitHub
github-actions[bot] commented on PR #23827: URL: https://github.com/apache/doris/pull/23827#issuecomment-1704581787 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 #21773: [feature](insert)support `insert ignore into ...` statement

2023-09-03 Thread via GitHub
hello-stephen commented on PR #21773: URL: https://github.com/apache/doris/pull/21773#issuecomment-1704581258 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.24 seconds stream load tsv: 530 seconds loaded 74807831229 Bytes

[GitHub] [doris] Mryange commented on pull request #23750: [pipelineX](refactor) add repeat node in pipelineX

2023-09-03 Thread via GitHub
Mryange commented on PR #23750: URL: https://github.com/apache/doris/pull/23750#issuecomment-1704579396 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] bobhan1 commented on pull request #23827: [Enhancement](Status)(1/N) Make `class Status` `[[nodiscard]]`

2023-09-03 Thread via GitHub
bobhan1 commented on PR #23827: URL: https://github.com/apache/doris/pull/23827#issuecomment-1704577954 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] bobhan1 opened a new pull request, #23827: [Enhancement](Status)(1/N) Make class Status [[nodiscard]]

2023-09-03 Thread via GitHub
bobhan1 opened a new pull request, #23827: URL: https://github.com/apache/doris/pull/23827 ## Proposed changes This PR is part of https://github.com/apache/doris/issues/23825 ## Further comments If this is a relatively large or complex change, kick off the discussion at

[GitHub] [doris] mymeiyi commented on a diff in pull request #23053: [feature](insert) Support wal for group commit insert

2023-09-03 Thread via GitHub
mymeiyi commented on code in PR #23053: URL: https://github.com/apache/doris/pull/23053#discussion_r1314413372 ## be/src/olap/wal_table.h: ## @@ -0,0 +1,64 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTI

[GitHub] [doris] dataroaring merged pull request #23652: [docs] Correct spelling of words

2023-09-03 Thread via GitHub
dataroaring merged PR #23652: URL: https://github.com/apache/doris/pull/23652 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

[doris] branch master updated (0f2bbf5b81 -> a1915d13c0)

2023-09-03 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 0f2bbf5b81 [doc](datetime) description of datetime in DATETIME.md (#23683) add a1915d13c0 [docs] Correct sp

  1   2   3   4   >