[GitHub] [doris] zclllyybb commented on a diff in pull request #17970: [Optimize](functions)Optimize function call for const columns.

2023-03-24 Thread via GitHub
zclllyybb commented on code in PR #17970: URL: https://github.com/apache/doris/pull/17970#discussion_r1147631507 ## be/src/vec/functions/function_string.h: ## @@ -146,20 +143,25 @@ struct SubstringUtil { assert_cast*>(argument_columns[1].get()); auto sp

[GitHub] [doris] yiguolei commented on pull request #18074: [enhance](parquet-reader) cache file meta of parquet to speed up query

2023-03-24 Thread via GitHub
yiguolei commented on PR #18074: URL: https://github.com/apache/doris/pull/18074#issuecomment-1482872106 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 #18074: [enhance](parquet-reader) cache file meta of parquet to speed up query

2023-03-24 Thread via GitHub
github-actions[bot] commented on PR #18074: URL: https://github.com/apache/doris/pull/18074#issuecomment-1482873618 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 #18074: [enhance](parquet-reader) cache file meta of parquet to speed up query

2023-03-24 Thread via GitHub
github-actions[bot] commented on PR #18074: URL: https://github.com/apache/doris/pull/18074#issuecomment-1482873730 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 #18094: [enhancement](memory) optimize jemalloc heap profile doc

2023-03-24 Thread via GitHub
github-actions[bot] commented on PR #18094: URL: https://github.com/apache/doris/pull/18094#issuecomment-1482884775 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 #18094: [enhancement](memory) optimize jemalloc heap profile doc

2023-03-24 Thread via GitHub
github-actions[bot] commented on PR #18094: URL: https://github.com/apache/doris/pull/18094#issuecomment-1482884881 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] morningman commented on pull request #17093: [Enhencement](csv-reader) Optimize csv_reader `_split_value` and fix json_reader case sensitive

2023-03-24 Thread via GitHub
morningman commented on PR #17093: URL: https://github.com/apache/doris/pull/17093#issuecomment-1482883901 Only merge part of this to 1.2-lts d52528bbfb831db11e0030c272e6b16171989062 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [doris] hello-stephen commented on pull request #18051: [feature](agg) Support spill to disk in aggregation

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

[GitHub] [doris] morningman commented on pull request #18074: [enhance](parquet-reader) cache file meta of parquet to speed up query

2023-03-24 Thread via GitHub
morningman commented on PR #18074: URL: https://github.com/apache/doris/pull/18074#issuecomment-1482933498 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 #18099: [feature](Nereids): Pushdown SemiJoin in RBO

2023-03-24 Thread via GitHub
hello-stephen commented on PR #18099: URL: https://github.com/apache/doris/pull/18099#issuecomment-1482935906 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.91 seconds stream load tsv: 448 seconds loaded 74807831229 Bytes, about 159 MB/s

[GitHub] [doris] caiconghui commented on pull request #17998: [fix](meta) FE should delete a colocate table's replica when it is redundant

2023-03-24 Thread via GitHub
caiconghui commented on PR #17998: URL: https://github.com/apache/doris/pull/17998#issuecomment-1483010702 colocate table will delete Replica in meta when do balance when it is redundant which means it doesn't matter when add it here. -- This is an automated message from the Apache Git S

[doris] 04/05: [fix](meta) fix catlog parameter when checking privilege of show_create_table stmt (#17445)

2023-03-24 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 a58d8dea59252b6a7cdfa2c5d21fe3f256d2232b Author: Yulei-Yang AuthorDate: Wed Mar 8 19:50:31 2023 +0800 [f

[doris] 05/05: [fix](coalesce) support coalesce function for bitmap (#17798)

2023-03-24 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 9d6428e56f90ddde7ec34be0a3acc1042eec8bb5 Author: TengJianPing <18241664+jackte...@users.noreply.github.com> Au

[doris] 01/05: [fix](insert) fix txn error reason clearly (#16997)

2023-03-24 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 340a657161cd4bf55c1a33cfe162c593b4b1c006 Author: xueweizhang AuthorDate: Wed Mar 1 20:28:41 2023 +0800 [

[doris] branch branch-1.2-lts updated (4d45072760 -> 9d6428e56f)

2023-03-24 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 4d45072760 [Improvement](dict) compute hash only if needed (#18058) (#18083) new 340a657161 [fix](ins

[doris] 02/05: [feature](mysql) Support secure MySQL connection to FE (#17138)

2023-03-24 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 4407458af6af9f2fa956c9eff332525d6aa00493 Author: abmdocrt AuthorDate: Sat Mar 4 12:14:48 2023 +0800 [fea

[doris] 03/05: [fix](memory) Fix MacOS mem_limit parse error and GC after env Init #17528

2023-03-24 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 f47fbe9979aad24261e4300b7e98e72fb2e04d29 Author: Xinyi Zou AuthorDate: Wed Mar 8 14:00:57 2023 +0800 [fi

[GitHub] [doris] morningman commented on a diff in pull request #18102: [Enhancement](multi catalog) Support hive meta cache TTL

2023-03-24 Thread via GitHub
morningman commented on code in PR #18102: URL: https://github.com/apache/doris/pull/18102#discussion_r114671 ## docs/zh-CN/docs/lakehouse/multi-catalog/hive.md: ## @@ -152,6 +152,22 @@ CREATE CATALOG hive WITH RESOURCE hms_resource PROPERTIES( ); ``` +在 2.0 版本之后,我们可以在创建

[GitHub] [doris] github-actions[bot] commented on pull request #17769: [fix](json) change int to bigint for json function

2023-03-24 Thread via GitHub
github-actions[bot] commented on PR #17769: URL: https://github.com/apache/doris/pull/17769#issuecomment-1483045133 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 #17769: [fix](json) change int to bigint for json function

2023-03-24 Thread via GitHub
github-actions[bot] commented on PR #17769: URL: https://github.com/apache/doris/pull/17769#issuecomment-1483045058 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] AdarshRawat1 commented on issue #18092: [Enhancement] open only needed partitions when sink

2023-03-24 Thread via GitHub
AdarshRawat1 commented on issue #18092: URL: https://github.com/apache/doris/issues/18092#issuecomment-1483047918 Thank you, @freemandealer. I'll work on this task. Please guide me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [doris] morningman commented on pull request #17863: [fix](FE)partitionInfo is null, fe not start service

2023-03-24 Thread via GitHub
morningman commented on PR #17863: URL: https://github.com/apache/doris/pull/17863#issuecomment-1483048457 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 #18103: [fix](nereids)remove redundant visit call in Validator

2023-03-24 Thread via GitHub
hello-stephen commented on PR #18103: URL: https://github.com/apache/doris/pull/18103#issuecomment-1483059090 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.15 seconds stream load tsv: 472 seconds loaded 74807831229 Bytes, about 151 MB/s

[doris] branch master updated (80d2e6f4c1 -> 51962fbfaf)

2023-03-24 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 80d2e6f4c1 [fix](nereids) should not assign stats after cast on the original slot (#18061) add 51962fbfaf [fi

[GitHub] [doris] github-actions[bot] commented on pull request #17998: [fix](meta) FE should delete a colocate table's replica when it is redundant

2023-03-24 Thread via GitHub
github-actions[bot] commented on PR #17998: URL: https://github.com/apache/doris/pull/17998#issuecomment-1483067959 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] morningman merged pull request #17998: [fix](meta) FE should delete a colocate table's replica when it is redundant

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

[GitHub] [doris] morningman commented on a diff in pull request #18059: [Feature-Wip](MySQL Load)Show load warnings for mysql load

2023-03-24 Thread via GitHub
morningman commented on code in PR #18059: URL: https://github.com/apache/doris/pull/18059#discussion_r1147805826 ## fe/fe-core/src/main/java/org/apache/doris/load/loadv2/MysqlLoadManager.java: ## @@ -124,20 +157,22 @@ public LoadJobRowResult executeMySqlLoadJobFromStmt(Connect

[GitHub] [doris] morrySnow merged pull request #18053: [ehancement](stats) Tune for stats framework

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

[doris] branch master updated (51962fbfaf -> dc4b719528)

2023-03-24 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 51962fbfaf [fix](meta) FE should delete a colocate table's replica when it is redundant (#17998) add dc4b71952

[GitHub] [doris] mrhhsg commented on pull request #18029: [feature](string_functions) The 'split_part' function supports non-constant parameters

2023-03-24 Thread via GitHub
mrhhsg commented on PR #18029: URL: https://github.com/apache/doris/pull/18029#issuecomment-1483629981 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] mrhhsg commented on pull request #18051: [feature](agg) Support spill to disk in aggregation

2023-03-24 Thread via GitHub
mrhhsg commented on PR #18051: URL: https://github.com/apache/doris/pull/18051#issuecomment-1483630198 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] github-actions[bot] commented on pull request #18029: [feature](string_functions) The 'split_part' function supports non-constant parameters

2023-03-24 Thread via GitHub
github-actions[bot] commented on PR #18029: URL: https://github.com/apache/doris/pull/18029#issuecomment-1483630518 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 #18051: [feature](agg) Support spill to disk in aggregation

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

2023-03-24 Thread via GitHub
ZhangYu0123 commented on PR #18028: URL: https://github.com/apache/doris/pull/18028#issuecomment-1483644913 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] yiguolei merged pull request #18093: [refactor](vectorized) delete row-based AnyVal and DateTimeVal

2023-03-24 Thread via GitHub
yiguolei merged PR #18093: URL: https://github.com/apache/doris/pull/18093 -- 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: [refactor](vectorized) delete row-based AnyVal and DateTimeVal (#18093)

2023-03-24 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 b2c70b51cc [refactor](vectorized) delete row-ba

[GitHub] [doris] yiguolei commented on pull request #18006: [refactor](unify exception) unify exception definition and error code

2023-03-24 Thread via GitHub
yiguolei commented on PR #18006: URL: https://github.com/apache/doris/pull/18006#issuecomment-1483669562 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] yiguolei commented on pull request #18006: [refactor](unify exception) unify exception definition and error code

2023-03-24 Thread via GitHub
yiguolei commented on PR #18006: URL: https://github.com/apache/doris/pull/18006#issuecomment-1483670383 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 #18052: [Bug](DECIMALV3) Fix wrong precision for plus/minus

2023-03-24 Thread via GitHub
yiguolei merged PR #18052: URL: https://github.com/apache/doris/pull/18052 -- 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: [Bug](DECIMALV3) Fix wrong precision for plus/minus (#18052)

2023-03-24 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 2408ca5da8 [Bug](DECIMALV3) Fix wrong precision

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

2023-03-24 Thread via GitHub
yiguolei commented on PR #18029: URL: https://github.com/apache/doris/pull/18029#issuecomment-1483673936 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] ProGrinder commented on issue #17176: [Good First Issue] Doris' Future

2023-03-24 Thread via GitHub
ProGrinder commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1483683559 Hi, I'd like to try task 72, could you assign it to me? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [doris] Yukang-Lian commented on issue #17176: [Good First Issue] Doris' Future

2023-03-24 Thread via GitHub
Yukang-Lian commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1483701911 > Hi, I'd like to try task 72, could you assign it to me? Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [doris] morrySnow merged pull request #17537: [Enhancement](Planner)fix unclear exception msg when create mv

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

[doris] branch master updated: [enhancement](planner) fix unclear exception msg when create mv (#17537)

2023-03-24 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 1164611393 [enhancement](planner) fix unclear

[GitHub] [doris] BiteTheDDDDt commented on pull request #18090: [Chore](planner) add error information for OnClause contain ExistsPredicates

2023-03-24 Thread via GitHub
BiteThet commented on PR #18090: URL: https://github.com/apache/doris/pull/18090#issuecomment-1483706865 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] BiteTheDDDDt commented on pull request #18043: [Bug](function) fix column complex not resize after filter

2023-03-24 Thread via GitHub
BiteThet commented on PR #18043: URL: https://github.com/apache/doris/pull/18043#issuecomment-1483707432 run arm -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[doris] branch master updated: [fix](nereids)remove redundant visit call in Validator (#18103)

2023-03-24 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 e0518fd19d [fix](nereids)remove redundant visi

[GitHub] [doris] morrySnow merged pull request #18103: [fix](nereids)remove redundant visit call in Validator

2023-03-24 Thread via GitHub
morrySnow merged PR #18103: URL: https://github.com/apache/doris/pull/18103 -- 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] ProGrinder commented on issue #17176: [Good First Issue] Doris' Future

2023-03-24 Thread via GitHub
ProGrinder commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1483709688 > > Hi, I'd like to try task 72, could you assign it to me? > > Done. it seems you assign 71 for me, but fine,I'll do this task. now I wanna know how can i contact wit

[GitHub] [doris] Gabriel39 commented on pull request #17562: [fix](type) Data precision is lost when converting DOUBLE type data to DECIMAL (#17191)

2023-03-24 Thread via GitHub
Gabriel39 commented on PR #17562: URL: https://github.com/apache/doris/pull/17562#issuecomment-1483710831 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 #17562: [fix](type) Data precision is lost when converting DOUBLE type data to DECIMAL (#17191)

2023-03-24 Thread via GitHub
github-actions[bot] commented on PR #17562: URL: https://github.com/apache/doris/pull/17562#issuecomment-1483710906 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

[doris] branch master updated: [feature](string_functions) The 'split_part' function supports non-constant parameters (#18029)

2023-03-24 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 f84481886b [feature](string_functions) The 's

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

2023-03-24 Thread via GitHub
Gabriel39 merged PR #18029: URL: https://github.com/apache/doris/pull/18029 -- 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] Yukang-Lian commented on issue #17176: [Good First Issue] Doris' Future

2023-03-24 Thread via GitHub
Yukang-Lian commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1483712412 > > > Hi, I'd like to try task 72, could you assign it to me? > > > > > > Done. > > it seems you assign 71 for me, but fine,I'll do this task. now I wanna know h

[GitHub] [doris] github-actions[bot] commented on pull request #18006: [refactor](unify exception) unify exception definition and error code

2023-03-24 Thread via GitHub
github-actions[bot] commented on PR #18006: URL: https://github.com/apache/doris/pull/18006#issuecomment-1483714011 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 #18006: [refactor](unify exception) unify exception definition and error code

2023-03-24 Thread via GitHub
github-actions[bot] commented on PR #18006: URL: https://github.com/apache/doris/pull/18006#issuecomment-1483714018 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] SaintBacchus commented on a diff in pull request #18059: [Feature-Wip](MySQL Load)Show load warnings for mysql load

2023-03-24 Thread via GitHub
SaintBacchus commented on code in PR #18059: URL: https://github.com/apache/doris/pull/18059#discussion_r1148281026 ## fe/fe-core/src/main/java/org/apache/doris/load/loadv2/MysqlLoadManager.java: ## @@ -124,20 +157,22 @@ public LoadJobRowResult executeMySqlLoadJobFromStmt(Conne

[GitHub] [doris] dutyu commented on a diff in pull request #18102: [Enhancement](multi catalog) Support hive meta cache TTL

2023-03-24 Thread via GitHub
dutyu commented on code in PR #18102: URL: https://github.com/apache/doris/pull/18102#discussion_r1148284620 ## fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreCache.java: ## @@ -120,14 +121,22 @@ public HivePartition load(PartitionCacheKey key) throws Ex

[GitHub] [doris] yiguolei merged pull request #18006: [refactor](unify exception) unify exception definition and error code

2023-03-24 Thread via GitHub
yiguolei merged PR #18006: URL: https://github.com/apache/doris/pull/18006 -- 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: [refactor](unify exception) unify exception definition and error code (#18006)

2023-03-24 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 7ae51c856e [refactor](unify exception) unify ex

[GitHub] [doris] dutyu commented on a diff in pull request #18102: [Enhancement](multi catalog) Support hive meta cache TTL

2023-03-24 Thread via GitHub
dutyu commented on code in PR #18102: URL: https://github.com/apache/doris/pull/18102#discussion_r1148303563 ## fe/fe-core/src/main/java/org/apache/doris/datasource/HMSExternalCatalog.java: ## @@ -69,6 +77,13 @@ public HMSExternalCatalog(long catalogId, String name, String reso

[GitHub] [doris] jackwener opened a new pull request, #18105: [feat](Nereids): pushdown semijoin through agg.

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

[GitHub] [doris] jackwener commented on pull request #18105: [feat](Nereids): pushdown semijoin through agg.

2023-03-24 Thread via GitHub
jackwener commented on PR #18105: URL: https://github.com/apache/doris/pull/18105#issuecomment-1483723019 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] jackwener opened a new pull request, #18106: [feature](Nereids): pullup all semijoin through join.

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

[GitHub] [doris] jackwener commented on pull request #18106: [feature](Nereids): pullup all semijoin through join.

2023-03-24 Thread via GitHub
jackwener commented on PR #18106: URL: https://github.com/apache/doris/pull/18106#issuecomment-1483725382 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] jackwener merged pull request #18094: [enhancement](memory) optimize jemalloc heap profile doc

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

[doris] branch master updated (7ae51c856e -> f36465e76e)

2023-03-24 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 7ae51c856e [refactor](unify exception) unify exception definition and error code (#18006) add f36465e76e [enhan

[GitHub] [doris] lexluo09 commented on a diff in pull request #18102: [Enhancement](multi catalog) Support hive meta cache TTL

2023-03-24 Thread via GitHub
lexluo09 commented on code in PR #18102: URL: https://github.com/apache/doris/pull/18102#discussion_r1148307333 ## fe/fe-core/src/main/java/org/apache/doris/datasource/HMSExternalCatalog.java: ## @@ -69,6 +77,13 @@ public HMSExternalCatalog(long catalogId, String name, String r

[GitHub] [doris] lexluo09 commented on a diff in pull request #18102: [Enhancement](multi catalog) Support hive meta cache TTL

2023-03-24 Thread via GitHub
lexluo09 commented on code in PR #18102: URL: https://github.com/apache/doris/pull/18102#discussion_r1148307692 ## fe/fe-core/src/main/java/org/apache/doris/datasource/HMSExternalCatalog.java: ## @@ -69,6 +77,13 @@ public HMSExternalCatalog(long catalogId, String name, String r

[GitHub] [doris] lexluo09 commented on a diff in pull request #18102: [Enhancement](multi catalog) Support hive meta cache TTL

2023-03-24 Thread via GitHub
lexluo09 commented on code in PR #18102: URL: https://github.com/apache/doris/pull/18102#discussion_r1148307692 ## fe/fe-core/src/main/java/org/apache/doris/datasource/HMSExternalCatalog.java: ## @@ -69,6 +77,13 @@ public HMSExternalCatalog(long catalogId, String name, String r

[GitHub] [doris] dutyu commented on a diff in pull request #18102: [Enhancement](multi catalog) Support hive meta cache TTL

2023-03-24 Thread via GitHub
dutyu commented on code in PR #18102: URL: https://github.com/apache/doris/pull/18102#discussion_r1148308162 ## fe/fe-core/src/main/java/org/apache/doris/datasource/HMSExternalCatalog.java: ## @@ -69,6 +77,13 @@ public HMSExternalCatalog(long catalogId, String name, String reso

[GitHub] [doris] ByteYue opened a new pull request, #18107: [chore](be) reduce log when trying to do async write cooldown meta

2023-03-24 Thread via GitHub
ByteYue opened a new pull request, #18107: URL: https://github.com/apache/doris/pull/18107 # Proposed changes Issue Number: close #xxx Reduce the nums of logs when doing async cooldown meta task. ## Problem summary Describe your changes. ## Checklist(Required)

[GitHub] [doris] lexluo09 commented on a diff in pull request #18102: [Enhancement](multi catalog) Support hive meta cache TTL

2023-03-24 Thread via GitHub
lexluo09 commented on code in PR #18102: URL: https://github.com/apache/doris/pull/18102#discussion_r1148307333 ## fe/fe-core/src/main/java/org/apache/doris/datasource/HMSExternalCatalog.java: ## @@ -69,6 +77,13 @@ public HMSExternalCatalog(long catalogId, String name, String r

[GitHub] [doris] github-actions[bot] commented on pull request #18107: [chore](be) reduce log when trying to do async write cooldown meta

2023-03-24 Thread via GitHub
github-actions[bot] commented on PR #18107: URL: https://github.com/apache/doris/pull/18107#issuecomment-1483730142 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] lexluo09 commented on a diff in pull request #18102: [Enhancement](multi catalog) Support hive meta cache TTL

2023-03-24 Thread via GitHub
lexluo09 commented on code in PR #18102: URL: https://github.com/apache/doris/pull/18102#discussion_r1148307692 ## fe/fe-core/src/main/java/org/apache/doris/datasource/HMSExternalCatalog.java: ## @@ -69,6 +77,13 @@ public HMSExternalCatalog(long catalogId, String name, String r

[GitHub] [doris] lexluo09 commented on a diff in pull request #18102: [Enhancement](multi catalog) Support hive meta cache TTL

2023-03-24 Thread via GitHub
lexluo09 commented on code in PR #18102: URL: https://github.com/apache/doris/pull/18102#discussion_r1148308837 ## fe/fe-core/src/main/java/org/apache/doris/datasource/HMSExternalCatalog.java: ## @@ -69,6 +77,13 @@ public HMSExternalCatalog(long catalogId, String name, String r

[GitHub] [doris] ByteYue commented on pull request #18107: [chore](be) reduce log when trying to do async write cooldown meta

2023-03-24 Thread via GitHub
ByteYue commented on PR #18107: URL: https://github.com/apache/doris/pull/18107#issuecomment-1483732042 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] hello-stephen commented on pull request #18105: [feat](Nereids): pushdown semijoin through agg.

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

[GitHub] [doris] hello-stephen commented on pull request #18107: [chore](be) reduce log when trying to do async write cooldown meta

2023-03-24 Thread via GitHub
hello-stephen commented on PR #18107: URL: https://github.com/apache/doris/pull/18107#issuecomment-1483737270 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.73 seconds stream load tsv: 468 seconds loaded 74807831229 Bytes, about 152 MB/s

[GitHub] [doris] meetbigdata commented on issue #10495: flink Connect to Doris BE{host='172.16.50.4', port=9060}failed

2023-03-24 Thread via GitHub
meetbigdata commented on issue #10495: URL: https://github.com/apache/doris/issues/10495#issuecomment-1483739099 我也遇到这个问题,能帮忙分析一下吗 -- 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 com

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

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

2023-03-24 Thread via GitHub
ZhangYu0123 commented on PR #18028: URL: https://github.com/apache/doris/pull/18028#issuecomment-1483740517 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] dutyu commented on a diff in pull request #18102: [Enhancement](multi catalog) Support hive meta cache TTL

2023-03-24 Thread via GitHub
dutyu commented on code in PR #18102: URL: https://github.com/apache/doris/pull/18102#discussion_r1148316840 ## fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreCache.java: ## @@ -120,14 +121,22 @@ public HivePartition load(PartitionCacheKey key) throws Ex

<    1   2   3