[GitHub] [doris] github-actions[bot] commented on pull request #22442: [feature](delete-predicate) support delete sub predicate v2

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #22442: URL: https://github.com/apache/doris/pull/22442#issuecomment-1695537956 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] hello-stephen commented on pull request #23384: [Feature](Nereids)support cte for update and delete statements of Nereids

2023-08-28 Thread via GitHub
hello-stephen commented on PR #23384: URL: https://github.com/apache/doris/pull/23384#issuecomment-1695539182 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.97 seconds stream load tsv: 535 seconds loaded 74807831229 Bytes

[GitHub] [doris] dutyu commented on issue #23548: [Bug] Sql cache return wrong result

2023-08-28 Thread via GitHub
dutyu commented on issue #23548: URL: https://github.com/apache/doris/issues/23548#issuecomment-1695547853 > Test the master branch code and the problem cannot be repeated.The cache_last_version_interval_second variable does not exist. Oh, this is a FE configuration, set these configu

[GitHub] [doris] lgq19991225 commented on issue #23554: 漏斗分析函数window_funnel

2023-08-28 Thread via GitHub
lgq19991225 commented on issue #23554: URL: https://github.com/apache/doris/issues/23554#issuecomment-1695548875 可以用EXPLODE和ARRAY_RANGE函数实现了这个功能,要是有开箱即用的函数更好 ```sql select funnel.event_date, sum(if(step >= 1 , 1, 0)) as step1, sum(if(step >= 2 , 1, 0)) as step2, sum(if(step

[GitHub] [doris-flink-connector] thehuldra opened a new issue, #186: [Proposal] Make datastream connector more user-friendly when constructing a DorisSource

2023-08-28 Thread via GitHub
thehuldra opened a new issue, #186: URL: https://github.com/apache/doris-flink-connector/issues/186 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description

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

2023-08-28 Thread via GitHub
BiteThet opened a new pull request, #23580: URL: https://github.com/apache/doris/pull/23580 ## Proposed changes fix mv not match because cast and alias name ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache

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

2023-08-28 Thread via GitHub
BiteThet commented on PR #23580: URL: https://github.com/apache/doris/pull/23580#issuecomment-1695560871 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] airborne12 opened a new pull request, #23581: [Fix](column predicate) seperate CHAR primitive type for column predicate

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

[GitHub] [doris] morningman merged pull request #23575: [fix](merge-on-write) cherry pick prs from master

2023-08-28 Thread via GitHub
morningman merged PR #23575: URL: https://github.com/apache/doris/pull/23575 -- 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 branch-1.2-lts updated: [fix](merge-on-write) cherry pick prs from master (#23575)

2023-08-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 3379cbbbe7 [fix](merge-on-wri

[GitHub] [doris] github-actions[bot] commented on pull request #23581: [Fix](column predicate) seperate CHAR primitive type for column predicate

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23581: URL: https://github.com/apache/doris/pull/23581#issuecomment-1695575266 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] morningman merged pull request #22789: [fix](Checkpoint)fix bug of master push image while it's http service not serving

2023-08-28 Thread via GitHub
morningman merged PR #22789: URL: https://github.com/apache/doris/pull/22789 -- 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 branch-1.2-lts updated (3379cbbbe7 -> 1f0a31e135)

2023-08-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git from 3379cbbbe7 [fix](merge-on-write) cherry pick prs from master (#23575) add 1f0a31e135 [fix](Checkpoint)

[GitHub] [doris] sohardforaname commented on pull request #22195: [Feature](Nereids)support create table and CTAS for Nereids

2023-08-28 Thread via GitHub
sohardforaname commented on PR #22195: URL: https://github.com/apache/doris/pull/22195#issuecomment-1695576878 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] zhiqiang-hhhh opened a new pull request, #23582: [Improvement](pipeline) Cancel outdated query if original fe restarts

2023-08-28 Thread via GitHub
zhiqiang- opened a new pull request, #23582: URL: https://github.com/apache/doris/pull/23582 ## Further comments If any FE restarts, queries that is emitted from this FE will be cancelled. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [doris] zhiqiang-hhhh commented on pull request #23582: [Improvement](pipeline) Cancel outdated query if original fe restarts

2023-08-28 Thread via GitHub
zhiqiang- commented on PR #23582: URL: https://github.com/apache/doris/pull/23582#issuecomment-1695584874 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[GitHub] [doris] github-actions[bot] commented on pull request #23582: [Improvement](pipeline) Cancel outdated query if original fe restarts

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23582: URL: https://github.com/apache/doris/pull/23582#issuecomment-1695593408 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 #23582: [Improvement](pipeline) Cancel outdated query if original fe restarts

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23582: URL: https://github.com/apache/doris/pull/23582#issuecomment-1695596373 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] shuke987 opened a new pull request, #23583: [test](fix case) fix sql user conflict in test case.

2023-08-28 Thread via GitHub
shuke987 opened a new pull request, #23583: URL: https://github.com/apache/doris/pull/23583 ## Proposed changes -- 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 #23574: [Fix](statistics)Fix external table auto analyze bugs.

2023-08-28 Thread via GitHub
hello-stephen commented on PR #23574: URL: https://github.com/apache/doris/pull/23574#issuecomment-1695601249 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.98 seconds stream load tsv: 540 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23583: [test](fix case) fix sql user conflict in test case.

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23583: URL: https://github.com/apache/doris/pull/23583#issuecomment-1695603661 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 #23583: [test](fix case) fix sql user conflict in test case.

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23583: URL: https://github.com/apache/doris/pull/23583#issuecomment-1695603728 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] BiteTheDDDDt opened a new pull request, #23584: [Bug](check) add column number check for vsorted_run_merger

2023-08-28 Thread via GitHub
BiteThet opened a new pull request, #23584: URL: https://github.com/apache/doris/pull/23584 ## Proposed changes ```cpp ==3978669==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x602006446400 at pc 0x559259c8dc1e bp 0x7f6b0495b430 sp 0x7f6b0495b428 READ of size 8 at 0x

[GitHub] [doris] BiteTheDDDDt commented on pull request #23584: [Bug](check) add column number check for vsorted_run_merger

2023-08-28 Thread via GitHub
BiteThet commented on PR #23584: URL: https://github.com/apache/doris/pull/23584#issuecomment-1695621937 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] hello-stephen commented on pull request #23580: [Bug](materialized-view) fix mv not match because cast and alias name

2023-08-28 Thread via GitHub
hello-stephen commented on PR #23580: URL: https://github.com/apache/doris/pull/23580#issuecomment-1695630191 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.37 seconds stream load tsv: 537 seconds loaded 74807831229 Bytes

[GitHub] [doris] luozenglin merged pull request #23371: [improvement](build) Compile enable WITH_MYSQL

2023-08-28 Thread via GitHub
luozenglin merged PR #23371: URL: https://github.com/apache/doris/pull/23371 -- 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: [improvement](build) Compile enable WITH_MYSQL (#23371)

2023-08-28 Thread luozenglin
This is an automated email from the ASF dual-hosted git repository. luozenglin 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 21fefb2831 [improvement](build) Compile enabl

[GitHub] [doris] github-actions[bot] commented on pull request #23584: [Bug](check) add column number check for vsorted_run_merger

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23584: URL: https://github.com/apache/doris/pull/23584#issuecomment-1695634509 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] zxealous commented on pull request #23379: [opt](docs) opt doc to avoid users using port 8030 everywhere

2023-08-28 Thread via GitHub
zxealous commented on PR #23379: URL: https://github.com/apache/doris/pull/23379#issuecomment-1695635771 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] DongLiang-0 commented on pull request #23426: [fix](auth)fix after setting the user password to expire, changing the password again will not take effect

2023-08-28 Thread via GitHub
DongLiang-0 commented on PR #23426: URL: https://github.com/apache/doris/pull/23426#issuecomment-1695638709 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] Yulei-Yang opened a new pull request, #23585: [Improvement](meta) add default_value column & is changed column for result of show_variables stmt

2023-08-28 Thread via GitHub
Yulei-Yang opened a new pull request, #23585: URL: https://github.com/apache/doris/pull/23585 cherry-pick for #23017 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at

[GitHub] [doris] tudouzhao commented on issue #23265: [Enhancement] Support a new time parsing format

2023-08-28 Thread via GitHub
tudouzhao commented on issue #23265: URL: https://github.com/apache/doris/issues/23265#issuecomment-1695643614 I want to have a try, too! -- 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 speci

[GitHub] [doris] BePPPower opened a new pull request, #23586: [fix](Outfile) fix core dump when export data to orc file format using `outfile`

2023-08-28 Thread via GitHub
BePPPower opened a new pull request, #23586: URL: https://github.com/apache/doris/pull/23586 ## 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] amorynan commented on pull request #23489: [FIX](array)update array olapconvertor and support array nested other complex type

2023-08-28 Thread via GitHub
amorynan commented on PR #23489: URL: https://github.com/apache/doris/pull/23489#issuecomment-1695651784 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-flink-connector] DongLiang-0 opened a new pull request, #187: [Improve]Added direct access to BE through the intranet

2023-08-28 Thread via GitHub
DongLiang-0 opened a new pull request, #187: URL: https://github.com/apache/doris-flink-connector/pull/187 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original

[GitHub] [doris] github-actions[bot] commented on pull request #23586: [fix](Outfile) fix core dump when export data to orc file format using `outfile`

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23586: URL: https://github.com/apache/doris/pull/23586#issuecomment-1695657095 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 #23489: [FIX](array)update array olapconvertor and support array nested other complex type

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23489: URL: https://github.com/apache/doris/pull/23489#issuecomment-1695661489 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 #22057: [Feat](Nereids) Add leading and ordered hint

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #22057: URL: https://github.com/apache/doris/pull/22057#issuecomment-1695664381 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] englefly merged pull request #22057: [Feat](Nereids) Add leading and ordered hint

2023-08-28 Thread via GitHub
englefly merged PR #22057: URL: https://github.com/apache/doris/pull/22057 -- 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] github-actions[bot] commented on pull request #23489: [FIX](array)update array olapconvertor and support array nested other complex type

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23489: URL: https://github.com/apache/doris/pull/23489#issuecomment-1695665745 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

[doris] branch master updated (21fefb2831 -> 6f3e2a30e6)

2023-08-28 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 21fefb2831 [improvement](build) Compile enable WITH_MYSQL (#23371) add 6f3e2a30e6 [Feat](Nereids) Add leading an

[GitHub] [doris] hello-stephen commented on pull request #23584: [Bug](check) add column number check for vsorted_run_merger

2023-08-28 Thread via GitHub
hello-stephen commented on PR #23584: URL: https://github.com/apache/doris/pull/23584#issuecomment-1695671930 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.24 seconds stream load tsv: 537 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23537: [improvement](column_reader) move load once to index reader to reduce

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23537: URL: https://github.com/apache/doris/pull/23537#issuecomment-1695683390 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] hello-stephen commented on pull request #23426: [fix](auth)fix after setting the user password to expire, changing the password again will not take effect

2023-08-28 Thread via GitHub
hello-stephen commented on PR #23426: URL: https://github.com/apache/doris/pull/23426#issuecomment-1695683408 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.78 seconds stream load tsv: 537 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23537: [improvement](column_reader) move load once to index reader to reduce

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

[GitHub] [doris] hello-stephen commented on pull request #22195: [Feature](Nereids)support create table and CTAS for Nereids

2023-08-28 Thread via GitHub
hello-stephen commented on PR #22195: URL: https://github.com/apache/doris/pull/22195#issuecomment-1695687782 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 50.31 seconds stream load tsv: 523 seconds loaded 74807831229 Bytes

[GitHub] [doris] morrySnow commented on pull request #23568: [feature](Nereids) support struct type

2023-08-28 Thread via GitHub
morrySnow commented on PR #23568: URL: https://github.com/apache/doris/pull/23568#issuecomment-1695689942 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] starocean999 commented on pull request #23532: [fix](planner)only forbid substitute literal expr in function call expr

2023-08-28 Thread via GitHub
starocean999 commented on PR #23532: URL: https://github.com/apache/doris/pull/23532#issuecomment-1695704869 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] bobhan1 commented on pull request #23443: [Enhancement](merge on write) Add primary keys consistency check for partial update

2023-08-28 Thread via GitHub
bobhan1 commented on PR #23443: URL: https://github.com/apache/doris/pull/23443#issuecomment-1695706785 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 #23443: [Enhancement](merge on write) Add primary keys consistency check for partial update

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23443: URL: https://github.com/apache/doris/pull/23443#issuecomment-1695719384 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] dataroaring opened a new pull request, #23587: load segments lazy in betarowset_reader

2023-08-28 Thread via GitHub
dataroaring opened a new pull request, #23587: URL: https://github.com/apache/doris/pull/23587 ## 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](mai

[GitHub] [doris] shuke987 commented on pull request #23583: [test](fix case) fix sql user conflict in test case.

2023-08-28 Thread via GitHub
shuke987 commented on PR #23583: URL: https://github.com/apache/doris/pull/23583#issuecomment-1695737465 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] BePPPower commented on pull request #23319: [feature](Export) support export with nereids

2023-08-28 Thread via GitHub
BePPPower commented on PR #23319: URL: https://github.com/apache/doris/pull/23319#issuecomment-1695743187 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] zhannngchen merged pull request #23388: [improvement](compaction) reduce the memory using on vertical compaction

2023-08-28 Thread via GitHub
zhannngchen merged PR #23388: URL: https://github.com/apache/doris/pull/23388 -- 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: [improvement](compaction) reduce the memory using on vertical compaction (#23388)

2023-08-28 Thread zhangchen
This is an automated email from the ASF dual-hosted git repository. zhangchen 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 fbf849 [improvement](compaction) reduce th

[GitHub] [doris] github-actions[bot] commented on pull request #23587: load segments lazy in betarowset_reader

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23587: URL: https://github.com/apache/doris/pull/23587#issuecomment-1695745102 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 #23586: [fix](Outfile) fix core dump when export data to orc file format using `outfile`

2023-08-28 Thread via GitHub
BePPPower commented on PR #23586: URL: https://github.com/apache/doris/pull/23586#issuecomment-1695747198 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] sohardforaname commented on pull request #23121: [Feature](Nereids)support insert into values for Nereids

2023-08-28 Thread via GitHub
sohardforaname commented on PR #23121: URL: https://github.com/apache/doris/pull/23121#issuecomment-1695774641 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 #23489: [FIX](array)update array olapconvertor and support array nested other complex type

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

[GitHub] [doris] hello-stephen commented on pull request #23532: [fix](planner)only forbid substitute literal expr in function call expr

2023-08-28 Thread via GitHub
hello-stephen commented on PR #23532: URL: https://github.com/apache/doris/pull/23532#issuecomment-1695787153 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.89 seconds stream load tsv: 539 seconds loaded 74807831229 Bytes

[GitHub] [doris] zy-kkk commented on pull request #22493: [feature-wip](catalog) support deltalake catalog step1-metadata

2023-08-28 Thread via GitHub
zy-kkk commented on PR #22493: URL: https://github.com/apache/doris/pull/22493#issuecomment-1695792128 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] hello-stephen commented on pull request #23319: [feature](Export) support export with nereids

2023-08-28 Thread via GitHub
hello-stephen commented on PR #23319: URL: https://github.com/apache/doris/pull/23319#issuecomment-1695802781 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.3 seconds stream load tsv: 535 seconds loaded 74807831229 Bytes,

[GitHub] [doris] airborne12 commented on pull request #23581: [Fix](column predicate) seperate CHAR primitive type for column predicate

2023-08-28 Thread via GitHub
airborne12 commented on PR #23581: URL: https://github.com/apache/doris/pull/23581#issuecomment-1695832827 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 #23586: [fix](Outfile) fix core dump when export data to orc file format using `outfile`

2023-08-28 Thread via GitHub
hello-stephen commented on PR #23586: URL: https://github.com/apache/doris/pull/23586#issuecomment-1695837203 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.11 seconds stream load tsv: 538 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #22493: [feature-wip](catalog) support deltalake catalog step1-metadata

2023-08-28 Thread via GitHub
hello-stephen commented on PR #22493: URL: https://github.com/apache/doris/pull/22493#issuecomment-1695841870 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.51 seconds stream load tsv: 534 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23581: [Fix](column predicate) seperate CHAR primitive type for column predicate

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23581: URL: https://github.com/apache/doris/pull/23581#issuecomment-1695845228 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

[doris] branch branch-1.2-lts updated: [branch-1.2] fix code format after merge

2023-08-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 fd39530e77 [branch-1.2] fix c

[GitHub] [doris] hello-stephen commented on pull request #23443: [Enhancement](merge on write) Add primary keys consistency check for partial update

2023-08-28 Thread via GitHub
hello-stephen commented on PR #23443: URL: https://github.com/apache/doris/pull/23443#issuecomment-1695853351 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.6 seconds stream load tsv: 536 seconds loaded 74807831229 Bytes,

[GitHub] [doris] github-actions[bot] commented on pull request #23532: [fix](planner)only forbid substitute literal expr in function call expr

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23532: URL: https://github.com/apache/doris/pull/23532#issuecomment-1695865399 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 #23532: [fix](planner)only forbid substitute literal expr in function call expr

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23532: URL: https://github.com/apache/doris/pull/23532#issuecomment-1695865307 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] BePPPower commented on pull request #23319: [feature](Export) support export with nereids

2023-08-28 Thread via GitHub
BePPPower commented on PR #23319: URL: https://github.com/apache/doris/pull/23319#issuecomment-1695869311 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 #23584: [Bug](check) add column number check for vsorted_run_merger

2023-08-28 Thread via GitHub
Gabriel39 commented on code in PR #23584: URL: https://github.com/apache/doris/pull/23584#discussion_r1307557442 ## be/src/vec/runtime/vsorted_run_merger.cpp: ## @@ -161,6 +163,13 @@ Status VSortedRunMerger::get_next(Block* output_block, bool* eos) { Vectorized

[GitHub] [doris] morningman commented on pull request #22369: [improvement](catalog) avoid calling checksum when replaying creating jdbc catalog and fix ranger issue

2023-08-28 Thread via GitHub
morningman commented on PR #22369: URL: https://github.com/apache/doris/pull/22369#issuecomment-1695899223 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] Xudongshan123 opened a new issue, #23588: [Bug]

2023-08-28 Thread via GitHub
Xudongshan123 opened a new issue, #23588: URL: https://github.com/apache/doris/issues/23588 ### 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 apache-doris-1.2.4

[doris] branch branch-2.0 updated (5d8f4690f7 -> fe0e7580d1)

2023-08-28 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 5d8f4690f7 [Fix](autobucket) Fix autobucket partition size by using getAllDataSize including cooldown size (#23557)

[doris] 01/05: [improve](jdbc catalog) support sqlserver uniqueidentifier data type (#23297)

2023-08-28 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 34bcec230639bbd8beee611e1967dac4ef697be1 Author: zy-kkk AuthorDate: Mon Aug 28 10:30:10 2023 +0800 [improve](jdbc

[doris] 03/05: [Configuration](multi-catalog) Modify default external cache expire time to 10 mins. (#23490)

2023-08-28 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 159ca0d74b93ecc3490658733c0791278ad8c928 Author: Qi Chen AuthorDate: Mon Aug 28 16:16:43 2023 +0800 [Configuratio

[doris] 02/05: [Bug](materialized-view) fix loaddb analyze failed on MaterializedIndexMeta (#23442)

2023-08-28 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 075e5b1bcd3b0d6932c9dca3702af655e5226ba7 Author: Pxl AuthorDate: Mon Aug 28 15:18:18 2023 +0800 [Bug](materialize

[doris] 04/05: [fix](planner)fix bug of pushing conjunct through agg node (#23483)

2023-08-28 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit fff92656c702b533bc62fbb1db3f7bc133d25596 Author: starocean999 <40539150+starocean...@users.noreply.github.com> AuthorDa

[doris] 05/05: [fix](light-schema-change) fix schema consistency check failed (#23283)

2023-08-28 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit fe0e7580d12ec5e6da55a50cc46b1c8470d83f3c Author: Siyang Tang <82279870+tangsiyang2...@users.noreply.github.com> AuthorD

[GitHub] [doris] hello-stephen commented on pull request #23581: [Fix](column predicate) seperate CHAR primitive type for column predicate

2023-08-28 Thread via GitHub
hello-stephen commented on PR #23581: URL: https://github.com/apache/doris/pull/23581#issuecomment-1695929635 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.23 seconds stream load tsv: 540 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23319: [feature](Export) support export with nereids

2023-08-28 Thread via GitHub
hello-stephen commented on PR #23319: URL: https://github.com/apache/doris/pull/23319#issuecomment-1695947595 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.42 seconds stream load tsv: 537 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23529: [Fix](multi-catalog) Fix broker load reader and hdfs reader issue.

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23529: URL: https://github.com/apache/doris/pull/23529#issuecomment-1695956585 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 #23529: [Fix](multi-catalog) Fix broker load reader and hdfs reader issue.

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

[GitHub] [doris] hello-stephen commented on pull request #22369: [improvement](catalog) avoid calling checksum when replaying creating jdbc catalog and fix ranger issue

2023-08-28 Thread via GitHub
hello-stephen commented on PR #22369: URL: https://github.com/apache/doris/pull/22369#issuecomment-1695977951 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.18 seconds stream load tsv: 535 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #22442: [feature](delete-predicate) support delete sub predicate v2

2023-08-28 Thread via GitHub
hello-stephen commented on PR #22442: URL: https://github.com/apache/doris/pull/22442#issuecomment-1695998457 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.44 seconds stream load tsv: 536 seconds loaded 74807831229 Bytes

[GitHub] [doris] BePPPower commented on pull request #23319: [feature](Export) support export with nereids

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

[GitHub] [doris] gavinchou commented on a diff in pull request #22442: [feature](delete-predicate) support delete sub predicate v2

2023-08-28 Thread via GitHub
gavinchou commented on code in PR #22442: URL: https://github.com/apache/doris/pull/22442#discussion_r1307358370 ## be/src/olap/delete_handler.cpp: ## @@ -112,6 +147,23 @@ std::string DeleteHandler::construct_sub_predicates(const TCondition& condition) return condition_str

[GitHub] [doris] github-actions[bot] commented on pull request #23546: [feature](cache) 2q LRU cache

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23546: URL: https://github.com/apache/doris/pull/23546#issuecomment-1696057894 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] HappenLee opened a new pull request, #23589: [pipeline](sink) Supprt Async Writer Sink of result file sink and memory scratch sink

2023-08-28 Thread via GitHub
HappenLee opened a new pull request, #23589: URL: https://github.com/apache/doris/pull/23589 ## 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] HappenLee commented on pull request #23589: [pipeline](sink) Supprt Async Writer Sink of result file sink and memory scratch sink

2023-08-28 Thread via GitHub
HappenLee commented on PR #23589: URL: https://github.com/apache/doris/pull/23589#issuecomment-1696104488 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 #23589: [pipeline](sink) Supprt Async Writer Sink of result file sink and memory scratch sink

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23589: URL: https://github.com/apache/doris/pull/23589#issuecomment-1696115114 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 #23352: [feature](csv_serde)1.append csv serde for serialize to csv and deserialize from csv. 2.let csvReader use csv serde not text_con

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23352: URL: https://github.com/apache/doris/pull/23352#issuecomment-1696119847 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] kaijchen commented on pull request #23577: [fix](move-memtable) fix tablets to commit

2023-08-28 Thread via GitHub
kaijchen commented on PR #23577: URL: https://github.com/apache/doris/pull/23577#issuecomment-1696122950 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 #23577: [fix](move-memtable) fix tablets to commit

2023-08-28 Thread via GitHub
github-actions[bot] commented on PR #23577: URL: https://github.com/apache/doris/pull/23577#issuecomment-1696131784 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 #23589: [pipeline](sink) Supprt Async Writer Sink of result file sink and memory scratch sink

2023-08-28 Thread via GitHub
hello-stephen commented on PR #23589: URL: https://github.com/apache/doris/pull/23589#issuecomment-1696161782 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.77 seconds stream load tsv: 536 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23577: [fix](move-memtable) fix tablets to commit

2023-08-28 Thread via GitHub
hello-stephen commented on PR #23577: URL: https://github.com/apache/doris/pull/23577#issuecomment-1696196530 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.11 seconds stream load tsv: 535 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] closed pull request #14041: [fix](dynamic) set dynamic partition scheduler daemon sleep time automaticly

2023-08-28 Thread via GitHub
github-actions[bot] closed pull request #14041: [fix](dynamic) set dynamic partition scheduler daemon sleep time automaticly URL: https://github.com/apache/doris/pull/14041 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [doris] shuke987 commented on pull request #23583: [test](fix case) fix sql user conflict in test case.

2023-08-28 Thread via GitHub
shuke987 commented on PR #23583: URL: https://github.com/apache/doris/pull/23583#issuecomment-1696606417 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 unsubscri

[doris-website] branch master updated: remove json_unquote

2023-08-28 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new f5f7632769f remove json_unquote f5f

  1   2   3   4   5   6   >