Re: [PR] [feature](merge-cloud) Add meta service proto definition [doris]

2024-01-08 Thread via GitHub
w41ter commented on PR #29705: URL: https://github.com/apache/doris/pull/29705#issuecomment-1882569366 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

Re: [PR] [Enhancement](index tool) refine inverted index tool code [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on PR #29717: URL: https://github.com/apache/doris/pull/29717#issuecomment-1882569735 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](index tool) refine inverted index tool code [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on code in PR #29717: URL: https://github.com/apache/doris/pull/29717#discussion_r1445739423 ## be/src/index-tools/index_tool.cpp: ## @@ -187,8 +187,15 @@ int main(int argc, char** argv) { std::string dir_str = p.parent_path().string();

Re: [PR] [Enhancement](index tool) refine inverted index tool code [doris]

2024-01-08 Thread via GitHub
airborne12 commented on PR #29717: URL: https://github.com/apache/doris/pull/29717#issuecomment-1882566121 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

Re: [PR] [feature](nereids)print nereids node id in explain [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on PR #29238: URL: https://github.com/apache/doris/pull/29238#issuecomment-1882565660 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] [feature](nereids)print nereids node id in explain [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on PR #29238: URL: https://github.com/apache/doris/pull/29238#issuecomment-1882565718 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] [Enhancement](index tool) refine inverted index tool code [doris]

2024-01-08 Thread via GitHub
airborne12 commented on PR #29717: URL: https://github.com/apache/doris/pull/29717#issuecomment-1882560924 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

Re: [PR] [Enhancement](index tool) refine inverted index tool code [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on code in PR #29717: URL: https://github.com/apache/doris/pull/29717#discussion_r1445732221 ## be/src/index-tools/index_tool.cpp: ## @@ -211,8 +222,15 @@ std::string dir_str = p.parent_path().string(); std::string file_str = p.fil

Re: [PR] [Fix](core) Update wal dir info show not core [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on PR #29688: URL: https://github.com/apache/doris/pull/29688#issuecomment-1882554210 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](Nereids) fix leading hint dealing with big brace (#29405) [doris]

2024-01-08 Thread via GitHub
morrySnow commented on PR #29718: URL: https://github.com/apache/doris/pull/29718#issuecomment-1882553420 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](Nereids) fix leading hint dealing with big brace (#29405) [doris]

2024-01-08 Thread via GitHub
morrySnow opened a new pull request, #29718: URL: https://github.com/apache/doris/pull/29718 pick from master PR: #29405 commit: d19530c4c28baf1fc5498590de6380b542a2fcde ## Proposed changes Issue Number: close #xxx ## Further comments If this is a rel

Re: [PR] [bugfix](core) loak weak ptr in data stream receiver to avoid runtime state is deconstructed [doris]

2024-01-08 Thread via GitHub
yiguolei commented on PR #29410: URL: https://github.com/apache/doris/pull/29410#issuecomment-1882552488 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](index tool) refine inverted index tool code [doris]

2024-01-08 Thread via GitHub
airborne12 commented on PR #29717: URL: https://github.com/apache/doris/pull/29717#issuecomment-1882552620 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](index tool) refine inverted index tool code [doris]

2024-01-08 Thread via GitHub
airborne12 opened a new pull request, #29717: URL: https://github.com/apache/doris/pull/29717 ## 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](mail

Re: [PR] [debug](timeout) add more log in scanner ctx to find timeout problem [doris]

2024-01-08 Thread via GitHub
yiguolei merged PR #29704: URL: https://github.com/apache/doris/pull/29704 -- 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

Error while running github feature from .asf.yaml in doris!

2024-01-08 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [debug](timeout) add more log in scanner ctx to find timeout problem #29704

2024-01-08 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 cf1f5865219 [debug](timeout) add more log in s

Re: [PR] [bugfix](core) loak weak ptr in data stream receiver to avoid runtime state is deconstructed [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on PR #29410: URL: https://github.com/apache/doris/pull/29410#issuecomment-1882549509 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](core) Init wal manager show not core [doris]

2024-01-08 Thread via GitHub
Yukang-Lian commented on PR #29688: URL: https://github.com/apache/doris/pull/29688#issuecomment-1882546800 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](publish-version) set failed when meet error tablet in publish version [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29713: URL: https://github.com/apache/doris/pull/29713#issuecomment-1882542190 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.04 seconds stream load tsv: 562 seconds loaded 74807831229 Bytes,

(doris) branch master updated (d4b822c8c8e -> 492df1c9e03)

2024-01-08 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d4b822c8c8e [feat](Nereids) support show constraint command (#29667) add 492df1c9e03 [Improvement](nereids) Sup

Re: [PR] [fix](publish-version) set failed when meet error tablet in publish version [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29713: URL: https://github.com/apache/doris/pull/29713#issuecomment-1882542051 TPC-DS: Total hot run time: 184660 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Error while running github feature from .asf.yaml in doris!

2024-01-08 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [Improvement](nereids) Support join derivation when mv rewrite [doris]

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

Re: [PR] [debug](timeout) add more log in scanner ctx to find timeout problem [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on PR #29704: URL: https://github.com/apache/doris/pull/29704#issuecomment-1882541082 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] [debug](timeout) add more log in scanner ctx to find timeout problem [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on PR #29704: URL: https://github.com/apache/doris/pull/29704#issuecomment-1882541048 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

Error while running github feature from .asf.yaml in doris!

2024-01-08 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated (7a0a33c820a -> d4b822c8c8e)

2024-01-08 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 7a0a33c820a [feature](function) support ip function named is_ip_address_in_range(addr, cidr) (#29681) add d4b8

Re: [PR] [feat](Nereids): support show constraint command [doris]

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

Re: [PR] [fix](Nereids) create double literal when create decimal literal failed [doris]

2024-01-08 Thread via GitHub
morrySnow commented on PR #28959: URL: https://github.com/apache/doris/pull/28959#issuecomment-1882537444 run pipelinex_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. T

Re: [PR] [fix](Nereids) create double literal when create decimal literal failed [doris]

2024-01-08 Thread via GitHub
morrySnow commented on PR #28959: URL: https://github.com/apache/doris/pull/28959#issuecomment-1882537320 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

Re: [PR] [Improvement](nereids) Support join derivation when mv rewrite [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on PR #29609: URL: https://github.com/apache/doris/pull/29609#issuecomment-1882537303 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] [refactor](tabletwriter) make tablet writer's rpc callback safe, could exit any time [doris]

2024-01-08 Thread via GitHub
yiguolei commented on PR #29684: URL: https://github.com/apache/doris/pull/29684#issuecomment-1882537174 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](publish-version) set failed when meet error tablet in publish version [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29713: URL: https://github.com/apache/doris/pull/29713#issuecomment-1882535487 TeamCity be ut coverage result: Function Coverage: 36.65% (8638/23567) Line Coverage: 28.67% (70220/244890) Region Coverage: 27.62% (36316/131470) Branch Coverage: 24.3

Re: [PR] [test](p0) [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29584: URL: https://github.com/apache/doris/pull/29584#issuecomment-1882533737 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.82 seconds stream load tsv: 568 seconds loaded 74807831229 Bytes,

Re: [PR] [feature](merge-cloud) Add meta service proto definition [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29705: URL: https://github.com/apache/doris/pull/29705#issuecomment-1882534258 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.72 seconds stream load tsv: 579 seconds loaded 74807831229 Bytes,

Re: [PR] [test](p0) [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29584: URL: https://github.com/apache/doris/pull/29584#issuecomment-1882533575 TPC-DS: Total hot run time: 184111 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [refactor](tabletwriter) make tablet writer's rpc callback safe, could exit any time [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on PR #29684: URL: https://github.com/apache/doris/pull/29684#issuecomment-1882532237 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] [docs](query-accel) refine several statements in docs [doris]

2024-01-08 Thread via GitHub
freemandealer commented on PR #29716: URL: https://github.com/apache/doris/pull/29716#issuecomment-1882532225 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] [feature](merge-cloud) Add meta service proto definition [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29705: URL: https://github.com/apache/doris/pull/29705#issuecomment-1882531673 TPC-DS: Total hot run time: 183977 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [feat](Nereids): support show constraint command [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on PR #29667: URL: https://github.com/apache/doris/pull/29667#issuecomment-1882531584 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] [docs](query-accel) refine several statements in docs [doris]

2024-01-08 Thread via GitHub
freemandealer opened a new pull request, #29716: URL: https://github.com/apache/doris/pull/29716 ## 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

Re: [PR] [fix](publish-version) set failed when meet error tablet in publish version [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29713: URL: https://github.com/apache/doris/pull/29713#issuecomment-1882530464 TPC-H: Total hot run time: 38882 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

[I] [Bug] sum of bigint column returns overflowed number but MySQL does not [doris]

2024-01-08 Thread via GitHub
trikker opened a new issue, #29715: URL: https://github.com/apache/doris/issues/29715 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris-2.0.4-rc02-e529646

Error while running github feature from .asf.yaml in doris!

2024-01-08 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [feature](function) support ip function named is_ip_address_in_range(addr, cidr) (#29681)

2024-01-08 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 7a0a33c820a [feature](function) support ip func

Re: [I] [Enhancement] Add IP address process function for SQL like ClickHouse [doris]

2024-01-08 Thread via GitHub
yiguolei closed issue #20584: [Enhancement] Add IP address process function for SQL like ClickHouse URL: https://github.com/apache/doris/issues/20584 -- 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

Re: [PR] [feature](function) support ip function named is_ip_address_in_range(addr, cidr) [doris]

2024-01-08 Thread via GitHub
yiguolei merged PR #29681: URL: https://github.com/apache/doris/pull/29681 -- 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

Re: [PR] [feature](function) support ip function named is_ip_address_in_range(addr, cidr) [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on PR #29681: URL: https://github.com/apache/doris/pull/29681#issuecomment-1882528620 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] [runtimeFilter](nereids) expand runtime filter by join condition by default [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29633: URL: https://github.com/apache/doris/pull/29633#issuecomment-1882525862 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.31 seconds stream load tsv: 567 seconds loaded 74807831229 Bytes,

Re: [PR] [test](p0) [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29584: URL: https://github.com/apache/doris/pull/29584#issuecomment-1882522327 TPC-H: Total hot run time: 38812 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [improvement](statistics)Only write editlog for manual analyze task, don't need to do so for auto tasks. #29685 [doris]

2024-01-08 Thread via GitHub
Jibing-Li commented on PR #29714: URL: https://github.com/apache/doris/pull/29714#issuecomment-1882521387 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] [improvement](statistics)Only write editlog for manual analyze task, don't need to do so for auto tasks. #29685 [doris]

2024-01-08 Thread via GitHub
Jibing-Li opened a new pull request, #29714: URL: https://github.com/apache/doris/pull/29714 Only write editlog for manual analyze task, don't need to do so for auto tasks to reduce writing editlog. Add error message to job info while task failed. backport https://github.com/apache/d

Re: [PR] [feature](merge-cloud) Add meta service proto definition [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29705: URL: https://github.com/apache/doris/pull/29705#issuecomment-1882520421 TPC-H: Total hot run time: 38699 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](publish-version) set failed when meet error tablet in publish version [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on PR #29713: URL: https://github.com/apache/doris/pull/29713#issuecomment-1882518636 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](datalake) Add BucketShuffleJoin support for bucketed hive tables [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #27784: URL: https://github.com/apache/doris/pull/27784#issuecomment-1882516652 TeamCity be ut coverage result: Function Coverage: 36.61% (8638/23593) Line Coverage: 28.63% (70200/245210) Region Coverage: 27.57% (36303/131686) Branch Coverage: 24.2

Re: [PR] [WIP](group_commit) run relay wal test [doris]

2024-01-08 Thread via GitHub
hust-hhb commented on PR #29611: URL: https://github.com/apache/doris/pull/29611#issuecomment-1882516287 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] [runtimeFilter](nereids) expand runtime filter by join condition by default [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29633: URL: https://github.com/apache/doris/pull/29633#issuecomment-1882513854 TPC-DS: Total hot run time: 184383 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Error while running github feature from .asf.yaml in doris!

2024-01-08 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated (5230478b53c -> c437c2d59c2)

2024-01-08 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 5230478b53c [improvement](executor) improve readability and efficiency of the checks (#29696) add c437c2d59c2 [

Re: [PR] [improvement](statistics)Only write editlog for manual analyze task, don't need to do so for auto tasks. [doris]

2024-01-08 Thread via GitHub
yiguolei merged PR #29685: URL: https://github.com/apache/doris/pull/29685 -- 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

Re: [PR] [fix](public-version) set failed when meet error tablet in public version [doris]

2024-01-08 Thread via GitHub
HHoflittlefish777 commented on PR #29713: URL: https://github.com/apache/doris/pull/29713#issuecomment-1882512383 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

[PR] [fix](public-version) set failed when meet error tablet in public version [doris]

2024-01-08 Thread via GitHub
HHoflittlefish777 opened a new pull request, #29713: URL: https://github.com/apache/doris/pull/29713 ## Proposed changes finish to publish version on transaction.transaction_id=26611, cost(us): 422, error_tablet_size=41, res=[OK] There exist error tablet when public version but

Re: [PR] [improvement](statistics)Create or update table stats after alter column stats. [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29254: URL: https://github.com/apache/doris/pull/29254#issuecomment-1882510660 TPC-DS: Total hot run time: 183941 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [improvement](statistics)Create or update table stats after alter column stats. [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29254: URL: https://github.com/apache/doris/pull/29254#issuecomment-1882511062 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.55 seconds stream load tsv: 567 seconds loaded 74807831229 Bytes,

Re: [PR] [improvement](executor) improve readability and efficiency of the checks [doris]

2024-01-08 Thread via GitHub
yiguolei merged PR #29696: URL: https://github.com/apache/doris/pull/29696 -- 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

Error while running github feature from .asf.yaml in doris!

2024-01-08 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [improvement](executor) improve readability and efficiency of the checks (#29696)

2024-01-08 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 5230478b53c [improvement](executor) improve rea

Re: [PR] [debug](timeout) add more log in scanner ctx to find timeout problem [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29704: URL: https://github.com/apache/doris/pull/29704#issuecomment-1882504581 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.41 seconds stream load tsv: 567 seconds loaded 74807831229 Bytes,

Re: [PR] [test](p0) [doris]

2024-01-08 Thread via GitHub
zhangstar333 commented on PR #29584: URL: https://github.com/apache/doris/pull/29584#issuecomment-1882504113 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

(doris) branch master updated: [fix](regression) change reference of s3 in p1 via getS3url #29693

2024-01-08 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 beb98663b3b [fix](regression) change reference

(doris) branch master updated: [Enhancement](wal) Add fault injection case for wal back pressure (#29689)

2024-01-08 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 eb84992bbf2 [Enhancement](wal) Add fault inject

Re: [PR] [runtimeFilter](nereids) expand runtime filter by join condition by default [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29633: URL: https://github.com/apache/doris/pull/29633#issuecomment-1882502660 TPC-H: Total hot run time: 38618 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Error while running github feature from .asf.yaml in doris!

2024-01-08 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [debug](timeout) add more log in scanner ctx to find timeout problem [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29704: URL: https://github.com/apache/doris/pull/29704#issuecomment-1882502240 TPC-DS: Total hot run time: 187040 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](regression) change reference of s3 in p1 via getS3url [doris]

2024-01-08 Thread via GitHub
yiguolei merged PR #29693: URL: https://github.com/apache/doris/pull/29693 -- 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

Error while running github feature from .asf.yaml in doris!

2024-01-08 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [Enhancement](wal) Add fault injection case for wal back pressure [doris]

2024-01-08 Thread via GitHub
yiguolei merged PR #29689: URL: https://github.com/apache/doris/pull/29689 -- 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

Re: [PR] [feature](function) support ip function named is_ip_address_in_range(addr, cidr) [doris]

2024-01-08 Thread via GitHub
amorynan commented on code in PR #29681: URL: https://github.com/apache/doris/pull/29681#discussion_r1445689861 ## gensrc/script/doris_builtins_functions.py: ## @@ -2012,11 +2012,12 @@ [['ipv6_string_to_num_or_default'], 'STRING', ['STRING'], 'ALWAYS_NOT_NULLABLE'],

Re: [PR] [improvement](statistics)Create or update table stats after alter column stats. [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29254: URL: https://github.com/apache/doris/pull/29254#issuecomment-1882499735 TPC-H: Total hot run time: 38809 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Opt] (exec) (multi-catalog) Optimize date type reading. [doris]

2024-01-08 Thread via GitHub
kaka11chen commented on PR #29562: URL: https://github.com/apache/doris/pull/29562#issuecomment-1882497554 run external -- 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.

(doris) branch branch-1.2-lts updated: [typo](doc)Delete array_zip docs in 1.2 (#29709)

2024-01-08 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 6f9e9398895 [typo](doc)Delete

Re: [PR] [typo](doc)Delete array_zip docs in 1.2 [doris]

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

Re: [PR] [typo](doc) Add description for hight concurrent point query doc [doris]

2024-01-08 Thread via GitHub
bingquanzhao closed pull request #29710: [typo](doc) Add description for hight concurrent point query doc URL: https://github.com/apache/doris/pull/29710 -- 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

[PR] [doc](hight-concurrent-point-query) Improve and supplement hight-concurrent-point-query documentation [doris]

2024-01-08 Thread via GitHub
bingquanzhao opened a new pull request, #29396: URL: https://github.com/apache/doris/pull/29396 ## 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] [refactor](tabletwriter) make tablet writer's rpc callback safe, could exit any time [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on PR #29684: URL: https://github.com/apache/doris/pull/29684#issuecomment-1882493693 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] [debug](timeout) add more log in scanner ctx to find timeout problem [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29704: URL: https://github.com/apache/doris/pull/29704#issuecomment-1882492051 TPC-H: Total hot run time: 39562 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

[I] [Bug] Multi-Catalog read Hive csv table result only one column [doris]

2024-01-08 Thread via GitHub
xujunwei916 opened a new issue, #29712: URL: https://github.com/apache/doris/issues/29712 ### 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.3 ### Wha

Re: [PR] [fix](case) external case, specify networks [doris]

2024-01-08 Thread via GitHub
hello-stephen commented on PR #29711: URL: https://github.com/apache/doris/pull/29711#issuecomment-1882490326 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

[PR] [typo](doc) Add description for hight concurrent point query doc [doris]

2024-01-08 Thread via GitHub
bingquanzhao opened a new pull request, #29710: URL: https://github.com/apache/doris/pull/29710 ## 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

[PR] [fix](case) external case, specify networks [doris]

2024-01-08 Thread via GitHub
hello-stephen opened a new pull request, #29711: URL: https://github.com/apache/doris/pull/29711 ## 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

Re: [PR] [feature](nereids)print nereids node id in explain [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29238: URL: https://github.com/apache/doris/pull/29238#issuecomment-1882487384 TPC-DS: Total hot run time: 183728 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [runtimeFilter](nereids) expand runtime filter by join condition by default [doris]

2024-01-08 Thread via GitHub
englefly commented on PR #29633: URL: https://github.com/apache/doris/pull/29633#issuecomment-1882485075 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] [improvement](cooldown) do not cooldown tablet without cold data [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on PR #29690: URL: https://github.com/apache/doris/pull/29690#issuecomment-1882484827 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] [debug](timeout) add more log in scanner ctx to find timeout problem [doris]

2024-01-08 Thread via GitHub
doris-robot commented on PR #29704: URL: https://github.com/apache/doris/pull/29704#issuecomment-1882484483 TeamCity be ut coverage result: Function Coverage: 36.66% (8639/23567) Line Coverage: 28.68% (70232/244895) Region Coverage: 27.63% (36324/131470) Branch Coverage: 24.3

Re: [PR] [improvement](statistics)Create or update table stats after alter column stats. [doris]

2024-01-08 Thread via GitHub
Jibing-Li commented on PR #29254: URL: https://github.com/apache/doris/pull/29254#issuecomment-1882484366 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] Delete array zip 1.2 [doris]

2024-01-08 Thread via GitHub
ixzc opened a new pull request, #29709: URL: https://github.com/apache/doris/pull/29709 ## 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:d..

Re: [PR] [improvement](cooldown) do not cooldown tablet without cold data [doris]

2024-01-08 Thread via GitHub
github-actions[bot] commented on PR #29690: URL: https://github.com/apache/doris/pull/29690#issuecomment-1882483401 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

[I] [Bug] txn prepare for 3 days , it makes alter table always in WAITING_TXN [doris]

2024-01-08 Thread via GitHub
kylinmac opened a new issue, #29708: URL: https://github.com/apache/doris/issues/29708 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris-1.2.6-rc03

Re: [PR] [doc](hight-concurrent-point-query) Improve and supplement hight-concurrent-point-query documentation [doris]

2024-01-08 Thread via GitHub
bingquanzhao closed pull request #29396: [doc](hight-concurrent-point-query) Improve and supplement hight-concurrent-point-query documentation URL: https://github.com/apache/doris/pull/29396 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

  1   2   3   4   5   6   7   >