Re: [PR] [minor](dependencies)upgrade aircompressor to 0.27 (#36106) [doris]

2024-07-10 Thread via GitHub
CalvinKirs commented on PR #37572: URL: https://github.com/apache/doris/pull/37572#issuecomment-2221847904 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

Re: [PR] [Optimize] Add session variable `max_fetch_remote_schema_tablet_count… [doris]

2024-07-10 Thread via GitHub
eldenmoon merged PR #37505: URL: https://github.com/apache/doris/pull/37505 -- 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 branch-2.1 updated: [Optimize] Add session variable `max_fetch_remote_schema_tablet_count… (#37505)

2024-07-10 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new e1cb568d119 [Optimize] Add session var

Re: [PR] [Fix](Short Circuit) fix no project list in OlapScanNode (#37121) [doris]

2024-07-10 Thread via GitHub
eldenmoon merged PR #37504: URL: https://github.com/apache/doris/pull/37504 -- 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 branch-2.1 updated: [Fix](Short Circuit) fix no project list in OlapScanNode (#37121) (#37504)

2024-07-10 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new e6b8ebc847a [Fix](Short Circuit) fix n

Re: [PR] [fix](function) error scale set in unix_timestamp (#36110) [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37619: URL: https://github.com/apache/doris/pull/37619#issuecomment-2221848386 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] [branch-2.1][improvement](jdbc catalog) Catch `AbstractMethodError` in `getColumnValue` Method and Suggest Updating to ojdbc8+ [doris]

2024-07-10 Thread via GitHub
zy-kkk opened a new pull request, #37634: URL: https://github.com/apache/doris/pull/37634 pick (#37608) Catch AbstractMethodError in getColumnValue method. Provide a clear error message suggesting the use of ojdbc8 or higher versions to avoid compatibility issues. -- This

Re: [PR] [branch-2.1][improvement](jdbc catalog) Catch `AbstractMethodError` in `getColumnValue` Method and Suggest Updating to ojdbc8+ [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37634: URL: https://github.com/apache/doris/pull/37634#issuecomment-2221848482 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] [branch-2.1][improvement](jdbc catalog) Catch `AbstractMethodError` in `getColumnValue` Method and Suggest Updating to ojdbc8+ [doris]

2024-07-10 Thread via GitHub
zy-kkk commented on PR #37634: URL: https://github.com/apache/doris/pull/37634#issuecomment-2221848518 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] [improvement](jdbc catalog) Change JdbcExecutor's error reporting from UDF to JDBC [doris]

2024-07-10 Thread via GitHub
zy-kkk commented on PR #37635: URL: https://github.com/apache/doris/pull/37635#issuecomment-2221849794 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

[PR] [improvement](jdbc catalog) Change JdbcExecutor's error reporting from UDF to JDBC [doris]

2024-07-10 Thread via GitHub
zy-kkk opened a new pull request, #37635: URL: https://github.com/apache/doris/pull/37635 pick (#35692) In the initial version, JdbcExecutor directly used UdfRuntimeException, which could lead to misunderstanding of the exception. Therefore, I created a separate Exception for JdbcExe

Re: [PR] [improvement](jdbc catalog) Change JdbcExecutor's error reporting from UDF to JDBC [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37635: URL: https://github.com/apache/doris/pull/37635#issuecomment-2221849765 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] [opt](serde)Optimize the filling of fixed values ​​into block columns without repeated deserialization. (#37377) [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37530: URL: https://github.com/apache/doris/pull/37530#issuecomment-2221850892 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](cloud) Fix cloud meet e-230 not retry query from observer [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37625: URL: https://github.com/apache/doris/pull/37625#issuecomment-2221851008 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](cloud) Fix cloud meet e-230 not retry query from observer [doris]

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

Re: [PR] [fix](split) remove retry when fetch split batch failed [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37636: URL: https://github.com/apache/doris/pull/37636#issuecomment-2221853472 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](split) remove retry when fetch split batch failed [doris]

2024-07-10 Thread via GitHub
AshinGau commented on PR #37636: URL: https://github.com/apache/doris/pull/37636#issuecomment-2221853828 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] [opt](Nereids) Add object ID in expression and use it as hash code [doris]

2024-07-10 Thread via GitHub
XieJiann commented on PR #37538: URL: https://github.com/apache/doris/pull/37538#issuecomment-2221856259 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] [opt] (inverted index) add inverted index file size for open file [doris]

2024-07-10 Thread via GitHub
airborne12 commented on code in PR #37482: URL: https://github.com/apache/doris/pull/37482#discussion_r1673301847 ## be/src/olap/rowset/segment_v2/inverted_index_file_reader.h: ## @@ -65,20 +66,23 @@ class InvertedIndexFileReader { Status index_file_exist(const TabletIndex*

[PR] [docs](sidebar) reorder sidebar of compute-storage decoupled [doris-website]

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

[PR] [fix](split) remove retry when fetch split batch failed [doris]

2024-07-10 Thread via GitHub
AshinGau opened a new pull request, #37637: URL: https://github.com/apache/doris/pull/37637 bp: #37636 -- 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 unsubscrib

Re: [PR] [fix](split) remove retry when fetch split batch failed [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37636: URL: https://github.com/apache/doris/pull/37636#issuecomment-2221857982 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](split) remove retry when fetch split batch failed [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37637: URL: https://github.com/apache/doris/pull/37637#issuecomment-2221858009 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](split) remove retry when fetch split batch failed [doris]

2024-07-10 Thread via GitHub
AshinGau commented on PR #37637: URL: https://github.com/apache/doris/pull/37637#issuecomment-2221858241 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](multi-catalog) Fix core in orc and parquet reader sometimes after low mem exception. [doris]

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

Re: [PR] [fix](split) remove retry when fetch split batch failed [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37637: URL: https://github.com/apache/doris/pull/37637#issuecomment-2221863617 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](hive) Make doris read hive text table parameters and behavior consistent with hive [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37638: URL: https://github.com/apache/doris/pull/37638#issuecomment-2221863723 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] [fix](hive) Make doris read hive text table parameters and behavior consistent with hive [doris]

2024-07-10 Thread via GitHub
suxiaogang223 opened a new pull request, #37638: URL: https://github.com/apache/doris/pull/37638 ## Proposed changes When hive reads the text table, it will first try to parse "field.delim" into Byte type. If it fails, it will take the first character as Byte. If "field.delim" is not

Re: [PR] [Fix](multi-catalog) Fix core in orc and parquet reader sometimes after low mem exception. [doris]

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

Re: [PR] [branch-2.0][improvement](jdbc catalog) Change JdbcExecutor's error reporting from UDF to JDBC [doris]

2024-07-10 Thread via GitHub
zy-kkk commented on PR #35699: URL: https://github.com/apache/doris/pull/35699#issuecomment-2221869531 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] [bugfix](wg) should not remove token directly, there maybe concurrency problem [doris]

2024-07-10 Thread via GitHub
yiguolei closed pull request #37632: [bugfix](wg) should not remove token directly, there maybe concurrency problem URL: https://github.com/apache/doris/pull/37632 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] [fix](cloud tvf) Fix tvf query run in cloud multi cluster [doris]

2024-07-10 Thread via GitHub
deardeng commented on code in PR #37157: URL: https://github.com/apache/doris/pull/37157#discussion_r1673312324 ## regression-test/suites/cloud_p0/multi_cluster/test_tvf.groovy: ## @@ -0,0 +1,86 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contri

Re: [PR] [fix](cloud tvf) Fix tvf query run in cloud multi cluster [doris]

2024-07-10 Thread via GitHub
deardeng commented on PR #37157: URL: https://github.com/apache/doris/pull/37157#issuecomment-2221870902 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] [regression-test](group commit) enable wait_internal_group_commit_finish [doris]

2024-07-10 Thread via GitHub
mymeiyi commented on PR #26856: URL: https://github.com/apache/doris/pull/26856#issuecomment-2221872586 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](cloud tvf) Fix tvf query run in cloud multi cluster [doris]

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

Re: [PR] [Fix](multi-catalog) Fix core in orc and parquet reader sometimes after low mem exception. [doris]

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

Re: [PR] [Fix](timezone) make TimeUtils formatter use correct time_zone [doris]

2024-07-10 Thread via GitHub
zclllyybb commented on PR #37465: URL: https://github.com/apache/doris/pull/37465#issuecomment-2221874608 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](readconsistency) avoid table not exist error [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37593: URL: https://github.com/apache/doris/pull/37593#issuecomment-2221874706 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](mtmv)fix mtmv task nereids cost too much time [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37589: URL: https://github.com/apache/doris/pull/37589#issuecomment-2221875552 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](mtmv)fix mtmv task nereids cost too much time [doris]

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

Re: [PR] [bugfix](wg) should not remove token directly, there maybe concurrency problem [doris]

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

Re: [PR] [debug](pipeline) add debug point of 'Pipeline::return_empty_block' [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37629: URL: https://github.com/apache/doris/pull/37629#issuecomment-2221878146 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] [debug](pipeline) add debug point of 'Pipeline::return_empty_block' [doris]

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

Re: [I] [Enhancement] can provide a json format read data type like flink-connector [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #53: [Enhancement] can provide a json format read data type like flink-connector URL: https://github.com/apache/doris-spark-connector/issues/53 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [I] [Enhancement] can provide a json format read data type like flink-connector [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba commented on issue #53: URL: https://github.com/apache/doris-spark-connector/issues/53#issuecomment-2221879453 Thanks for @gitfortian , this is already supported, Close -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [Feat](nereids) add expression transformation rule simplify_conditional_function [doris]

2024-07-10 Thread via GitHub
feiniaofeiafei commented on PR #37613: URL: https://github.com/apache/doris/pull/37613#issuecomment-2221880241 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] [Enhancement] Add param rdd_max-partitions for sink [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba closed pull request #51: [Enhancement] Add param rdd_max-partitions for sink URL: https://github.com/apache/doris-spark-connector/pull/51 -- 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

Re: [PR] [Enhancement] Add param rdd_max-partitions for sink [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba commented on PR #51: URL: https://github.com/apache/doris-spark-connector/pull/51#issuecomment-2221881468 Thanks for your contribution. Since it has not been updated for a long time, I will close it first. You can open it at any time if there is an update. -- This is an automated

Re: [I] [Enhancement] Fix performance issues caused by small file issues [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #50: [Enhancement] Fix performance issues caused by small file issues URL: https://github.com/apache/doris-spark-connector/issues/50 -- 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

Re: [I] [Feature] support spark catalog [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba commented on issue #56: URL: https://github.com/apache/doris-spark-connector/issues/56#issuecomment-2221882821 Thanks, can you list the scenarios of spark catalog? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[PR] [chore](cloud p0) set cloud_p0 as required [doris]

2024-07-10 Thread via GitHub
dataroaring opened a new pull request, #37639: URL: https://github.com/apache/doris/pull/37639 ## Proposed changes Issue Number: close #xxx -- 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] [chore](cloud p0) set cloud_p0 as required [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37639: URL: https://github.com/apache/doris/pull/37639#issuecomment-2221883395 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](cloud p0) set cloud_p0 as required [doris]

2024-07-10 Thread via GitHub
dataroaring commented on PR #37639: URL: https://github.com/apache/doris/pull/37639#issuecomment-2221883433 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

Re: [PR] [fix](nerieds) set row count to colStats if colStats.isUnknown [doris]

2024-07-10 Thread via GitHub
morrySnow merged PR #37522: URL: https://github.com/apache/doris/pull/37522 -- 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 (0c54cc314d3 -> 0f5434316e8)

2024-07-10 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 0c54cc314d3 [improvement](jdbc catalog) Change JdbcExecutor's error reporting from UDF to JDBC (#35692) add 0f

Re: [I] [Feature] Support Spark3.3 New Feature [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba commented on issue #36: URL: https://github.com/apache/doris-spark-connector/issues/36#issuecomment-2221885895 Thanks, Spark already supports 3.3 and 3.4. Currently, predicate pushdown can be implemented. Does aggregation pushdown refer to function pushdown? -- This is an auto

Re: [PR] [bugfix](wg) should not remove token directly, there maybe concurrency problem [doris]

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

Re: [PR] [Fix](planner)fix bug of char(255) toSql [doris]

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

Re: [I] [Bug] 原表字段char(255)使用Create table like后,新表变成了char(1) [doris]

2024-07-10 Thread via GitHub
morrySnow closed issue #37192: [Bug] 原表字段char(255)使用Create table like后,新表变成了char(1) URL: https://github.com/apache/doris/issues/37192 -- 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

(doris) branch master updated (0f5434316e8 -> a317eba747a)

2024-07-10 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 0f5434316e8 [fix](nerieds) set row count to colStats if colStats.isUnknown (#37522) add a317eba747a [Fix](plan

Re: [PR] [fix](split) remove retry when fetch split batch failed [doris]

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

Re: [PR] [chore](routine-load) optimize out of range error message (#36450) [doris]

2024-07-10 Thread via GitHub
liaoxin01 merged PR #37456: URL: https://github.com/apache/doris/pull/37456 -- 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 branch-2.0 updated: [chore](routine-load) optimize out of range error message (#36450) (#37456)

2024-07-10 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin 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 057767f2bbd [chore](routine-load) optimi

Re: [PR] [profile](rf) fix set error value in RuntimeFilterInfo [doris]

2024-07-10 Thread via GitHub
github-actions[bot] commented on PR #37578: URL: https://github.com/apache/doris/pull/37578#issuecomment-2221889564 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](function) error scale set in unix_timestamp (#36110) [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37619: URL: https://github.com/apache/doris/pull/37619#issuecomment-2221889582 TeamCity be ut coverage result: Function Coverage: 36.35% (9159/25195) Line Coverage: 27.90% (74842/268249) Region Coverage: 26.80% (38618/144097) Branch Coverage: 23.4

Re: [PR] [profile](rf) fix set error value in RuntimeFilterInfo [doris]

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

Re: [PR] [bugfix](wg) should not remove token directly, there maybe concurrency problem [doris]

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

Re: [PR] [feature](mtmv) Support query rewrite by materialized view when query is aggregate and materialized view has no aggregate (#36278) [doris]

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

Re: [PR] [fix](cloud tvf) Fix tvf query run in cloud multi cluster [doris]

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

(doris) branch branch-2.1 updated: [feature](mtmv) Support query rewrite by materialized view when query is aggregate and materialized view has no aggregate (#36278) (#37497)

2024-07-10 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 1eb04cf5389 [feature](mtmv) Support q

Re: [PR] [fix](split) remove retry when fetch split batch failed [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37637: URL: https://github.com/apache/doris/pull/37637#issuecomment-2221896647 TeamCity be ut coverage result: Function Coverage: 36.35% (9159/25195) Line Coverage: 27.90% (74838/268243) Region Coverage: 26.80% (38618/144094) Branch Coverage: 23.4

Re: [I] [Enhancement] Add a parameter that controls the number of StreamLoad tasks committed per partition [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba commented on issue #92: URL: https://github.com/apache/doris-spark-connector/issues/92#issuecomment-2221897134 Hello @baishaoisde , can turning on 2pc solve this problem? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [Fix](timezone) make TimeUtils formatter use correct time_zone [doris]

2024-07-10 Thread via GitHub
zclllyybb commented on PR #37465: URL: https://github.com/apache/doris/pull/37465#issuecomment-2221897896 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: [I] [Bug] not support doris V2 data type [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #93: [Bug] not support doris V2 data type URL: https://github.com/apache/doris-spark-connector/issues/93 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

Re: [I] [Bug] column_separator and line_delimiter not support an invisible character [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #96: [Bug] column_separator and line_delimiter not support an invisible character URL: https://github.com/apache/doris-spark-connector/issues/96 -- 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: [I] [Bug] column_separator and line_delimiter not support an invisible character [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba commented on issue #96: URL: https://github.com/apache/doris-spark-connector/issues/96#issuecomment-2221899203 It has been resolved and can be upgraded to the latest connector -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] [Bug] Unrecognized Doris type DATETIMEV2 [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #102: [Bug] Unrecognized Doris type DATETIMEV2 URL: https://github.com/apache/doris-spark-connector/issues/102 -- 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 comme

Re: [PR] [branch-2.0][improvement](jdbc catalog) Change JdbcExecutor's error reporting from UDF to JDBC [doris]

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

Re: [I] Spark Doris Connector Release Note 1.2.0 [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba commented on issue #109: URL: https://github.com/apache/doris-spark-connector/issues/109#issuecomment-2221900248 > doris-spark-connector 在1.2.0 开始支持 decimalv3 类型了吗? Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] [Bug] SaveMode.Overwrite failed write data to doris [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #213: [Bug] SaveMode.Overwrite failed write data to doris URL: https://github.com/apache/doris-spark-connector/issues/213 -- 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 spec

Re: [I] Spark Doris Connector Release Note 1.2.0 [doris-spark-connector]

2024-07-10 Thread via GitHub
yanghaitao5000 commented on issue #109: URL: https://github.com/apache/doris-spark-connector/issues/109#issuecomment-2221900856 这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] [Bug] [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #208: [Bug] URL: https://github.com/apache/doris-spark-connector/issues/208 -- 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: commit

Re: [PR] [opt](Nereids) Add object ID in expression and use it as hash code [doris]

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

Re: [I] [Feature] 缺乏详细参数文档 [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #115: [Feature] 缺乏详细参数文档 URL: https://github.com/apache/doris-spark-connector/issues/115 -- 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] [fix](split) remove retry when fetch split batch failed [doris]

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

[PR] [Refactor](Variant) make many insterfaces exception safe [doris]

2024-07-10 Thread via GitHub
eldenmoon opened a new pull request, #37640: URL: https://github.com/apache/doris/pull/37640 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [I] [Feature] Not inculude scala in release jar [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #185: [Feature] Not inculude scala in release jar URL: https://github.com/apache/doris-spark-connector/issues/185 -- 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

Re: [PR] [Refactor](Variant) make many insterfaces exception safe [doris]

2024-07-10 Thread via GitHub
doris-robot commented on PR #37640: URL: https://github.com/apache/doris/pull/37640#issuecomment-2221903770 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] [Refactor](Variant) make many insterfaces exception safe [doris]

2024-07-10 Thread via GitHub
eldenmoon commented on PR #37640: URL: https://github.com/apache/doris/pull/37640#issuecomment-2221903888 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: [I] [Bug] spark-doris-connector 1.3.0 : Unrecognized Doris type JSON [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #167: [Bug]spark-doris-connector 1.3.0 : Unrecognized Doris type JSON URL: https://github.com/apache/doris-spark-connector/issues/167 -- 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

Re: [PR] [enhance](Cooldown) Use config to control whether use cooldown replica for scanning first [doris]

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

(doris) branch master updated: [enhance](Cooldown) Use config to control whether use cooldown replica for scanning first (#37492)

2024-07-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 d75ffdf5907 [enhance](Cooldown) Use config t

Re: [I] [Bug] doris-2.0.1 partial_columns update error [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba commented on issue #144: URL: https://github.com/apache/doris-spark-connector/issues/144#issuecomment-2221906009 Can you post the spark configuration? -- 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: [I] [Feature] support https [doris-spark-connector]

2024-07-10 Thread via GitHub
JNSimba closed issue #124: [Feature] support https URL: https://github.com/apache/doris-spark-connector/issues/124 -- 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] [fix](readconsistency) avoid table not exist error [doris]

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

(doris) branch master updated: [fix](readconsistency) avoid table not exist error (#37593)

2024-07-10 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 a801172ddc0 [fix](readconsistency) avoid tab

Re: [PR] [fix](cloud tvf) Fix tvf query run in cloud multi cluster [doris]

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

Re: [PR] [fix](split) remove retry when fetch split batch failed [doris]

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

Re: [PR] [opt](compaction) Add logs for update delete bitmap info in cloud compaction [doris]

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

(doris) branch master updated (a801172ddc0 -> d9159b61835)

2024-07-10 Thread zhangchen
This is an automated email from the ASF dual-hosted git repository. zhangchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a801172ddc0 [fix](readconsistency) avoid table not exist error (#37593) add d9159b61835 [opt](compaction) Add l

<    1   2   3   4   5   6   7   8   >