[GitHub] [doris] BiteTheDDDDt commented on pull request #20787: [Bug](runtime-filter) fix runtime filter not register on vdata_gen_scan_node

2023-06-13 Thread via GitHub
BiteThet commented on PR #20787: URL: https://github.com/apache/doris/pull/20787#issuecomment-1590535130 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] csun5285 commented on pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-13 Thread via GitHub
csun5285 commented on PR #20715: URL: https://github.com/apache/doris/pull/20715#issuecomment-1590538619 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] didiaode18 commented on pull request #20617: [Feature](log)friendly hint for creating table failed

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

[GitHub] [doris] BiteTheDDDDt commented on pull request #20658: [Bug](materialized-view) fix problems about create mv on ssb_flat q4.1 failed

2023-06-13 Thread via GitHub
BiteThet commented on PR #20658: URL: https://github.com/apache/doris/pull/20658#issuecomment-1590540417 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 unsub

[GitHub] [doris] github-actions[bot] commented on pull request #20787: [Bug](runtime-filter) fix runtime filter not register on vdata_gen_scan_node

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20787: URL: https://github.com/apache/doris/pull/20787#issuecomment-1590541576 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 #20787: [Bug](runtime-filter) fix runtime filter not register on vdata_gen_scan_node

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20787: URL: https://github.com/apache/doris/pull/20787#issuecomment-1590542315 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] yiguolei merged pull request #20782: [fix](memory) before compaction run, check memory exceed limit

2023-06-13 Thread via GitHub
yiguolei merged PR #20782: URL: https://github.com/apache/doris/pull/20782 -- 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 (20ac940711 -> f2025b9eed)

2023-06-13 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 20ac940711 [Bug](pipeline) fix bug for file scan node on pipeline engine (#20763) add f2025b9eed [fix](memory)

[GitHub] [doris] Tanya-W commented on a diff in pull request #20781: [feature](nereids) support match syntax

2023-06-13 Thread via GitHub
Tanya-W commented on code in PR #20781: URL: https://github.com/apache/doris/pull/20781#discussion_r1229068063 ## regression-test/suites/nereids_syntax_p0/match.groovy: ## @@ -0,0 +1,178 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor li

[GitHub] [doris] iamdanger commented on issue #17599: [Bug](alter table) could not alter varchar column's length.

2023-06-13 Thread via GitHub
iamdanger commented on issue #17599: URL: https://github.com/apache/doris/issues/17599#issuecomment-1590547162 did your column is one of the partition member? if it is , you can not change the column -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [doris] Tanya-W commented on a diff in pull request #20781: [feature](nereids) support match syntax

2023-06-13 Thread via GitHub
Tanya-W commented on code in PR #20781: URL: https://github.com/apache/doris/pull/20781#discussion_r1229070342 ## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4: ## @@ -613,6 +614,10 @@ nonReserved | LOGICAL | MACRO | MAP +| MATCH +| MA

[GitHub] [doris] CalvinKirs commented on pull request #20786: [Feature](GA)Latest-Master-Code-Check

2023-06-13 Thread via GitHub
CalvinKirs commented on PR #20786: URL: https://github.com/apache/doris/pull/20786#issuecomment-1590552561 latest code check -- 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] bid-doudou commented on issue #17599: [Bug](alter table) could not alter varchar column's length.

2023-06-13 Thread via GitHub
bid-doudou commented on issue #17599: URL: https://github.com/apache/doris/issues/17599#issuecomment-1590554194 > did your column is one of the partition member? if it is , you can not change the column if distribution column , can do it? -- This is an automated message from th

[GitHub] [doris] iamdanger commented on issue #17599: [Bug](alter table) could not alter varchar column's length.

2023-06-13 Thread via GitHub
iamdanger commented on issue #17599: URL: https://github.com/apache/doris/issues/17599#issuecomment-1590554506 我是地瓜,收到了 -- 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] yiguolei commented on a diff in pull request #20759: [enhancement](log4j) support high performance mode for log4j2 to escape potential bottleneck for doris read and write

2023-06-13 Thread via GitHub
yiguolei commented on code in PR #20759: URL: https://github.com/apache/doris/pull/20759#discussion_r1229078138 ## conf/fe.conf: ## @@ -38,6 +38,9 @@ JAVA_OPTS_FOR_JDK_9="-Xss4m -Xmx8192m -XX:SurvivorRatio=8 -XX:MaxTenuringThresho # INFO, WARN, ERROR, FATAL sys_log_level = IN

[GitHub] [doris] zy-kkk opened a new pull request, #20788: [improvement](jdbc mysql) support auto calculate the precision of timestamp/datetime

2023-06-13 Thread via GitHub
zy-kkk opened a new pull request, #20788: URL: https://github.com/apache/doris/pull/20788 ## 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

[GitHub] [doris] bid-doudou commented on issue #17599: [Bug](alter table) could not alter varchar column's length.

2023-06-13 Thread via GitHub
bid-doudou commented on issue #17599: URL: https://github.com/apache/doris/issues/17599#issuecomment-1590555706 > 我是地瓜,收到了 好家伙,你是新冠是吧 i am danger -- 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

[GitHub] [doris] sohardforaname commented on pull request #20685: [Fix](planner&Nereids) fold constant invalid yyyy-mm-31 to the last day of month incorrectly

2023-06-13 Thread via GitHub
sohardforaname commented on PR #20685: URL: https://github.com/apache/doris/pull/20685#issuecomment-1590556250 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 uns

[GitHub] [doris] platoneko commented on a diff in pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-13 Thread via GitHub
platoneko commented on code in PR #20715: URL: https://github.com/apache/doris/pull/20715#discussion_r1229080485 ## be/src/common/config.h: ## @@ -1004,6 +1004,17 @@ DECLARE_Int32(num_broadcast_buffer); // semi-structure configs DECLARE_Bool(enable_parse_multi_dimession_array)

[GitHub] [doris] zy-kkk commented on pull request #20788: [improvement](jdbc mysql) support auto calculate the precision of timestamp/datetime

2023-06-13 Thread via GitHub
zy-kkk commented on PR #20788: URL: https://github.com/apache/doris/pull/20788#issuecomment-1590559883 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] platoneko commented on a diff in pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-13 Thread via GitHub
platoneko commented on code in PR #20715: URL: https://github.com/apache/doris/pull/20715#discussion_r1229082485 ## be/src/olap/cumulative_compaction_time_series_policy.cpp: ## @@ -0,0 +1,251 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contribut

[GitHub] [doris] freemandealer commented on pull request #20783: [Log](load) change log info when load fail

2023-06-13 Thread via GitHub
freemandealer commented on PR #20783: URL: https://github.com/apache/doris/pull/20783#issuecomment-1590560275 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 unsu

[GitHub] [doris] github-actions[bot] commented on pull request #20783: [Log](load) change log info when load fail

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20783: URL: https://github.com/apache/doris/pull/20783#issuecomment-1590560962 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] platoneko commented on a diff in pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-13 Thread via GitHub
platoneko commented on code in PR #20715: URL: https://github.com/apache/doris/pull/20715#discussion_r1229083968 ## be/src/olap/cumulative_compaction_time_series_policy.cpp: ## @@ -0,0 +1,251 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contribut

[GitHub] [doris] xzj7019 opened a new pull request, #20789: [improvement](nereids) prune hash join output slot ids list

2023-06-13 Thread via GitHub
xzj7019 opened a new pull request, #20789: URL: https://github.com/apache/doris/pull/20789 ## Proposed changes Issue Number: close #xxx 1. prune hash join output slot ids list based on slot ids in required project and other conjunctions, to reduce the be side effort. 2. sup

[GitHub] [doris] xzj7019 commented on pull request #20789: [improvement](nereids) prune hash join output slot ids list

2023-06-13 Thread via GitHub
xzj7019 commented on PR #20789: URL: https://github.com/apache/doris/pull/20789#issuecomment-1590563826 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] platoneko commented on a diff in pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-13 Thread via GitHub
platoneko commented on code in PR #20715: URL: https://github.com/apache/doris/pull/20715#discussion_r1229086473 ## be/src/olap/cumulative_compaction_time_series_policy.cpp: ## @@ -0,0 +1,245 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contribut

[GitHub] [doris] platoneko commented on a diff in pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-13 Thread via GitHub
platoneko commented on code in PR #20715: URL: https://github.com/apache/doris/pull/20715#discussion_r1229086473 ## be/src/olap/cumulative_compaction_time_series_policy.cpp: ## @@ -0,0 +1,245 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contribut

[GitHub] [doris] Yukang-Lian commented on pull request #20720: [Fix](MOW) Fix load data publish timeout when enable unique key MOW

2023-06-13 Thread via GitHub
Yukang-Lian commented on PR #20720: URL: https://github.com/apache/doris/pull/20720#issuecomment-1590566217 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 unsubs

[GitHub] [doris] zy-kkk opened a new issue, #20790: [Enhancement] support jdbc catalog auto calculate the precision of timestamp/datetime type

2023-06-13 Thread via GitHub
zy-kkk opened a new issue, #20790: URL: https://github.com/apache/doris/issues/20790 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description support jdbc catalog

[GitHub] [doris] zy-kkk opened a new issue, #20791: MySQL

2023-06-13 Thread via GitHub
zy-kkk opened a new issue, #20791: URL: https://github.com/apache/doris/issues/20791 (no comment) -- 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: co

[GitHub] [doris] CalvinKirs commented on pull request #20786: [Feature](GA)Latest-Master-Code-Check

2023-06-13 Thread via GitHub
CalvinKirs commented on PR #20786: URL: https://github.com/apache/doris/pull/20786#issuecomment-1590567740 latest code check -- 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] platoneko commented on a diff in pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-13 Thread via GitHub
platoneko commented on code in PR #20715: URL: https://github.com/apache/doris/pull/20715#discussion_r1229090078 ## be/src/olap/cumulative_compaction_time_series_policy.cpp: ## @@ -0,0 +1,245 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contribut

[GitHub] [doris] Tanya-W commented on pull request #20781: [feature](nereids) support match syntax

2023-06-13 Thread via GitHub
Tanya-W commented on PR #20781: URL: https://github.com/apache/doris/pull/20781#issuecomment-1590568736 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] CalvinKirs commented on pull request #20786: [Feature](GA)Latest-Master-Code-Check

2023-06-13 Thread via GitHub
CalvinKirs commented on PR #20786: URL: https://github.com/apache/doris/pull/20786#issuecomment-1590569515 "latest code check" -- 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] platoneko commented on a diff in pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-13 Thread via GitHub
platoneko commented on code in PR #20715: URL: https://github.com/apache/doris/pull/20715#discussion_r1229090078 ## be/src/olap/cumulative_compaction_time_series_policy.cpp: ## @@ -0,0 +1,245 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contribut

[GitHub] [doris] dujl commented on pull request #20678: [fix](decimalv3) fix result error when cast a round decimalv3 to double

2023-06-13 Thread via GitHub
dujl commented on PR #20678: URL: https://github.com/apache/doris/pull/20678#issuecomment-1590570176 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 unsubscribe,

[GitHub] [doris] yujun777 opened a new pull request, #20792: [fix] fix compile test_vertical_compaction_agg_keys failed

2023-06-13 Thread via GitHub
yujun777 opened a new pull request, #20792: URL: https://github.com/apache/doris/pull/20792 ## Proposed changes Issue Number: close #xxx fix compile test_vertical_compaction_agg_keys failed. ## Further comments If this is a relatively large or complex chang

[GitHub] [doris-website] jeffreys-cat opened a new pull request, #243: (fix) fix styles error

2023-06-13 Thread via GitHub
jeffreys-cat opened a new pull request, #243: URL: https://github.com/apache/doris-website/pull/243 search result layer below the markdown code block makes an error ![image](https://github.com/apache/doris-website/assets/11832969/ef23dc58-a684-4dd4-81ab-ecd1ed94a6ba) -- This is

[GitHub] [doris] yujun777 commented on pull request #20792: [fix] fix compile test_vertical_compaction_agg_keys failed

2023-06-13 Thread via GitHub
yujun777 commented on PR #20792: URL: https://github.com/apache/doris/pull/20792#issuecomment-1590571692 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] dujl commented on pull request #20678: [fix](decimalv3) fix result error when cast a round decimalv3 to double

2023-06-13 Thread via GitHub
dujl commented on PR #20678: URL: https://github.com/apache/doris/pull/20678#issuecomment-1590572037 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 unsubsc

[GitHub] [doris] github-actions[bot] commented on pull request #20792: [fix] fix compile test_vertical_compaction_agg_keys failed

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20792: URL: https://github.com/apache/doris/pull/20792#issuecomment-1590574383 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 #20792: [fix] fix compile test_vertical_compaction_agg_keys failed

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20792: URL: https://github.com/apache/doris/pull/20792#issuecomment-1590574418 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] yujun777 commented on pull request #20792: [fix](regression-test) fix compile test_vertical_compaction_agg_keys failed

2023-06-13 Thread via GitHub
yujun777 commented on PR #20792: URL: https://github.com/apache/doris/pull/20792#issuecomment-1590578265 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] zddr opened a new pull request, #20793: [fix](mtmv)fix create mtmv with partition error

2023-06-13 Thread via GitHub
zddr opened a new pull request, #20793: URL: https://github.com/apache/doris/pull/20793 ## Proposed changes Issue Number: close #20773 The syntax for supporting partition updates in the future has not been researched yet, and there are issues with partition syntax. Therefore,

[GitHub] [doris-website] morningman merged pull request #243: (fix) fix styles error

2023-06-13 Thread via GitHub
morningman merged PR #243: URL: https://github.com/apache/doris-website/pull/243 -- 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...@dor

[doris-website] branch master updated: (fix) fix styles error (#243)

2023-06-13 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 50de411bc43 (fix) fix styles error (#

[GitHub] [doris] CalvinKirs commented on pull request #20786: [Feature](GA)Latest-Master-Code-Check

2023-06-13 Thread via GitHub
CalvinKirs commented on PR #20786: URL: https://github.com/apache/doris/pull/20786#issuecomment-1590579405 latest-code-check -- 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] github-actions[bot] commented on pull request #20775: [fix](stats) Fix NPE when analyze database sync

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20775: URL: https://github.com/apache/doris/pull/20775#issuecomment-1590580543 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 #20756: [Test](regression) CCR syncer thrift interface regression test

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20756: URL: https://github.com/apache/doris/pull/20756#issuecomment-1590580588 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 #20775: [fix](stats) Fix NPE when analyze database sync

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20775: URL: https://github.com/apache/doris/pull/20775#issuecomment-1590580599 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 commented on pull request #20751: [Bug](function) catch error state in function cast to avoid core dump

2023-06-13 Thread via GitHub
BiteThet commented on PR #20751: URL: https://github.com/apache/doris/pull/20751#issuecomment-1590580885 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] deadlinefen commented on pull request #20756: [Test](regression) CCR syncer thrift interface regression test

2023-06-13 Thread via GitHub
deadlinefen commented on PR #20756: URL: https://github.com/apache/doris/pull/20756#issuecomment-1590581128 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] LiBinfeng-01 commented on pull request #20599: [Fix](Planner) Add tinyint result support in where, having and on clause

2023-06-13 Thread via GitHub
LiBinfeng-01 commented on PR #20599: URL: https://github.com/apache/doris/pull/20599#issuecomment-1590581499 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 unsub

[GitHub] [doris] airborne12 opened a new pull request, #20794: [Update](clucene) synchronize clucene version to improve clcuene performance

2023-06-13 Thread via GitHub
airborne12 opened a new pull request, #20794: URL: https://github.com/apache/doris/pull/20794 ## Proposed changes Issue Number: close #xxx Improve clucene performance by zero copy memory and SIMD string compare. Related PR: https://github.com/apache/doris-thirdparty/p

[GitHub] [doris] CalvinKirs commented on pull request #20786: [Feature](GA)Latest-Master-Code-Check

2023-06-13 Thread via GitHub
CalvinKirs commented on PR #20786: URL: https://github.com/apache/doris/pull/20786#issuecomment-1590582637 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] github-actions[bot] commented on pull request #20794: [Update](clucene) synchronize clucene version to improve clcuene performance

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20794: URL: https://github.com/apache/doris/pull/20794#issuecomment-1590585169 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 #20794: [Update](clucene) synchronize clucene version to improve clcuene performance

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20794: URL: https://github.com/apache/doris/pull/20794#issuecomment-1590585219 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

<    1   2   3   4   5