[GitHub] [doris] Gabriel39 commented on pull request #18278: [Improvement](predicate) optimize short-circuit predicates

2023-04-03 Thread via GitHub
Gabriel39 commented on PR #18278: URL: https://github.com/apache/doris/pull/18278#issuecomment-1494085927 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 a diff in pull request #18350: [Enhencement](like) fallback to re2 if hyperscan failed

2023-04-03 Thread via GitHub
github-actions[bot] commented on code in PR #18350: URL: https://github.com/apache/doris/pull/18350#discussion_r1155790678 ## be/src/vec/functions/like.cpp: ## @@ -196,6 +196,39 @@ Status FunctionLikeBase::constant_substring_fn_scalar(LikeSearchState* state, co return Stat

[GitHub] [doris] github-actions[bot] commented on pull request #18028: [vectorized](function) support array_repeat function to be compatible with hive syntax

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #18028: URL: https://github.com/apache/doris/pull/18028#issuecomment-1494087977 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 #18028: [vectorized](function) support array_repeat function to be compatible with hive syntax

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #18028: URL: https://github.com/apache/doris/pull/18028#issuecomment-1494088033 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 #18328: [refactor](typesystem) using typeindex to create column instead of type name because type name is not stable

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #18328: URL: https://github.com/apache/doris/pull/18328#issuecomment-1494089768 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 #18328: [refactor](typesystem) using typeindex to create column instead of type name because type name is not stable

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #18328: URL: https://github.com/apache/doris/pull/18328#issuecomment-1494091797 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 #18116: [vectorized](function) Support array_shuffle and shuffle function.

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #18116: URL: https://github.com/apache/doris/pull/18116#issuecomment-1494099384 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] jacktengg opened a new pull request, #18351: [fix](like) fix wrong result of like pattern with backslash

2023-04-03 Thread via GitHub
jacktengg opened a new pull request, #18351: URL: https://github.com/apache/doris/pull/18351 # Proposed changes Issue Number: close #xxx ## Problem summary Pick from master https://github.com/apache/doris/pull/18039. ## Checklist(Required) * [ ] Does it affe

[GitHub] [doris] morrySnow commented on pull request #18297: [fix](planner) cast should not be removed after substitute

2023-04-03 Thread via GitHub
morrySnow commented on PR #18297: URL: https://github.com/apache/doris/pull/18297#issuecomment-1494106480 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 #18328: [refactor](typesystem) using typeindex to create column instead of type name because type name is not stable

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #18328: URL: https://github.com/apache/doris/pull/18328#issuecomment-1494112855 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 #18328: [refactor](typesystem) using typeindex to create column instead of type name because type name is not stable

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #18328: URL: https://github.com/apache/doris/pull/18328#issuecomment-1494121340 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] zhangstar333 commented on pull request #18334: [vectorized](function) suppoort date_trunc function truncate week mode

2023-04-03 Thread via GitHub
zhangstar333 commented on PR #18334: URL: https://github.com/apache/doris/pull/18334#issuecomment-1494127040 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] sohardforaname commented on pull request #18213: [Feature](Nereids)support binary arithmetic function

2023-04-03 Thread via GitHub
sohardforaname commented on PR #18213: URL: https://github.com/apache/doris/pull/18213#issuecomment-1494156481 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] zy-kkk opened a new pull request, #18352: [improve](clickhouse catalog) Add `"` wrap select column for the sql query clickhouse jdbc catalog

2023-04-03 Thread via GitHub
zy-kkk opened a new pull request, #18352: URL: https://github.com/apache/doris/pull/18352 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] zy-kkk commented on pull request #18352: [improve](clickhouse catalog) Add `"` wrap select column for the sql query clickhouse jdbc catalog

2023-04-03 Thread via GitHub
zy-kkk commented on PR #18352: URL: https://github.com/apache/doris/pull/18352#issuecomment-1494159982 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] BiteTheDDDDt commented on pull request #18344: [Chore](build) enchancement for backend build time usage

2023-04-03 Thread via GitHub
BiteThet commented on PR #18344: URL: https://github.com/apache/doris/pull/18344#issuecomment-1494173083 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] github-actions[bot] commented on pull request #18344: [Chore](build) enchancement for backend build time usage

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #18344: URL: https://github.com/apache/doris/pull/18344#issuecomment-1494179919 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] morrySnow opened a new pull request, #18353: [fix](planner) execute all internal query with StmtExecutor#executeInternalQuery

2023-04-03 Thread via GitHub
morrySnow opened a new pull request, #18353: URL: https://github.com/apache/doris/pull/18353 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] zclllyybb commented on pull request #18310: [Optimization](functions)Optimize function call for const columns.

2023-04-03 Thread via GitHub
zclllyybb commented on PR #18310: URL: https://github.com/apache/doris/pull/18310#issuecomment-1494191920 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] zhangstar333 opened a new pull request, #18354: [vectorized](function) support time_to_sec function

2023-04-03 Thread via GitHub
zhangstar333 opened a new pull request, #18354: URL: https://github.com/apache/doris/pull/18354 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] H

[GitHub] [doris] zhangstar333 commented on pull request #18277: [FE](mysql) support mysql protocol with precision and scale info for decimal type

2023-04-03 Thread via GitHub
zhangstar333 commented on PR #18277: URL: https://github.com/apache/doris/pull/18277#issuecomment-1494204868 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] github-actions[bot] commented on a diff in pull request #18310: [Optimization](functions)Optimize function call for const columns.

2023-04-03 Thread via GitHub
github-actions[bot] commented on code in PR #18310: URL: https://github.com/apache/doris/pull/18310#discussion_r1155874662 ## be/src/vec/columns/column_array.h: ## @@ -27,6 +27,14 @@ #include "vec/common/assert_cast.h" #include "vec/core/types.h" +//TODO: use marcos below to

[GitHub] [doris] zhangstar333 commented on pull request #18354: [vectorized](function) support time_to_sec function

2023-04-03 Thread via GitHub
zhangstar333 commented on PR #18354: URL: https://github.com/apache/doris/pull/18354#issuecomment-1494207334 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] github-actions[bot] commented on pull request #18354: [vectorized](function) support time_to_sec function

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #18354: URL: https://github.com/apache/doris/pull/18354#issuecomment-1494209120 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 commented on pull request #18283: [fix](merge-on-write) fix that failed to capture_consistent_rowsets when revise tablet meta

2023-04-03 Thread via GitHub
morningman commented on PR #18283: URL: https://github.com/apache/doris/pull/18283#issuecomment-1494209670 no problem on branch 1.2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[GitHub] [doris] Jibing-Li opened a new pull request, #18355: [Improvement](multi catalog)Move split size config to session variable.

2023-04-03 Thread via GitHub
Jibing-Li opened a new pull request, #18355: URL: https://github.com/apache/doris/pull/18355 Move split size config to session variable. Before, it was in Config class, user need to restart FE after change it. ## Checklist(Required) * [ ] Does it affect the original behavior

[GitHub] [doris] Gabriel39 closed pull request #15795: [DRAFT](datev2) test auto conversion

2023-04-03 Thread via GitHub
Gabriel39 closed pull request #15795: [DRAFT](datev2) test auto conversion URL: https://github.com/apache/doris/pull/15795 -- 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 pull request #15600: [DRAFT](decimalv3) test auto conversion

2023-04-03 Thread via GitHub
Gabriel39 commented on PR #15600: URL: https://github.com/apache/doris/pull/15600#issuecomment-1494220323 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] morningman merged pull request #18007: [test](jdbc catalog) add clickhouse jdbc catalog base type test

2023-04-03 Thread via GitHub
morningman merged PR #18007: URL: https://github.com/apache/doris/pull/18007 -- 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 (b627088e8c -> fe9d2b00fc)

2023-04-03 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from b627088e8c [Optimization](String) Optimize q20 q21 q22 q23 LIKE_SUBSTRING (like '%xxx%') (#18309) add fe9d2b

[GitHub] [doris] Jibing-Li commented on pull request #18355: [Improvement](multi catalog)Move split size config to session variable.

2023-04-03 Thread via GitHub
Jibing-Li commented on PR #18355: URL: https://github.com/apache/doris/pull/18355#issuecomment-1494221564 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] Kikyou1997 opened a new pull request, #18356: [fix](planner) Fix NPE when analyze SlotRef

2023-04-03 Thread via GitHub
Kikyou1997 opened a new pull request, #18356: URL: https://github.com/apache/doris/pull/18356 # Proposed changes Caused by register constnat slotRef to table, add logic to avoid it ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does i

[GitHub] [doris] Kikyou1997 commented on pull request #18356: [fix](planner) Fix NPE when analyze SlotRef

2023-04-03 Thread via GitHub
Kikyou1997 commented on PR #18356: URL: https://github.com/apache/doris/pull/18356#issuecomment-1494228244 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

[doris] branch branch-1.1-lts updated: [Cherry-Pick][Enhancement](grouping) Add a switch for users to force using alias name in group by and having clause (#18327)

2023-04-03 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new b72892db93 [Cherry-Pick][Enha

[GitHub] [doris] morningman merged pull request #18327: [Cherry-Pick][Enhancement](grouping) Add a switch for users to force using alias name in group by and having clause

2023-04-03 Thread via GitHub
morningman merged PR #18327: URL: https://github.com/apache/doris/pull/18327 -- 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 opt_dict_perf updated: [feature](colocate) support cross database colocate join (#18152)

2023-04-03 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch opt_dict_perf in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/opt_dict_perf by this push: new e554a7287a [feature](colocate)

[GitHub] [doris] morningman commented on pull request #18324: [Fix](orc-reader) Fix the scale of decimal column is incorrect when query orc tables.

2023-04-03 Thread via GitHub
morningman commented on PR #18324: URL: https://github.com/apache/doris/pull/18324#issuecomment-1494234220 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 #18324: [Fix](orc-reader) Fix the scale of decimal column is incorrect when query orc tables.

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #18324: URL: https://github.com/apache/doris/pull/18324#issuecomment-1494235056 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 #18324: [Fix](orc-reader) Fix the scale of decimal column is incorrect when query orc tables.

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #18324: URL: https://github.com/apache/doris/pull/18324#issuecomment-1494235133 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 a diff in pull request #18337: [fix](segment_iter) do not init segment_iterator twice

2023-04-03 Thread via GitHub
github-actions[bot] commented on code in PR #18337: URL: https://github.com/apache/doris/pull/18337#discussion_r1155895495 ## be/test/olap/delta_writer_test.cpp: ## @@ -669,7 +669,10 @@ TEST_F(TestDeltaWriter, vec_sequence_col) { std::unique_ptr iter; Schema schema(r

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #18331: [improve](nereids)compute statsRange.length() according to the column datatype

2023-04-03 Thread via GitHub
Kikyou1997 commented on code in PR #18331: URL: https://github.com/apache/doris/pull/18331#discussion_r1155901686 ## fe/fe-core/src/main/java/org/apache/doris/nereids/types/DataType.java: ## @@ -587,4 +587,8 @@ public Map, Promotion> build() { return (Map) Immutabl

[GitHub] [doris] luozenglin commented on pull request #18184: [feature-wip](resource-group) Support create and show resource groups

2023-04-03 Thread via GitHub
luozenglin commented on PR #18184: URL: https://github.com/apache/doris/pull/18184#issuecomment-1494243911 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] yiguolei commented on pull request #18328: [refactor](typesystem) using typeindex to create column instead of type name because type name is not stable

2023-04-03 Thread via GitHub
yiguolei commented on PR #18328: URL: https://github.com/apache/doris/pull/18328#issuecomment-1494244536 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] yiguolei merged pull request #18330: [fix](memory) Fix memtable flush mem tracker

2023-04-03 Thread via GitHub
yiguolei merged PR #18330: URL: https://github.com/apache/doris/pull/18330 -- 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 (fe9d2b00fc -> dd78001cc1)

2023-04-03 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from fe9d2b00fc [test](jdbc catalog) add clickhouse jdbc catalog base type test (#18007) add dd78001cc1 [fix](memory

[GitHub] [doris] yiguolei merged pull request #18332: [fix](scan) Avoid using incorrect cache code in ComparisonPredicate

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

[doris] branch master updated: [fix](scan) Avoid using incorrect cache code in ComparisonPredicate (#18332)

2023-04-03 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 1e51af0784 [fix](scan) Avoid using incorrect ca

[GitHub] [doris] github-actions[bot] commented on pull request #18184: [feature-wip](resource-group) Support create and show resource groups

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

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #18331: [improve](nereids)compute statsRange.length() according to the column datatype

2023-04-03 Thread via GitHub
Kikyou1997 commented on code in PR #18331: URL: https://github.com/apache/doris/pull/18331#discussion_r1155901686 ## fe/fe-core/src/main/java/org/apache/doris/nereids/types/DataType.java: ## @@ -587,4 +587,8 @@ public Map, Promotion> build() { return (Map) Immutabl

[GitHub] [doris] yiguolei merged pull request #18333: [feature](string_functions) The 'split_part' function supports non-constant parameters

2023-04-03 Thread via GitHub
yiguolei merged PR #18333: URL: https://github.com/apache/doris/pull/18333 -- 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 branch-1.2-lts updated: [feature](string_functions) The 'split_part' function supports non-constant parameters (#18333)

2023-04-03 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 e762233277 [feature](string_fun

[GitHub] [doris] yiguolei merged pull request #18351: [fix](like) fix wrong result of like pattern with backslash

2023-04-03 Thread via GitHub
yiguolei merged PR #18351: URL: https://github.com/apache/doris/pull/18351 -- 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 branch-1.2-lts updated: [fix](like) fix wrong result of like pattern with backslash (#18351)

2023-04-03 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 4c1c1ab505 [fix](like) fix wron

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #18331: [improve](nereids)compute statsRange.length() according to the column datatype

2023-04-03 Thread via GitHub
Kikyou1997 commented on code in PR #18331: URL: https://github.com/apache/doris/pull/18331#discussion_r1155908987 ## fe/fe-core/src/main/java/org/apache/doris/nereids/types/DataType.java: ## @@ -587,4 +587,8 @@ public Map, Promotion> build() { return (Map) Immutabl

[GitHub] [doris] github-actions[bot] commented on pull request #18321: [Optimization](string) optimize constant empty string compare ( column='', column!='')

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #18321: URL: https://github.com/apache/doris/pull/18321#issuecomment-1494254076 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 #18355: [Improvement](multi catalog)Move split size config to session variable.

2023-04-03 Thread via GitHub
hello-stephen commented on PR #18355: URL: https://github.com/apache/doris/pull/18355#issuecomment-1494255377 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.71 seconds stream load tsv: 451 seconds loaded 74807831229 Bytes, about 158 MB/s

[GitHub] [doris] ZhangYu0123 commented on pull request #18321: [Optimization](string) optimize constant empty string compare ( column='', column!='')

2023-04-03 Thread via GitHub
ZhangYu0123 commented on PR #18321: URL: https://github.com/apache/doris/pull/18321#issuecomment-1494256071 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] Kikyou1997 commented on a diff in pull request #18331: [improve](nereids)compute statsRange.length() according to the column datatype

2023-04-03 Thread via GitHub
Kikyou1997 commented on code in PR #18331: URL: https://github.com/apache/doris/pull/18331#discussion_r1155913262 ## fe/fe-core/src/main/java/org/apache/doris/nereids/types/coercion/DateLikeType.java: ## @@ -17,8 +17,30 @@ package org.apache.doris.nereids.types.coercion; +i

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #18357: [Enchancement] adjust desc table all display fields

2023-04-03 Thread via GitHub
BiteThet opened a new pull request, #18357: URL: https://github.com/apache/doris/pull/18357 # Proposed changes adjust desc table all display fields ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavio

[GitHub] [doris] BiteTheDDDDt commented on pull request #18357: [Enchancement] adjust desc table all display fields

2023-04-03 Thread via GitHub
BiteThet commented on PR #18357: URL: https://github.com/apache/doris/pull/18357#issuecomment-1494310112 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] wsjz commented on pull request #18005: [feature-wip](multi-catalog)add properties converter

2023-04-03 Thread via GitHub
wsjz commented on PR #18005: URL: https://github.com/apache/doris/pull/18005#issuecomment-1494334487 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] AshinGau commented on pull request #18340: [fix](file_cache) turn on file cache by FE session variable

2023-04-03 Thread via GitHub
AshinGau commented on PR #18340: URL: https://github.com/apache/doris/pull/18340#issuecomment-1494343243 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] hello-stephen commented on pull request #18357: [Enchancement](materialized-view) adjust desc table all display fields

2023-04-03 Thread via GitHub
hello-stephen commented on PR #18357: URL: https://github.com/apache/doris/pull/18357#issuecomment-1494344621 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.3 seconds stream load tsv: 445 seconds loaded 74807831229 Bytes, about 160 MB/s

[GitHub] [doris] xiaokang commented on pull request #18302: [bugfix](inverted index) fix inverted index to support NULL value filter

2023-04-03 Thread via GitHub
xiaokang commented on PR #18302: URL: https://github.com/apache/doris/pull/18302#issuecomment-1494345316 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

[GitHub] [doris] morrySnow commented on pull request #18280: [enhancement](Nereids) cast do not relay on legacy planner anymore

2023-04-03 Thread via GitHub
morrySnow commented on PR #18280: URL: https://github.com/apache/doris/pull/18280#issuecomment-1494433626 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 #18265: [fix](nereids)fix bug of SelectMaterializedIndexWithAggregate rule

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #18265: URL: https://github.com/apache/doris/pull/18265#issuecomment-1494434344 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 #18265: [fix](nereids)fix bug of SelectMaterializedIndexWithAggregate rule

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

[doris] branch master updated: [fix](nereids) fix bug of SelectMaterializedIndexWithAggregate rule (#18265)

2023-04-03 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 88c5e64c4a [fix](nereids) fix bug of SelectMa

[GitHub] [doris] morrySnow merged pull request #18265: [fix](nereids)fix bug of SelectMaterializedIndexWithAggregate rule

2023-04-03 Thread via GitHub
morrySnow merged PR #18265: URL: https://github.com/apache/doris/pull/18265 -- 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

[GitHub] [doris] wangbo merged pull request #18306: [improvement](executor) Reduce ScannnerCtx Scheduling times

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

[doris] branch master updated (88c5e64c4a -> fc407f4afe)

2023-04-03 Thread wangbo
This is an automated email from the ASF dual-hosted git repository. wangbo pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 88c5e64c4a [fix](nereids) fix bug of SelectMaterializedIndexWithAggregate rule (#18265) add fc407f4afe [improveme

[doris] branch branch-1.2-lts updated (4c1c1ab505 -> bbf57a9dd0)

2023-04-03 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 4c1c1ab505 [fix](like) fix wrong result of like pattern with backslash (#18351) new b768b83583 [log](

[doris] 01/07: [log](load) print detailed error message when publish failed (#18176)

2023-04-03 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 commit b768b8358353aec1103ed7e6cf2a791feb1c1280 Author: zhannngchen <48427519+zhannngc...@users.noreply.github.com> A

[doris] 02/07: [fix](memory) Remove page cache regular clear, disabled jemalloc prof by default (#18218)

2023-04-03 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 commit c3485b9fc3e7786bb361fc98b2fbe21cd6a23de8 Author: Xinyi Zou AuthorDate: Thu Mar 30 09:39:37 2023 +0800 [f

[doris] 04/07: [Enhancement](spark load)Support spark time out config (#17108)

2023-04-03 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 commit a59478a14146dc1e0e9f4e306b996d4193af0287 Author: liujinhui <965147...@qq.com> AuthorDate: Thu Mar 30 20:12:46

[doris] 07/07: [test](jdbc catalog) add clickhouse jdbc catalog base type test (#18007)

2023-04-03 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 commit bbf57a9dd06ad98a045e722728ce249fc98d66e8 Author: yongkang.zhong AuthorDate: Mon Apr 3 20:18:36 2023 +0800

[doris] 06/07: [Fix](multi-catalog) fix hms automatic update error. (#18252)

2023-04-03 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 commit 1b2096502b682da77551938fca7099e79787319a Author: Xiangyu Wang AuthorDate: Thu Mar 30 23:09:07 2023 +0800

[doris] 03/07: [fix](planner )need add LateralViewRef's id into TableRef's allTableRefIds (#18220)

2023-04-03 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 commit 51741e886e42de2eb0a028cd4c393cbb556891c0 Author: starocean999 <40539150+starocean...@users.noreply.github.com>

[doris] 05/07: [fix](planner) Fix agg on inlineview which with constant slot (#18201)

2023-04-03 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 commit ab45f53fb4a74970d5b1403c4ffa0449d30a6dee Author: AKIRA <33112463+kikyou1...@users.noreply.github.com> AuthorDa

[GitHub] [doris] Jibing-Li commented on pull request #18355: [Improvement](multi catalog)Move split size config to session variable.

2023-04-03 Thread via GitHub
Jibing-Li commented on PR #18355: URL: https://github.com/apache/doris/pull/18355#issuecomment-1494513405 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] morrySnow commented on pull request #18297: [fix](planner) decimalv2 castTo decimalv2 should change type directly

2023-04-03 Thread via GitHub
morrySnow commented on PR #18297: URL: https://github.com/apache/doris/pull/18297#issuecomment-1494537416 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] morrySnow commented on pull request #18280: [enhancement](Nereids) cast do not relay on legacy planner anymore

2023-04-03 Thread via GitHub
morrySnow commented on PR #18280: URL: https://github.com/apache/doris/pull/18280#issuecomment-1494560189 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] HappenLee commented on a diff in pull request #18321: [Optimization](string) optimize constant empty string compare ( column='', column!='')

2023-04-03 Thread via GitHub
HappenLee commented on code in PR #18321: URL: https://github.com/apache/doris/pull/18321#discussion_r1156169074 ## be/src/vec/functions/functions_comparison.h: ## @@ -211,15 +211,28 @@ struct StringEqualsImpl { ColumnString::Off

[GitHub] [doris] Cai-Yao opened a new pull request, #18358: [Enchancement](compatable) show dateV2/datetimeV2 to date/datetime

2023-04-03 Thread via GitHub
Cai-Yao opened a new pull request, #18358: URL: https://github.com/apache/doris/pull/18358 # Proposed changes Issue Number: close #xxx # Problem summary show dateV2/datetimeV2 to date/datetime - modify `show create table` add real type into comment. - modify

[GitHub] [doris] wsjz commented on pull request #18005: [feature-wip](multi-catalog)add properties converter

2023-04-03 Thread via GitHub
wsjz commented on PR #18005: URL: https://github.com/apache/doris/pull/18005#issuecomment-1494697255 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] Yukang-Lian opened a new pull request, #18359: [fix](SSL) fix ssl connection buffer overflow

2023-04-03 Thread via GitHub
Yukang-Lian opened a new pull request, #18359: URL: https://github.com/apache/doris/pull/18359 # Proposed changes Issue Number: close #18307 ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [x]

[GitHub] [doris] Yukang-Lian commented on pull request #18359: [fix](SSL) fix ssl connection buffer overflow

2023-04-03 Thread via GitHub
Yukang-Lian commented on PR #18359: URL: https://github.com/apache/doris/pull/18359#issuecomment-1494781976 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 #18359: [fix](SSL) fix ssl connection buffer overflow

2023-04-03 Thread via GitHub
hello-stephen commented on PR #18359: URL: https://github.com/apache/doris/pull/18359#issuecomment-1494867828 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.13 seconds stream load tsv: 458 seconds loaded 74807831229 Bytes, about 155 MB/s

[GitHub] [doris] ZhangYu0123 commented on a diff in pull request #18321: [Optimization](string) optimize constant empty string compare ( column='', column!='')

2023-04-03 Thread via GitHub
ZhangYu0123 commented on code in PR #18321: URL: https://github.com/apache/doris/pull/18321#discussion_r1156499051 ## be/src/vec/functions/functions_comparison.h: ## @@ -211,15 +211,28 @@ struct StringEqualsImpl { ColumnString::O

[GitHub] [doris] morningman opened a new pull request, #18360: [deps](arrow) update arrow download link

2023-04-03 Thread via GitHub
morningman opened a new pull request, #18360: URL: https://github.com/apache/doris/pull/18360 # Proposed changes Issue Number: close #xxx ## Problem summary v7.0.0 has been moved to achieve ## Checklist(Required) * [ ] Does it affect the original behavior

[GitHub] [doris] morningman commented on pull request #18360: [deps](arrow) update arrow download link

2023-04-03 Thread via GitHub
morningman commented on PR #18360: URL: https://github.com/apache/doris/pull/18360#issuecomment-1495123032 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 #13126: fix(sec): upgrade com.alibaba:fastjson to 1.2.83

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #13126: URL: https://github.com/apache/doris/pull/13126#issuecomment-1495153121 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

[GitHub] [doris] github-actions[bot] commented on pull request #18360: [deps](arrow) update arrow download link

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #18360: URL: https://github.com/apache/doris/pull/18360#issuecomment-1495184945 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 #18360: [deps](arrow) update arrow download link

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #18360: URL: https://github.com/apache/doris/pull/18360#issuecomment-1495184915 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] yiguolei commented on pull request #18353: [fix](planner) execute all internal query with StmtExecutor#executeInternalQuery

2023-04-03 Thread via GitHub
yiguolei commented on PR #18353: URL: https://github.com/apache/doris/pull/18353#issuecomment-1495186398 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 #18328: [refactor](typesystem) using typeindex to create column instead of type name because type name is not stable

2023-04-03 Thread via GitHub
github-actions[bot] commented on PR #18328: URL: https://github.com/apache/doris/pull/18328#issuecomment-1495187829 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 closed issue #18323: [Bug] The scale of decimal column is incorrect when query orc tables.

2023-04-03 Thread via GitHub
yiguolei closed issue #18323: [Bug] The scale of decimal column is incorrect when query orc tables. URL: https://github.com/apache/doris/issues/18323 -- 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

[GitHub] [doris] yiguolei merged pull request #18324: [Fix](orc-reader) Fix the scale of decimal column is incorrect when query orc tables.

2023-04-03 Thread via GitHub
yiguolei merged PR #18324: URL: https://github.com/apache/doris/pull/18324 -- 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 (fc407f4afe -> eb0fd0017e)

2023-04-03 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from fc407f4afe [improvement](executor) Reduce ScannnerCtx Scheduling times (#18306) add eb0fd0017e [Fix](orc-reader

[GitHub] [doris] yiguolei merged pull request #18116: [vectorized](function) Support array_shuffle and shuffle function.

2023-04-03 Thread via GitHub
yiguolei merged PR #18116: URL: https://github.com/apache/doris/pull/18116 -- 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

<    1   2   3   4   >