[PR] [fix](transaction) fix profile null exception cause txn stuck [doris]

2023-10-18 Thread via GitHub
yujun777 opened a new pull request, #25575: URL: https://github.com/apache/doris/pull/25575 ## Proposed changes pick: #24813 When finishing a txn, state transfer cb may raise an exception. It will cause the replicas and partitions' version couldn't update. Then later txn will

Re: [PR] [fix](transaction) fix profile null exception cause txn stuck [doris]

2023-10-18 Thread via GitHub
yujun777 commented on PR #25575: URL: https://github.com/apache/doris/pull/25575#issuecomment-1767798619 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

Re: [PR] [enhancement](stats) Limit analyze info count [doris]

2023-10-18 Thread via GitHub
Kikyou1997 commented on PR #25576: URL: https://github.com/apache/doris/pull/25576#issuecomment-1767804157 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

[PR] [enhancement](stats) Limit analyze info count [doris]

2023-10-18 Thread via GitHub
Kikyou1997 opened a new pull request, #25576: URL: https://github.com/apache/doris/pull/25576 ## Proposed changes Each analyze job info and task info would not exceed 2 after this PR. User could adjust this by FE conf param: analyze_record_limit ## Further comments I

Re: [PR] [feature](thrift api) support expr in MemoryScratchSink and make arrow::Schema recalculate with block info [doris]

2023-10-18 Thread via GitHub
eldenmoon commented on PR #24603: URL: https://github.com/apache/doris/pull/24603#issuecomment-1767806208 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

Re: [PR] [fix](stats) Fix scale replica by default [doris]

2023-10-18 Thread via GitHub
doris-robot commented on PR #25563: URL: https://github.com/apache/doris/pull/25563#issuecomment-1767809955 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 50.33 seconds stream load tsv: 552 seconds loaded 74807831229 Bytes,

Re: [PR] [date](fix) modify push-down predicate for datev1 type [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25571: URL: https://github.com/apache/doris/pull/25571#issuecomment-1767811608 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

Re: [PR] [Fix](exec) Fix date dict infinite loop. [doris]

2023-10-18 Thread via GitHub
doris-robot commented on PR #25570: URL: https://github.com/apache/doris/pull/25570#issuecomment-1767816582 TeamCity be ut coverage result: Function Coverage: 37.01% (8279/22369) Line Coverage: 29.08% (66409/228341) Region Coverage: 27.73% (34458/124259) Branch Coverage: 24.3

Re: [PR] [date](fix) modify push-down predicate for datev1 type [doris]

2023-10-18 Thread via GitHub
Gabriel39 commented on PR #25571: URL: https://github.com/apache/doris/pull/25571#issuecomment-1767818072 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

[PR] [fix](months_diff) fix wrong result of months_diff [doris]

2023-10-18 Thread via GitHub
jacktengg opened a new pull request, #25577: URL: https://github.com/apache/doris/pull/25577 ## Proposed changes Issue Number: close #xxx Fix wrong result of months_diff: ``` mysql [(none)]>select months_diff('2023-10-14 00:00:00', '1975-10-18 00:00:00'); +---

Re: [PR] [fix](months_diff) fix wrong result of months_diff [doris]

2023-10-18 Thread via GitHub
jacktengg commented on PR #25577: URL: https://github.com/apache/doris/pull/25577#issuecomment-1767822966 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

Re: [PR] [Fix](merge-on-write) Fix some bugs about sequence column [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #24915: URL: https://github.com/apache/doris/pull/24915#issuecomment-1767832214 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

Re: [PR] [fix](months_diff) fix wrong result of months_diff [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25577: URL: https://github.com/apache/doris/pull/25577#issuecomment-1767834905 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

Re: [PR] [Fix](merge-on-write) Fix some bugs about sequence column [doris]

2023-10-18 Thread via GitHub
bobhan1 commented on PR #24915: URL: https://github.com/apache/doris/pull/24915#issuecomment-1767834646 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

[PR] (enhencement)(RowsetWriter) Don't delete files when beta rowset writer destructed [doris]

2023-10-18 Thread via GitHub
ByteYue opened a new pull request, #25578: URL: https://github.com/apache/doris/pull/25578 ## Proposed changes Issue Number: close #xxx The files of corresponding remote file system shouldn't be deleted when the rowset writers's dtor is called, instead they should be deleted as

[PR] [fix](be) Make DorisCallOnce's function exception-safe [doris]

2023-10-18 Thread via GitHub
Xiaoccer opened a new pull request, #25579: URL: https://github.com/apache/doris/pull/25579 ## Proposed changes Issue Number: close #xxx Make the DorisCallOnce's function exception-safe. If the segment calls DorisCallOnce returns an error, remove the cache to prevent subsequent

Re: [PR] (enhencement)(RowsetWriter) Don't delete files when beta rowset writer destructed [doris]

2023-10-18 Thread via GitHub
ByteYue commented on PR #25578: URL: https://github.com/apache/doris/pull/25578#issuecomment-1767843973 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

Re: [I] [Feature] Add doris source demo to read data from doris [doris]

2023-10-18 Thread via GitHub
DongLiang-0 closed issue #20136: [Feature] Add doris source demo to read data from doris URL: https://github.com/apache/doris/issues/20136 -- 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 specifi

Re: [PR] [enhancement](stats) Limit analyze info count [doris]

2023-10-18 Thread via GitHub
doris-robot commented on PR #25576: URL: https://github.com/apache/doris/pull/25576#issuecomment-1767869316 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.21 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes,

Re: [I] [Feature] Doris support Arrow Flight SQL [doris]

2023-10-18 Thread via GitHub
xinyiZzz commented on issue #25514: URL: https://github.com/apache/doris/issues/25514#issuecomment-1767870196 > Very cool feature! Can it be maintained on the confluence? Yes, I will maintain it later, thanks~ -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] [Fix](exec) Fix date dict infinite loop. [doris]

2023-10-18 Thread via GitHub
doris-robot commented on PR #25570: URL: https://github.com/apache/doris/pull/25570#issuecomment-1767871692 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.47 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes,

Re: [PR] [enhencement](RowsetWriter) Don't delete files when beta rowset writer destructed [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25578: URL: https://github.com/apache/doris/pull/25578#issuecomment-1767868634 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

Re: [PR] [fix](be) Make DorisCallOnce's function exception-safe [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25579: URL: https://github.com/apache/doris/pull/25579#issuecomment-1767872404 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

Re: [PR] [feature](paimon)paimon catalog supports complex types [doris]

2023-10-18 Thread via GitHub
DongLiang-0 commented on PR #25364: URL: https://github.com/apache/doris/pull/25364#issuecomment-1767873681 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.

Re: [PR] [date](fix) modify push-down predicate for datev1 type [doris]

2023-10-18 Thread via GitHub
doris-robot commented on PR #25571: URL: https://github.com/apache/doris/pull/25571#issuecomment-1767877227 TeamCity be ut coverage result: Function Coverage: 37.00% (8277/22369) Line Coverage: 29.08% (66387/228324) Region Coverage: 27.73% (34454/124237) Branch Coverage: 24.3

Re: [PR] [fix](be) Make DorisCallOnce's function exception-safe [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25579: URL: https://github.com/apache/doris/pull/25579#issuecomment-1767878956 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

Re: [PR] [feature](thrift api) support expr in MemoryScratchSink and make arrow::Schema recalculate with block info [doris]

2023-10-18 Thread via GitHub
doris-robot commented on PR #24603: URL: https://github.com/apache/doris/pull/24603#issuecomment-1767880553 TeamCity be ut coverage result: Function Coverage: 37.00% (8277/22370) Line Coverage: 29.07% (66401/228413) Region Coverage: 27.72% (34451/124279) Branch Coverage: 24.3

Re: [PR] [fix](be) Make DorisCallOnce's function exception-safe [doris]

2023-10-18 Thread via GitHub
gavinchou commented on code in PR #25579: URL: https://github.com/apache/doris/pull/25579#discussion_r1363407035 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -211,6 +211,14 @@ SegmentIterator::SegmentIterator(std::shared_ptr segment, SchemaSPtr sc _po

Re: [PR] [Enhance](regression)change external default docker list [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25573: URL: https://github.com/apache/doris/pull/25573#issuecomment-1767883883 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

Re: [PR] [Enhance](regression)change external default docker list [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25573: URL: https://github.com/apache/doris/pull/25573#issuecomment-1767883958 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

Re: [PR] [fix](be) Make DorisCallOnce's function exception-safe [doris]

2023-10-18 Thread via GitHub
gavinchou commented on code in PR #25579: URL: https://github.com/apache/doris/pull/25579#discussion_r1363408789 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -247,39 +260,45 @@ Status Segment::load_pk_index_and_bf() { return Status::OK(); } Status Segment::load_ind

Re: [PR] [feature] multiple tables to one [doris-flink-connector]

2023-10-18 Thread via GitHub
codeAntg commented on PR #208: URL: https://github.com/apache/doris-flink-connector/pull/208#issuecomment-1767887233 Thank you for your advice, the code has been optimized, please check -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] [fix](be) Make DorisCallOnce's function exception-safe [doris]

2023-10-18 Thread via GitHub
gavinchou commented on code in PR #25579: URL: https://github.com/apache/doris/pull/25579#discussion_r1363413379 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -247,39 +260,45 @@ Status Segment::load_pk_index_and_bf() { return Status::OK(); } Status Segment::load_ind

Re: [PR] [opt](error msg) Make data codec error clearly when load csv data can't display [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25540: URL: https://github.com/apache/doris/pull/25540#issuecomment-1767890353 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

Re: [PR] [fix](be) Make DorisCallOnce's function exception-safe [doris]

2023-10-18 Thread via GitHub
gavinchou commented on code in PR #25579: URL: https://github.com/apache/doris/pull/25579#discussion_r1363414675 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -233,12 +233,25 @@ Status Segment::_load_pk_bloom_filter() { DCHECK(_tablet_schema->keys_type() == UNIQUE_KEY

Re: [PR] [Enhance](regression)change external default docker list [doris]

2023-10-18 Thread via GitHub
zy-kkk merged PR #25573: URL: https://github.com/apache/doris/pull/25573 -- 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: [Enhance](regression)change external default docker list (#25573)

2023-10-18 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk 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 0533911275b [Enhance](regression)change external d

Re: [PR] [enhencement](RowsetWriter) Don't delete files when beta rowset writer destructed [doris]

2023-10-18 Thread via GitHub
doris-robot commented on PR #25578: URL: https://github.com/apache/doris/pull/25578#issuecomment-1767892702 TeamCity be ut coverage result: Function Coverage: 37.01% (8279/22369) Line Coverage: 29.08% (66402/228337) Region Coverage: 27.73% (34464/124263) Branch Coverage: 24.3

Re: [PR] [fix](be) Make DorisCallOnce's function exception-safe [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25579: URL: https://github.com/apache/doris/pull/25579#issuecomment-1767893141 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

Re: [PR] [enhancement](optimizer) Filter partition by hasData in pruner [doris]

2023-10-18 Thread via GitHub
Kikyou1997 commented on PR #25456: URL: https://github.com/apache/doris/pull/25456#issuecomment-1767896647 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

[PR] [fix](nereids)fix bug of lost rollup property in create table statement [doris]

2023-10-18 Thread via GitHub
starocean999 opened a new pull request, #25580: URL: https://github.com/apache/doris/pull/25580 ## 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](ma

Re: [PR] [fix](nereids)fix bug of lost rollup property in create table statement [doris]

2023-10-18 Thread via GitHub
starocean999 commented on PR #25580: URL: https://github.com/apache/doris/pull/25580#issuecomment-1767897720 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

Re: [PR] [Fix](executor)Fix exchange operator can not aware end of file [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25562: URL: https://github.com/apache/doris/pull/25562#issuecomment-1767898585 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

Re: [PR] [Fix](executor)Fix exchange operator can not aware end of file [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25562: URL: https://github.com/apache/doris/pull/25562#issuecomment-1767898700 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

Re: [PR] [feature] multiple tables to one [doris-flink-connector]

2023-10-18 Thread via GitHub
codeAntg commented on code in PR #208: URL: https://github.com/apache/doris-flink-connector/pull/208#discussion_r1363423891 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/DatabaseSync.java: ## @@ -235,11 +243,36 @@ protected boolean isSyncNeeded(String

Re: [PR] [fix](stats) Fix scale replica by default [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25563: URL: https://github.com/apache/doris/pull/25563#issuecomment-1767903812 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

Re: [PR] [fix](stats) Fix scale replica by default [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25563: URL: https://github.com/apache/doris/pull/25563#issuecomment-1767903712 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

Re: [PR] [fix](pipeline)fix case [doris]

2023-10-18 Thread via GitHub
xiaokang merged PR #25567: URL: https://github.com/apache/doris/pull/25567 -- 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 (0533911275b -> c77590414ea)

2023-10-18 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 0533911275b [Enhance](regression)change external default docker list (#25573) add c77590414ea [fix](pipeline)fix c

[PR] [fix](case) re-generate out file of test_array_with_scale_type [doris]

2023-10-18 Thread via GitHub
hello-stephen opened a new pull request, #25581: URL: https://github.com/apache/doris/pull/25581 ## Proposed changes Issue Number: close #xxx related to JIRA DORIS-7449 ## Further comments If this is a relatively large or complex change, kick off the discus

Re: [PR] [fix](case) re-generate out file of test_array_with_scale_type [doris]

2023-10-18 Thread via GitHub
hello-stephen commented on PR #25581: URL: https://github.com/apache/doris/pull/25581#issuecomment-1767905692 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

Re: [PR] [date](fix) modify push-down predicate for datev1 type [doris]

2023-10-18 Thread via GitHub
doris-robot commented on PR #25571: URL: https://github.com/apache/doris/pull/25571#issuecomment-1767908808 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.71 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](move-memtable) fallback if target table contains inverted index [doris]

2023-10-18 Thread via GitHub
kaijchen commented on PR #25498: URL: https://github.com/apache/doris/pull/25498#issuecomment-1767910208 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

Re: [PR] [fix](case) re-generate out file of test_array_with_scale_type [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25581: URL: https://github.com/apache/doris/pull/25581#issuecomment-1767912481 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

Re: [PR] [improvement](insert) refactor group commit stream load [doris]

2023-10-18 Thread via GitHub
mymeiyi commented on PR #25560: URL: https://github.com/apache/doris/pull/25560#issuecomment-1767913660 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

[doris] branch branch-2.0 updated (e7e8ecdc08c -> 8556f81d72c)

2023-10-18 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 e7e8ecdc08c fix jsonb testcase output (#25566) add 8556f81d72c [fix](pipeline)fix case (#25567) No new revisi

Re: [PR] [fix](case) re-generate out file of test_array_with_scale_type [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25581: URL: https://github.com/apache/doris/pull/25581#issuecomment-1767912559 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

Re: [PR] [fix](scanner) coredump caused by 'prune_predicates_by_zone_map' [doris]

2023-10-18 Thread via GitHub
yiguolei merged PR #2: URL: https://github.com/apache/doris/pull/2 -- 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](scanner) coredump caused by 'prune_predicates_by_zone_map' (#25555)

2023-10-18 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 80e5e722024 [fix](scanner) coredump caused by

Re: [PR] [fix](be) Make DorisCallOnce's function exception-safe [doris]

2023-10-18 Thread via GitHub
Xiaoccer commented on PR #25579: URL: https://github.com/apache/doris/pull/25579#issuecomment-1767917620 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

Re: [PR] [opt](error msg) Make data codec error clearly when load csv data can't display [doris]

2023-10-18 Thread via GitHub
dataroaring merged PR #25540: URL: https://github.com/apache/doris/pull/25540 -- 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: [opt](error msg) Make data codec error clearly when load csv data can't display (#25540)

2023-10-18 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new e4a83a22d14 [opt](error msg) Make data codec

Re: [PR] [Fix](merge-on-write) Fix some bugs about sequence column [doris]

2023-10-18 Thread via GitHub
doris-robot commented on PR #24915: URL: https://github.com/apache/doris/pull/24915#issuecomment-1767921307 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes, abo

Re: [PR] [fix](be) Make DorisCallOnce's function exception-safe [doris]

2023-10-18 Thread via GitHub
Xiaoccer commented on PR #25579: URL: https://github.com/apache/doris/pull/25579#issuecomment-1767920620 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

Re: [PR] [enhencement](RowsetWriter) Don't delete files when beta rowset writer destructed [doris]

2023-10-18 Thread via GitHub
doris-robot commented on PR #25578: URL: https://github.com/apache/doris/pull/25578#issuecomment-1767923600 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.66 seconds stream load tsv: 556 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](move-memtable) fallback if target table contains inverted index [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25498: URL: https://github.com/apache/doris/pull/25498#issuecomment-1767924707 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

Re: [PR] [feature](paimon)paimon catalog supports complex types [doris]

2023-10-18 Thread via GitHub
DongLiang-0 commented on PR #25364: URL: https://github.com/apache/doris/pull/25364#issuecomment-1767926409 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

Re: [PR] [fix](be) Make DorisCallOnce's function exception-safe [doris]

2023-10-18 Thread via GitHub
Xiaoccer commented on PR #25579: URL: https://github.com/apache/doris/pull/25579#issuecomment-1767927880 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

[PR] [improvement](scanner) Remove the predicate that is always true for the segment [doris]

2023-10-18 Thread via GitHub
mrhhsg opened a new pull request, #25582: URL: https://github.com/apache/doris/pull/25582 ## Proposed changes pick #25366 and #2 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris

Re: [PR] [improvement](insert) refactor group commit stream load [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on code in PR #25560: URL: https://github.com/apache/doris/pull/25560#discussion_r1363450111 ## be/src/pipeline/exec/group_commit_block_sink_operator.h: ## @@ -0,0 +1,50 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more c

Re: [PR] [enhencement](RowsetWriter) Don't delete files when beta rowset writer destructed [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25578: URL: https://github.com/apache/doris/pull/25578#issuecomment-1767930473 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

Re: [PR] [feature](thrift api) support expr in MemoryScratchSink and make arrow::Schema recalculate with block info [doris]

2023-10-18 Thread via GitHub
doris-robot commented on PR #24603: URL: https://github.com/apache/doris/pull/24603#issuecomment-1767930054 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.67 seconds stream load tsv: 550 seconds loaded 74807831229 Bytes,

Re: [PR] [enhencement](RowsetWriter) Don't delete files when beta rowset writer destructed [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25578: URL: https://github.com/apache/doris/pull/25578#issuecomment-1767930381 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

Re: [PR] [fix](be) Make DorisCallOnce's function exception-safe [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25579: URL: https://github.com/apache/doris/pull/25579#issuecomment-1767934951 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

Re: [PR] [fix](be) Make DorisCallOnce's function exception-safe [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25579: URL: https://github.com/apache/doris/pull/25579#issuecomment-1767937884 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

Re: [PR] [fix](auth)fix not check udf auth in nereids [doris]

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

[doris] branch master updated (e4a83a22d14 -> 85e83b9c6c5)

2023-10-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from e4a83a22d14 [opt](error msg) Make data codec error clearly when load csv data can't display (#25540) add 85e8

Re: [PR] [pick](statistics) pick loaded rows statistic to 2.0 [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25531: URL: https://github.com/apache/doris/pull/25531#issuecomment-1767936387 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

Re: [PR] [pick](statistics) pick loaded rows statistic to 2.0 [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25531: URL: https://github.com/apache/doris/pull/25531#issuecomment-1767936200 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

[PR] [enhancement](Nereids): after analyzer, plan don't need to check bound [doris]

2023-10-18 Thread via GitHub
jackwener opened a new pull request, #25583: URL: https://github.com/apache/doris/pull/25583 ## 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

Re: [PR] [feature](thrift api) support expr in MemoryScratchSink and make arrow::Schema recalculate with block info [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #24603: URL: https://github.com/apache/doris/pull/24603#issuecomment-1767939621 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

Re: [PR] [opt](load) optimize the performance of row distribution [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on code in PR #25546: URL: https://github.com/apache/doris/pull/25546#discussion_r1363459890 ## be/src/exec/tablet_info.h: ## @@ -17,6 +17,7 @@ #pragma once +#include Review Comment: warning: 'butil/fast_rand.h' file not found [clang-diagn

Re: [PR] [improvement](scanner) Remove the predicate that is always true for the segment [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25582: URL: https://github.com/apache/doris/pull/25582#issuecomment-1767943116 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

Re: [PR] [Fix](merge-on-write) Fix some bugs about sequence column [doris]

2023-10-18 Thread via GitHub
bobhan1 commented on PR #24915: URL: https://github.com/apache/doris/pull/24915#issuecomment-1767946298 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

Re: [PR] [fix](be) Make DorisCallOnce's function exception-safe [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25579: URL: https://github.com/apache/doris/pull/25579#issuecomment-1767947251 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

Re: [PR] [enhancement](Nereids): after analyzer, plan don't need to check bound [doris]

2023-10-18 Thread via GitHub
jackwener commented on PR #25583: URL: https://github.com/apache/doris/pull/25583#issuecomment-1767949367 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

Re: [PR] [fix](months_diff) fix wrong result of months_diff [doris]

2023-10-18 Thread via GitHub
doris-robot commented on PR #25577: URL: https://github.com/apache/doris/pull/25577#issuecomment-1767951680 TeamCity be ut coverage result: Function Coverage: 37.01% (8279/22369) Line Coverage: 29.08% (66407/228342) Region Coverage: 27.74% (34472/124259) Branch Coverage: 24.3

[PR] [feature] support struct, map type [doris-flink-connector]

2023-10-18 Thread via GitHub
JNSimba opened a new pull request, #212: URL: https://github.com/apache/doris-flink-connector/pull/212 # Proposed changes Support doris map, struct type reading and writing ```java //datagen->doris tEnv.executeSql( "CREATE TABLE doris_test (" + " id in

Re: [PR] [date](fix) modify push-down predicate for datev1 type [doris]

2023-10-18 Thread via GitHub
Gabriel39 commented on PR #25571: URL: https://github.com/apache/doris/pull/25571#issuecomment-1767955797 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

Re: [PR] [fix](nereids)fix bug of lost rollup property in create table statement [doris]

2023-10-18 Thread via GitHub
doris-robot commented on PR #25580: URL: https://github.com/apache/doris/pull/25580#issuecomment-1767961355 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.57 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](move-memtable) fallback if target table contains inverted index [doris]

2023-10-18 Thread via GitHub
doris-robot commented on PR #25498: URL: https://github.com/apache/doris/pull/25498#issuecomment-1767963251 TeamCity be ut coverage result: Function Coverage: 37.00% (8277/22371) Line Coverage: 29.07% (66384/228369) Region Coverage: 27.72% (34452/124283) Branch Coverage: 24.3

Re: [I] [Feature] 官方文档数据的列数 [doris]

2023-10-18 Thread via GitHub
ixzc commented on issue #25558: URL: https://github.com/apache/doris/issues/25558#issuecomment-1767967377 There is an error in the document, I can help you to submit the pr for modification. -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] [date](fix) modify push-down predicate for datev1 type [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25571: URL: https://github.com/apache/doris/pull/25571#issuecomment-1767970081 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

Re: [PR] [feature](load) add vertical segment writer [doris]

2023-10-18 Thread via GitHub
kaijchen commented on PR #24403: URL: https://github.com/apache/doris/pull/24403#issuecomment-1767975190 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

Re: [PR] [nereids](map_agg)support map_agg in nereids [doris]

2023-10-18 Thread via GitHub
LemonLiTree commented on code in PR #25246: URL: https://github.com/apache/doris/pull/25246#discussion_r1363495449 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/agg/MapAgg.java: ## @@ -0,0 +1,92 @@ +// Licensed to the Apache Software Foundation

Re: [PR] [nereids](map_agg)support map_agg in nereids [doris]

2023-10-18 Thread via GitHub
LemonLiTree commented on PR #25246: URL: https://github.com/apache/doris/pull/25246#issuecomment-1767976469 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

Re: [PR] [fix](be) Make DorisCallOnce's function exception-safe [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25579: URL: https://github.com/apache/doris/pull/25579#issuecomment-1767985850 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

Re: [PR] [fix](be) Make DorisCallOnce's function exception-safe [doris]

2023-10-18 Thread via GitHub
github-actions[bot] commented on PR #25579: URL: https://github.com/apache/doris/pull/25579#issuecomment-1767985957 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

Re: [PR] [date](fix) modify push-down predicate for datev1 type [doris]

2023-10-18 Thread via GitHub
doris-robot commented on PR #25571: URL: https://github.com/apache/doris/pull/25571#issuecomment-1767989627 TeamCity be ut coverage result: Function Coverage: 37.01% (8279/22369) Line Coverage: 29.08% (66407/228329) Region Coverage: 27.74% (34458/124237) Branch Coverage: 24.3

Re: [PR] [feature](paimon)paimon catalog supports complex types [doris]

2023-10-18 Thread via GitHub
doris-robot commented on PR #25364: URL: https://github.com/apache/doris/pull/25364#issuecomment-1767991212 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.44 seconds stream load tsv: 577 seconds loaded 74807831229 Bytes,

  1   2   3   4   5   6   >