Re: [PR] [improvement](statistics)Support get index row count and table delta rows. [doris]

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

Re: [PR] [opt](merge-on-write) Skip the alignment process of some rowsets in partial update [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38487: URL: https://github.com/apache/doris/pull/38487#issuecomment-2257617814 ClickBench: Total hot run time: 29.81 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [enhance](S3) Use allocator for s3 buffer's allocation [doris]

2024-07-30 Thread via GitHub
ByteYue commented on PR #38519: URL: https://github.com/apache/doris/pull/38519#issuecomment-2257620922 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

[PR] [enhance](S3) Use allocator for s3 buffer's allocation [doris]

2024-07-30 Thread via GitHub
ByteYue opened a new pull request, #38519: URL: https://github.com/apache/doris/pull/38519 ## Proposed changes Remove the static buffer pool for S3 upload. Use the dynamic allocator to control the memory usage for S3 upload which is more adaptive and easy to use. Remove all t

Re: [PR] [enhance](S3) Use allocator for s3 buffer's allocation [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38519: URL: https://github.com/apache/doris/pull/38519#issuecomment-2257619537 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] Support get index row count and table delta rows. [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38520: URL: https://github.com/apache/doris/pull/38520#issuecomment-2257625879 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] Support get index row count and table delta rows. [doris]

2024-07-30 Thread via GitHub
Jibing-Li opened a new pull request, #38520: URL: https://github.com/apache/doris/pull/38520 backport: https://github.com/apache/doris/pull/38492 -- 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 t

Re: [PR] [Improvement](schema scan) Use async scanner for schema scanners [doris]

2024-07-30 Thread via GitHub
yiguolei commented on code in PR #38403: URL: https://github.com/apache/doris/pull/38403#discussion_r1696428144 ## be/src/exec/schema_scanner.h: ## @@ -101,8 +106,23 @@ class SchemaScanner { // factory function static std::unique_ptr create(TSchemaTableType::type type)

Re: [PR] (cloud-merge) Fix the coredump because of change_cache_type to origin_type [doris]

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

Re: [PR] [enhance](S3) Use allocator for s3 buffer's allocation [doris]

2024-07-30 Thread via GitHub
github-actions[bot] commented on code in PR #38519: URL: https://github.com/apache/doris/pull/38519#discussion_r1696432938 ## be/src/io/fs/s3_file_write_bufferpool.cpp: ## @@ -29,13 +30,43 @@ namespace doris { namespace io { + +bvar::Adder s3_file_buffer_allocated("s3_file_b

Re: [PR] [improvement](statistics)Support get index row count and table delta rows. [doris]

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

Re: [PR] (cloud-merge) Fix the coredump because of change_cache_type to origin_type [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38518: URL: https://github.com/apache/doris/pull/38518#issuecomment-2257636277 ClickBench: Total hot run time: 30.7 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [improvement](statistics)Support get index row count and table delta rows. [doris]

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

Re: [PR] [improve](columns)replace logFatal with exception and del some useless code in columns [doris]

2024-07-30 Thread via GitHub
amorynan commented on PR #38035: URL: https://github.com/apache/doris/pull/38035#issuecomment-2257637220 run p1 -- 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

Re: [PR] [enhance](Backup) Do connectivity check when creating repository [doris]

2024-07-30 Thread via GitHub
ByteYue commented on PR #38350: URL: https://github.com/apache/doris/pull/38350#issuecomment-2257637231 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

Re: [PR] [enhance](Backup) Do connectivity check when creating repository [doris]

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

Re: [PR] [improvement](statistics)Support get index row count and table delta rows. [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38516: URL: https://github.com/apache/doris/pull/38516#issuecomment-2257644424 ClickBench: Total hot run time: 30.2 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [improvement](statistics)Support get index row count and table delta rows. [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38492: URL: https://github.com/apache/doris/pull/38492#issuecomment-2257645462 ClickBench: Total hot run time: 29.81 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Improment]Add schema table workload_group_privileges [doris]

2024-07-30 Thread via GitHub
zddr commented on code in PR #38436: URL: https://github.com/apache/doris/pull/38436#discussion_r1696425649 ## fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/Auth.java: ## @@ -1407,6 +1408,58 @@ private void getUserAuthInfo(List> userAuthInfos, UserIdentity user

Re: [PR] [improvement](statistics)Support get index row count and table delta rows. [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38516: URL: https://github.com/apache/doris/pull/38516#issuecomment-2257649715 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit cf9647b946a198c057aa1f15bb7c60386a6209d5 with default session variables Stream

[PR] [fix](compatibility) type toSql should return lowercase string (#38012) [doris]

2024-07-30 Thread via GitHub
morrySnow opened a new pull request, #38521: URL: https://github.com/apache/doris/pull/38521 pick from master #38012 -- 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.

Re: [PR] [fix](compatibility) type toSql should return lowercase string (#38012) [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38521: URL: https://github.com/apache/doris/pull/38521#issuecomment-2257657990 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](compatibility) type toSql should return lowercase string (#38012) [doris]

2024-07-30 Thread via GitHub
morrySnow commented on PR #38521: URL: https://github.com/apache/doris/pull/38521#issuecomment-2257658104 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

Re: [PR] [fix](catalog)fix db name may be null in NotificationEvent [doris]

2024-07-30 Thread via GitHub
zddr commented on PR #38421: URL: https://github.com/apache/doris/pull/38421#issuecomment-2257658749 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

Re: [PR] [enhance](Backup) Do connectivity check when creating repository [doris]

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

Re: [PR] [enhance](Backup) Do connectivity check when creating repository [doris]

2024-07-30 Thread via GitHub
hello-stephen commented on PR #38350: URL: https://github.com/apache/doris/pull/38350#issuecomment-2257668974 run compile -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] [enhance](S3) Use allocator for s3 buffer's allocation [doris]

2024-07-30 Thread via GitHub
ByteYue commented on PR #38519: URL: https://github.com/apache/doris/pull/38519#issuecomment-2257669367 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

Re: [PR] [fix](cast) differences between FE and BE in parsing strings to integers. [doris]

2024-07-30 Thread via GitHub
Mryange commented on PR #38511: URL: https://github.com/apache/doris/pull/38511#issuecomment-2257679459 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

Re: [PR] [Improvement](schema scan) Use async scanner for schema scanners [doris]

2024-07-30 Thread via GitHub
github-actions[bot] commented on code in PR #38403: URL: https://github.com/apache/doris/pull/38403#discussion_r1696478776 ## be/src/exec/schema_scanner.cpp: ## @@ -85,7 +89,54 @@ Status SchemaScanner::start(RuntimeState* state) { return Status::OK(); } -Status SchemaSca

Re: [PR] [enhance](Backup) Do connectivity check when creating repository [doris]

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

Re: [PR] [Improvement](schema scan) Use async scanner for schema scanners [doris]

2024-07-30 Thread via GitHub
Gabriel39 commented on PR #38403: URL: https://github.com/apache/doris/pull/38403#issuecomment-2257686115 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

Re: [PR] [fix] (compaction) fix time series compaction policy [doris]

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

Re: [PR] [feat](FE) add rest api to get last profile #38268 [doris]

2024-07-30 Thread via GitHub
englefly commented on PR #38450: URL: https://github.com/apache/doris/pull/38450#issuecomment-2257690752 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

Re: [PR] [opt](memory) Optimize `ClearCacheAction`implementation [doris]

2024-07-30 Thread via GitHub
xinyiZzz commented on PR #38438: URL: https://github.com/apache/doris/pull/38438#issuecomment-2257692061 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [fix](nereids) optimize cost model to make join order good for runtime filter when stats is not available [doris]

2024-07-30 Thread via GitHub
englefly commented on PR #38444: URL: https://github.com/apache/doris/pull/38444#issuecomment-2257693588 run cloud_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

Re: [PR] [Feat](nereids)Support date_trunc function in partition prune [doris]

2024-07-30 Thread via GitHub
feiniaofeiafei commented on PR #38025: URL: https://github.com/apache/doris/pull/38025#issuecomment-2257693014 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.

Re: [PR] [Improment]publish workload to BE by tag [doris]

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

Re: [PR] [enhance](Backup) Do connectivity check when creating repository [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38350: URL: https://github.com/apache/doris/pull/38350#issuecomment-2257695175 ClickBench: Total hot run time: 29.8 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

(doris) branch 2.1_38126 created (now 0d314af2d77)

2024-07-30 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch 2.1_38126 in repository https://gitbox.apache.org/repos/asf/doris.git at 0d314af2d77 [opt](compatibility) fill schema and table name in protocol column def (#38126) This branch include

(doris) 01/01: [opt](compatibility) fill schema and table name in protocol column def (#38126)

2024-07-30 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch 2.1_38126 in repository https://gitbox.apache.org/repos/asf/doris.git commit 0d314af2d77f2b1c599e16e1d5055d93c90e5d20 Author: morrySnow <101034200+morrys...@users.noreply.github.com> AuthorDate

Re: [PR] [fix](simdjson) fix simdjson reader will parse given root twice when data is object array [doris]

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

Re: [PR] [fix](simdjson) fix simdjson reader will parse given root twice when data is object array [doris]

2024-07-30 Thread via GitHub
github-actions[bot] commented on PR #38490: URL: https://github.com/apache/doris/pull/38490#issuecomment-2257702331 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

[PR] [opt](compatibility) fill schema and table name in protocol column def (#38126) [doris]

2024-07-30 Thread via GitHub
morrySnow opened a new pull request, #38522: URL: https://github.com/apache/doris/pull/38522 pick from master #38126 according to mysql text protocol Protocol::ColumnDefinition41, should fill schema name, table name into it if column from table. -- This is an automated message

Re: [PR] [fix](simdjson) fix simdjson reader for read json object array when jsonroot set [doris]

2024-07-30 Thread via GitHub
xiaokang merged PR #38500: URL: https://github.com/apache/doris/pull/38500 -- 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-2.0 updated: [fix](simdjson) fix simdjson reader for read json object array when jsonroot set #38490 (#38500)

2024-07-30 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 973f2878ba4 [fix](simdjson) fix simdjson r

Re: [PR] [opt](compatibility) fill schema and table name in protocol column def (#38126) [doris]

2024-07-30 Thread via GitHub
morrySnow commented on PR #38522: URL: https://github.com/apache/doris/pull/38522#issuecomment-2257704689 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

Re: [PR] [opt](memory) Optimize `ClearCacheAction`implementation [doris]

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

Re: [PR] [opt](compatibility) fill schema and table name in protocol column def (#38126) [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38522: URL: https://github.com/apache/doris/pull/38522#issuecomment-2257704665 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

(doris) branch master updated: [fix](simdjson) fix simdjson reader will parse given root twice when data is object array (#38490)

2024-07-30 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 15eac463d18 [fix](simdjson) fix simdjson reader wi

[PR] [fix](routine load) fix show routine load task result incorrect [doris]

2024-07-30 Thread via GitHub
sollhui opened a new pull request, #38523: URL: https://github.com/apache/doris/pull/38523 ### Bug report: Create a job: ``` CREATE ROUTINE LOAD testShow ON test_show_routine_load COLUMNS TERMINATED BY "," PROPERTIES ( "max_batch_interval" = "5", "max_batch_rows" = "30

Re: [PR] [fix](routine load) fix show routine load task result incorrect [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38523: URL: https://github.com/apache/doris/pull/38523#issuecomment-2257706740 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](routine load) fix show routine load task result incorrect [doris]

2024-07-30 Thread via GitHub
sollhui commented on PR #38523: URL: https://github.com/apache/doris/pull/38523#issuecomment-2257706947 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

Re: [PR] [fix](simdjson) fix simdjson reader will parse given root twice when data is object array [doris]

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

Re: [PR] [Improment]publish workload to BE by tag [doris]

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

Re: [PR] [bugfix](paimon)add support for 'in' and 'not in' [doris]

2024-07-30 Thread via GitHub
morningman merged PR #38390: URL: https://github.com/apache/doris/pull/38390 -- 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

Re: [PR] [fix](compatibility) type toSql should return lowercase string (#38012) [doris]

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

Re: [PR] [fix](routine load) fix show routine load task result incorrect [doris]

2024-07-30 Thread via GitHub
sollhui commented on PR #38523: URL: https://github.com/apache/doris/pull/38523#issuecomment-2257713073 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

(doris) branch master updated: [bugfix](paimon)add support for 'in' and 'not in' (#38390)

2024-07-30 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.git The following commit(s) were added to refs/heads/master by this push: new 65c24f114c6 [bugfix](paimon)add support for '

[PR] [chore](bdbtool) Skip read checksum and log escaped value [doris]

2024-07-30 Thread via GitHub
w41ter opened a new pull request, #38524: URL: https://github.com/apache/doris/pull/38524 (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-mai

Re: [PR] [chore](bdbtool) Skip read checksum and log escaped value [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38524: URL: https://github.com/apache/doris/pull/38524#issuecomment-2257715066 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [chore](bdbtool) Skip read checksum and log escaped value [doris]

2024-07-30 Thread via GitHub
w41ter commented on PR #38524: URL: https://github.com/apache/doris/pull/38524#issuecomment-2257715863 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [PR] [Improment]publish workload to BE by tag [doris]

2024-07-30 Thread via GitHub
github-actions[bot] commented on PR #38486: URL: https://github.com/apache/doris/pull/38486#issuecomment-2257719727 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

[PR] (improvement)(jdbc catalog) add some jdbc catalog faq [doris-website]

2024-07-30 Thread via GitHub
zy-kkk opened a new pull request, #928: URL: https://github.com/apache/doris-website/pull/928 (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

Re: [PR] [enhance](mtmv)hive cache add partitionId to partitionName Map [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38525: URL: https://github.com/apache/doris/pull/38525#issuecomment-2257732293 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [enhance](mtmv)hive cache add partitionId to partitionName Map [doris]

2024-07-30 Thread via GitHub
zddr commented on PR #38525: URL: https://github.com/apache/doris/pull/38525#issuecomment-2257732486 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

[PR] [fix](nereids) fix insert stmt throw [doris]

2024-07-30 Thread via GitHub
924060929 opened a new pull request, #38526: URL: https://github.com/apache/doris/pull/38526 ## Proposed changes fix insert ... with ... select ..., which some cte does not use ``` errCode = 2, detailMessage = class org.apache.doris.planner.MultiCastDataSink cannot be cast to cl

Re: [PR] [fix](nereids) fix insert stmt throw [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38526: URL: https://github.com/apache/doris/pull/38526#issuecomment-2257734415 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](compatibility) type toSql should return lowercase string (#38012) [doris]

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

Re: [PR] [typo]Fix typo in arrow flight documentation [doris-website]

2024-07-30 Thread via GitHub
DongLiang-0 commented on PR #901: URL: https://github.com/apache/doris-website/pull/901#issuecomment-2257740648 > Please also fix it in branch-3.0 done! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] [fix](catalog)fix db name may be null in NotificationEvent [doris]

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

Re: [PR] (cloud-merge) Fix the coredump because of change_cache_type to origin_type [doris]

2024-07-30 Thread via GitHub
Lchangliang commented on PR #38518: URL: https://github.com/apache/doris/pull/38518#issuecomment-2257746080 run cloud_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

Re: [PR] (cloud-merge) Fix the coredump because of change_cache_type to origin_type [doris]

2024-07-30 Thread via GitHub
Lchangliang commented on PR #38518: URL: https://github.com/apache/doris/pull/38518#issuecomment-2257746736 run cloud_p1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] [enhance](S3) Use allocator for s3 buffer's allocation [doris]

2024-07-30 Thread via GitHub
ByteYue commented on PR #38519: URL: https://github.com/apache/doris/pull/38519#issuecomment-2257746770 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

Re: [PR] [Fix](partial update) Persist partial_update_info in RocksDB in case of BE restart after a partial update has commited [doris]

2024-07-30 Thread via GitHub
zhannngchen commented on code in PR #38331: URL: https://github.com/apache/doris/pull/38331#discussion_r1691351024 ## be/src/olap/rowset/rowset_meta_manager.cpp: ## @@ -533,4 +533,74 @@ Status RowsetMetaManager::load_json_rowset_meta(OlapMeta* meta, return status; } +St

Re: [PR] [Improment]publish workload to BE by tag [doris]

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

Re: [PR] [fix](compatibility) type toSql should return lowercase string (#38012) [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38521: URL: https://github.com/apache/doris/pull/38521#issuecomment-2257749653 ClickBench: Total hot run time: 30.82 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Improvement](schema scan) Use async scanner for schema scanners [doris]

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

Re: [PR] [fix](cast) differences between FE and BE in parsing strings to integers. [doris]

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

Re: [PR] [opt](merge-on-write) Skip the alignment process of some rowsets in partial update [doris]

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

Re: [PR] [add]The kafka connector document adds enable.2pc, avro.topic2schema.… [doris-website]

2024-07-30 Thread via GitHub
DongLiang-0 commented on PR #890: URL: https://github.com/apache/doris-website/pull/890#issuecomment-2257754721 > Please also fix it in 3.0-branch done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] [fix](compatibility) type toSql should return lowercase string (#38012) [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38521: URL: https://github.com/apache/doris/pull/38521#issuecomment-2257756017 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit ddd1cbf228a7f88742aebe873474cdf3be563ea8 with default session variables Stream

Re: [PR] [feature](load) new insgestion load [doris]

2024-07-30 Thread via GitHub
gnehil commented on PR #36862: URL: https://github.com/apache/doris/pull/36862#issuecomment-2257761673 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [PR] [fix](catalog)fix db name may be null in NotificationEvent [doris]

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

Re: [PR] [feature](load) new insgestion load [doris]

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

Re: [PR] [fix](cast) differences between FE and BE in parsing strings to integers. [doris]

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

Re: [PR] [Improvement](schema scan) Use async scanner for schema scanners [doris]

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

Re: [PR] [doc]Flink connector document adds schema-change-mode parameter configuration [doris-website]

2024-07-30 Thread via GitHub
DongLiang-0 commented on PR #891: URL: https://github.com/apache/doris-website/pull/891#issuecomment-2257775389 > Please also fix it in 3.0-branch done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [Feat](nereids)Support date_trunc function in partition prune [doris]

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

[PR] [improvement](mtmv) Support to partition prune when query rewrite by sync materialized view [doris]

2024-07-30 Thread via GitHub
seawinde opened a new pull request, #38527: URL: https://github.com/apache/doris/pull/38527 ## Proposed changes Support to partition prune when query rewrite by sync materialized view such as table def is as following: ```sql CREATE TABLE IF NOT EXISTS test_unique (

Re: [PR] [improvement](mtmv) Support to partition prune when query rewrite by sync materialized view [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38527: URL: https://github.com/apache/doris/pull/38527#issuecomment-2257774959 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](nereids) fix insert stmt throw [doris]

2024-07-30 Thread via GitHub
924060929 commented on PR #38526: URL: https://github.com/apache/doris/pull/38526#issuecomment-2257776133 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

Re: [PR] [improvement](mtmv) Support to partition prune when query rewrite by sync materialized view [doris]

2024-07-30 Thread via GitHub
seawinde commented on PR #38527: URL: https://github.com/apache/doris/pull/38527#issuecomment-2257776131 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [fix](catalog)fix db name may be null in NotificationEvent [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38421: URL: https://github.com/apache/doris/pull/38421#issuecomment-2257776362 ClickBench: Total hot run time: 29.94 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](nereids) fix insert stmt throw [doris]

2024-07-30 Thread via GitHub
924060929 commented on PR #38526: URL: https://github.com/apache/doris/pull/38526#issuecomment-2257779916 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

Re: [PR] [Improvement](schema scan) Use async scanner for schema scanners [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38403: URL: https://github.com/apache/doris/pull/38403#issuecomment-2257783292 ClickBench: Total hot run time: 30.44 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](cast) differences between FE and BE in parsing strings to integers. [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38511: URL: https://github.com/apache/doris/pull/38511#issuecomment-2257783473 ClickBench: Total hot run time: 30.03 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Improment]publish workload to BE by tag [doris]

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

Re: [PR] [fix](routine load) fix show routine load task result incorrect [doris]

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

Re: [PR] [fix](nereids) fix insert stmt throw MultiCastDataSink cannot be cast to DataStreamSink [doris]

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

Re: [PR] [fix](nereids) fix insert stmt throw MultiCastDataSink cannot be cast to DataStreamSink [doris]

2024-07-30 Thread via GitHub
github-actions[bot] commented on PR #38526: URL: https://github.com/apache/doris/pull/38526#issuecomment-2257792105 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   6   7   8   9   >