[GitHub] [doris] TangSiyang2001 opened a new pull request, #22382: [feature](load) refactor CSV reading process, support enclose and escape

2023-07-30 Thread via GitHub
TangSiyang2001 opened a new pull request, #22382: URL: https://github.com/apache/doris/pull/22382 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](

[GitHub] [doris] github-actions[bot] commented on pull request #22381: [Opt](orc-reader) Opt the performance of date conversion in orc reader.

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22381: URL: https://github.com/apache/doris/pull/22381#issuecomment-1657193848 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 #22382: [feature](load) refactor CSV reading process, support enclose and escape

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

[GitHub] [doris] hello-stephen commented on pull request #22375: [FIX](complex-type)fix complex type nested col_const

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22375: URL: https://github.com/apache/doris/pull/22375#issuecomment-1657196216 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.89 seconds stream load tsv: 508 seconds loaded 74807831229 Bytes

[GitHub] [doris] zy-kkk merged pull request #22370: [typo](docs) add show collation doc description and example

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

[doris] branch master updated: [typo](docs) add show collation doc description and example (#22370)

2023-07-30 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk 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 2b9a95f74f [typo](docs) add show collation doc des

[GitHub] [doris] fsilent commented on issue #22380: [Bug] add md5 check to prevent image files from being damaged when network error packets occur

2023-07-30 Thread via GitHub
fsilent commented on issue #22380: URL: https://github.com/apache/doris/issues/22380#issuecomment-1657199847 if (!masterImageMD5.equals(newFileMd5)) { --   |   | 133 | +LOG.error("The Master image md5 is different with copied image md5, fileName is: {}, "

[GitHub] [doris] hello-stephen commented on pull request #22347: [feature](hive)append support for struct and map column type on textfile format of hive table

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22347: URL: https://github.com/apache/doris/pull/22347#issuecomment-1657200338 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.07 seconds stream load tsv: 507 seconds loaded 74807831229 Bytes

[GitHub] [doris] TangSiyang2001 opened a new issue, #22383: [Enhancement] refactor CSV reading process

2023-07-30 Thread via GitHub
TangSiyang2001 opened a new issue, #22383: URL: https://github.com/apache/doris/issues/22383 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Currently, CS

[GitHub] [doris] yujun777 commented on pull request #22378: [fix](tablet clone) fix not add colocate replica and print some logs

2023-07-30 Thread via GitHub
yujun777 commented on PR #22378: URL: https://github.com/apache/doris/pull/22378#issuecomment-1657200968 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] fsilent commented on issue #22380: [Bug] add md5 check to prevent image files from being damaged when network error packets occur

2023-07-30 Thread via GitHub
fsilent commented on issue #22380: URL: https://github.com/apache/doris/issues/22380#issuecomment-1657201241 * Check image file md5sum between master and non-master fe when do checkpoint --   |   | 121 | + * @param masterImageMD5 master fe md5 get in http header  

[GitHub] [doris] hello-stephen commented on pull request #22381: [Opt](orc-reader) Opt the performance of date conversion in orc reader.

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22381: URL: https://github.com/apache/doris/pull/22381#issuecomment-1657201884 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.44 seconds stream load tsv: 503 seconds loaded 74807831229 Bytes

[GitHub] [doris] HappenLee opened a new pull request, #22384: [Opt](exec) opt the performance of date parquet convert by date dict

2023-07-30 Thread via GitHub
HappenLee opened a new pull request, #22384: URL: https://github.com/apache/doris/pull/22384 ## Proposed changes before: mysql> select count(l_commitdate) from lineitem; +-+ | count(l_commitdate) | +-+ | 600037902 |

[GitHub] [doris] HappenLee commented on pull request #22384: [Opt](exec) opt the performance of date parquet convert by date dict

2023-07-30 Thread via GitHub
HappenLee commented on PR #22384: URL: https://github.com/apache/doris/pull/22384#issuecomment-1657202196 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] TangSiyang2001 opened a new issue, #22385: [Feature] support enclose and escape for loading CSV format file

2023-07-30 Thread via GitHub
TangSiyang2001 opened a new issue, #22385: URL: https://github.com/apache/doris/issues/22385 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description When there ex

[GitHub] [doris] fsilent opened a new pull request, #22386: [Bug] add md5 check to prevent image files from being damaged when ne…

2023-07-30 Thread via GitHub
fsilent opened a new pull request, #22386: URL: https://github.com/apache/doris/pull/22386 …twork error packets occur ## Proposed changes Issue Number: close #22380 ## Further comments If this is a relatively large or complex change, kick off the discussion

[GitHub] [doris] zclllyybb closed pull request #22367: [opt](datetime) opt datetime parsing performance

2023-07-30 Thread via GitHub
zclllyybb closed pull request #22367: [opt](datetime) opt datetime parsing performance URL: https://github.com/apache/doris/pull/22367 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[GitHub] [doris] github-actions[bot] commented on pull request #21226: [Opt](exec) opt the performance of date parquet convert by date dict

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #21226: URL: https://github.com/apache/doris/pull/21226#issuecomment-1657202787 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] TangSiyang2001 commented on pull request #22382: [feature](load) refactor CSV reading process, and support enclose and escape for stream load

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

[GitHub] [doris] github-actions[bot] commented on pull request #22384: [Opt](exec) opt the performance of date parquet convert by date dict

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22384: URL: https://github.com/apache/doris/pull/22384#issuecomment-1657203792 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 #22382: [feature](load) refactor CSV reading process, and support enclose and escape for stream load

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22382: URL: https://github.com/apache/doris/pull/22382#issuecomment-1657205051 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] HappenLee commented on pull request #22384: [Opt](exec) opt the performance of date parquet convert by date dict

2023-07-30 Thread via GitHub
HappenLee commented on PR #22384: URL: https://github.com/apache/doris/pull/22384#issuecomment-1657205280 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] XieJiann commented on pull request #22265: [fix](Nereids) fix ends calculation when there are constant project

2023-07-30 Thread via GitHub
XieJiann commented on PR #22265: URL: https://github.com/apache/doris/pull/22265#issuecomment-1657205491 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] kaijchen opened a new pull request, #22387: [refactor](segcompaction): simplify submit_seg_compaction_task interface

2023-07-30 Thread via GitHub
kaijchen opened a new pull request, #22387: URL: https://github.com/apache/doris/pull/22387 ## Proposed changes Pass `SegcompactionWorker*` instead of `BetaRowsetWriter*` in `StorageEngine::submit_seg_compaction_task()` interface. Remove dependency of `BetaRowsetWriter` in `S

[GitHub] [doris] kaijchen commented on pull request #22387: [refactor](segcompaction): simplify submit_seg_compaction_task interface

2023-07-30 Thread via GitHub
kaijchen commented on PR #22387: URL: https://github.com/apache/doris/pull/22387#issuecomment-1657206514 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 #22384: [Opt](exec) opt the performance of date parquet convert by date dict

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

[GitHub] [doris] hello-stephen commented on pull request #22378: [fix](tablet clone) fix not add colocate replica and print some logs

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22378: URL: https://github.com/apache/doris/pull/22378#issuecomment-1657207845 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.81 seconds stream load tsv: 511 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #22387: [refactor](segcompaction): simplify submit_seg_compaction_task interface

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22387: URL: https://github.com/apache/doris/pull/22387#issuecomment-1657207928 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] TangSiyang2001 commented on pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

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

[GitHub] [doris] github-actions[bot] commented on pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22382: URL: https://github.com/apache/doris/pull/22382#issuecomment-1657212092 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] csun5285 commented on pull request #22159: [improvement](compaction) Configuring compaction policy and options in the properties of a table

2023-07-30 Thread via GitHub
csun5285 commented on PR #22159: URL: https://github.com/apache/doris/pull/22159#issuecomment-1657213691 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 #22384: [Opt](exec) opt the performance of date parquet convert by date dict

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22384: URL: https://github.com/apache/doris/pull/22384#issuecomment-1657214271 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] HappenLee commented on pull request #22384: [Opt](exec) opt the performance of date parquet convert by date dict

2023-07-30 Thread via GitHub
HappenLee commented on PR #22384: URL: https://github.com/apache/doris/pull/22384#issuecomment-1657214411 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 #22159: [improvement](compaction) Configuring compaction policy and options in the properties of a table

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22159: URL: https://github.com/apache/doris/pull/22159#issuecomment-1657214959 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] sohardforaname commented on pull request #22195: [Feature](Nereids)support create table and CTAS for Nereids

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

[GitHub] [doris] xinyiZzz opened a new pull request, #22388: [fix](load) load core dump print load id

2023-07-30 Thread via GitHub
xinyiZzz opened a new pull request, #22388: URL: https://github.com/apache/doris/pull/22388 ## Proposed changes save the load id to the thread context, expect all task ids to be saved in thread context, compaction/schema change/etc. ## Further comments If this is

[GitHub] [doris] xinyiZzz commented on pull request #22388: [fix](load) load core dump print load id

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

[GitHub] [doris] hello-stephen commented on pull request #22384: [Opt](exec) opt the performance of date parquet convert by date dict

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22384: URL: https://github.com/apache/doris/pull/22384#issuecomment-1657218438 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.05 seconds stream load tsv: 505 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #22384: [Opt](exec) opt the performance of date parquet convert by date dict

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22384: URL: https://github.com/apache/doris/pull/22384#issuecomment-1657218496 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.9 seconds stream load tsv: 505 seconds loaded 74807831229 Bytes,

[GitHub] [doris] github-actions[bot] commented on pull request #22388: [fix](load) load core dump print load id

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

[GitHub] [doris] hello-stephen commented on pull request #22384: [Opt](exec) opt the performance of date parquet convert by date dict

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22384: URL: https://github.com/apache/doris/pull/22384#issuecomment-1657221878 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.65 seconds stream load tsv: 505 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #22265: [fix](Nereids) fix ends calculation when there are constant project

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22265: URL: https://github.com/apache/doris/pull/22265#issuecomment-1657220906 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.06 seconds stream load tsv: 506 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #22387: [refactor](segcompaction): simplify submit_seg_compaction_task interface

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22387: URL: https://github.com/apache/doris/pull/22387#issuecomment-1657220940 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.42 seconds stream load tsv: 504 seconds loaded 74807831229 Bytes

[GitHub] [doris] TangSiyang2001 commented on pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

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

[GitHub] [doris] github-actions[bot] commented on pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22382: URL: https://github.com/apache/doris/pull/22382#issuecomment-1657225524 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 #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

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

[GitHub] [doris] hello-stephen commented on pull request #22388: [fix](load) load core dump print load id

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22388: URL: https://github.com/apache/doris/pull/22388#issuecomment-1657226836 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.99 seconds stream load tsv: 504 seconds loaded 74807831229 Bytes

[GitHub] [doris] TangSiyang2001 commented on pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

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

[GitHub] [doris] HappenLee commented on a diff in pull request #22327: [Improvement](aggregation) optimization for aggregation hash_table_lazy_emplace

2023-07-30 Thread via GitHub
HappenLee commented on code in PR #22327: URL: https://github.com/apache/doris/pull/22327#discussion_r1278604394 ## be/src/vec/common/aggregation_common.h: ## @@ -218,6 +196,112 @@ T pack_fixed(size_t i, size_t keys_size, const ColumnRawPtrs& key_columns, const return key;

[GitHub] [doris] HappenLee commented on a diff in pull request #22327: [Improvement](aggregation) optimization for aggregation hash_table_lazy_emplace

2023-07-30 Thread via GitHub
HappenLee commented on code in PR #22327: URL: https://github.com/apache/doris/pull/22327#discussion_r1278604394 ## be/src/vec/common/aggregation_common.h: ## @@ -218,6 +196,112 @@ T pack_fixed(size_t i, size_t keys_size, const ColumnRawPtrs& key_columns, const return key;

[GitHub] [doris] xiaokang commented on pull request #22375: [FIX](complex-type)fix complex type nested col_const

2023-07-30 Thread via GitHub
xiaokang commented on PR #22375: URL: https://github.com/apache/doris/pull/22375#issuecomment-1657298829 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 #22375: [FIX](complex-type)fix complex type nested col_const

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22375: URL: https://github.com/apache/doris/pull/22375#issuecomment-1657298935 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 #22375: [FIX](complex-type)fix complex type nested col_const

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22375: URL: https://github.com/apache/doris/pull/22375#issuecomment-1657298944 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] closed pull request #16224: fix(sec): upgrade com.alibaba:fastjson to 1.2.83

2023-07-30 Thread via GitHub
github-actions[bot] closed pull request #16224: fix(sec): upgrade com.alibaba:fastjson to 1.2.83 URL: https://github.com/apache/doris/pull/16224 -- 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 s

[GitHub] [doris] hello-stephen commented on pull request #22375: [FIX](complex-type)fix complex type nested col_const

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22375: URL: https://github.com/apache/doris/pull/22375#issuecomment-1657326467 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.7 seconds stream load tsv: 503 seconds loaded 74807831229 Bytes,

[GitHub] [doris] yiguolei commented on a diff in pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-30 Thread via GitHub
yiguolei commented on code in PR #22382: URL: https://github.com/apache/doris/pull/22382#discussion_r1278647261 ## be/src/exec/line_reader.h: ## @@ -24,7 +24,7 @@ namespace doris { namespace io { class IOContext; } -// This class is used for CSV scanner, to read content line

[GitHub] [doris] yiguolei commented on a diff in pull request #22372: [enhancement](exchange) ignore overcrowded in brpc used by exchange

2023-07-30 Thread via GitHub
yiguolei commented on code in PR #22372: URL: https://github.com/apache/doris/pull/22372#discussion_r1278647494 ## be/src/pipeline/exec/exchange_sink_buffer.cpp: ## @@ -247,6 +247,9 @@ Status ExchangeSinkBuffer::_send_rpc(InstanceLoId id) { _instance_to_rpc_ctx[id] = rp

[GitHub] [doris] yiguolei merged pull request #22365: [bug](decimal) change result type for decimalv2 computation

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

[doris] branch branch-1.2-lts updated: [bug](decimal) change result type for decimalv2 computation #22365

2023-07-30 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 98f7709668 [bug](decimal) chang

[GitHub] [doris] github-actions[bot] commented on pull request #22366: [bug](decimal) change result type for decimalv2 computation

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22366: URL: https://github.com/apache/doris/pull/22366#issuecomment-1657333662 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 #22366: [bug](decimal) change result type for decimalv2 computation

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22366: URL: https://github.com/apache/doris/pull/22366#issuecomment-1657333687 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] yiguolei commented on a diff in pull request #22375: [FIX](complex-type)fix complex type nested col_const

2023-07-30 Thread via GitHub
yiguolei commented on code in PR #22375: URL: https://github.com/apache/doris/pull/22375#discussion_r1278651542 ## regression-test/data/query_p0/sql_functions/array_functions/test_array_with_scale_type.out: ## @@ -58,8 +58,8 @@ [23.679] -- !select -- -[24.990, 24.990] -[24.9

[GitHub] [doris] TangSiyang2001 commented on pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

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

[GitHub] [doris] TangSiyang2001 commented on a diff in pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-30 Thread via GitHub
TangSiyang2001 commented on code in PR #22382: URL: https://github.com/apache/doris/pull/22382#discussion_r1278651697 ## be/src/exec/line_reader.h: ## @@ -24,7 +24,7 @@ namespace doris { namespace io { class IOContext; } -// This class is used for CSV scanner, to read content

[GitHub] [doris] yiguolei commented on a diff in pull request #22375: [FIX](complex-type)fix complex type nested col_const

2023-07-30 Thread via GitHub
yiguolei commented on code in PR #22375: URL: https://github.com/apache/doris/pull/22375#discussion_r1278651878 ## regression-test/suites/query_p0/sql_functions/struct_functions/test_struct_functions_by_literal.groovy: ## @@ -16,6 +16,9 @@ // under the License. suite("test_s

[GitHub] [doris] yiguolei commented on a diff in pull request #22375: [FIX](complex-type)fix complex type nested col_const

2023-07-30 Thread via GitHub
yiguolei commented on code in PR #22375: URL: https://github.com/apache/doris/pull/22375#discussion_r1278651932 ## regression-test/data/query_p0/sql_functions/array_functions/test_array_with_scale_type.out: ## @@ -163,8 +163,8 @@ 23.679 [23.679, 34.679][23.679, 23.679,

[GitHub] [doris] github-actions[bot] commented on pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22382: URL: https://github.com/apache/doris/pull/22382#issuecomment-1657339697 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 #22388: [fix](load) load core dump print load id

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22388: URL: https://github.com/apache/doris/pull/22388#issuecomment-1657341186 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 #22388: [fix](load) load core dump print load id

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22388: URL: https://github.com/apache/doris/pull/22388#issuecomment-1657341214 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] dataroaring commented on pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-30 Thread via GitHub
dataroaring commented on PR #22382: URL: https://github.com/apache/doris/pull/22382#issuecomment-1657342372 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] yiguolei commented on a diff in pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-30 Thread via GitHub
yiguolei commented on code in PR #22382: URL: https://github.com/apache/doris/pull/22382#discussion_r1278662042 ## be/src/exec/line_reader.h: ## @@ -24,7 +24,7 @@ namespace doris { namespace io { class IOContext; } -// This class is used for CSV scanner, to read content line

[GitHub] [doris] hello-stephen commented on pull request #22203: [tpcds](nereids) add rule to eliminate empty relation

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22203: URL: https://github.com/apache/doris/pull/22203#issuecomment-1657354891 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.3 seconds stream load tsv: 532 seconds loaded 74807831229 Bytes,

[GitHub] [doris] hello-stephen commented on pull request #22159: [improvement](compaction) Configuring compaction policy and options in the properties of a table

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22159: URL: https://github.com/apache/doris/pull/22159#issuecomment-1657360266 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.94 seconds stream load tsv: 504 seconds loaded 74807831229 Bytes

[GitHub] [doris] yiguolei commented on a diff in pull request #22388: [fix](load) load core dump print load id

2023-07-30 Thread via GitHub
yiguolei commented on code in PR #22388: URL: https://github.com/apache/doris/pull/22388#discussion_r1278664955 ## be/src/service/internal_service.cpp: ## @@ -373,6 +377,10 @@ void PInternalServiceImpl::_tablet_writer_add_block(google::protobuf::RpcControl int64_t exec

[GitHub] [doris] gohalo commented on pull request #20932: [fix](be) doris_be compile failed

2023-07-30 Thread via GitHub
gohalo commented on PR #20932: URL: https://github.com/apache/doris/pull/20932#issuecomment-1657362656 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] hello-stephen opened a new pull request, #22389: [pipeline](p0) exclude test_profile, re-add test_cast_string_to_array

2023-07-30 Thread via GitHub
hello-stephen opened a new pull request, #22389: URL: https://github.com/apache/doris/pull/22389 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](m

[GitHub] [doris] hello-stephen commented on pull request #22389: [pipeline](p0) exclude test_profile, re-add test_cast_string_to_array

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22389: URL: https://github.com/apache/doris/pull/22389#issuecomment-1657368730 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. T

[GitHub] [doris] morningman commented on pull request #22377: [fix](show-table-status) fix hive view NPE and external meta cache refresh issue

2023-07-30 Thread via GitHub
morningman commented on PR #22377: URL: https://github.com/apache/doris/pull/22377#issuecomment-1657379230 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] CalvinKirs commented on pull request #21916: [Feature](Job)Support scheduler job

2023-07-30 Thread via GitHub
CalvinKirs commented on PR #21916: URL: https://github.com/apache/doris/pull/21916#issuecomment-1657381465 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] Mryange commented on pull request #22269: [feature](time) using timev2 type to replace the old time type.

2023-07-30 Thread via GitHub
Mryange commented on PR #22269: URL: https://github.com/apache/doris/pull/22269#issuecomment-1657381514 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] BePPPower commented on pull request #22199: [fix](avro)Fix S3 TVF avro format reading failure

2023-07-30 Thread via GitHub
BePPPower commented on PR #22199: URL: https://github.com/apache/doris/pull/22199#issuecomment-1657382885 Is the parameter `s3.path.key` provided to the user? You need to update the documentation -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [doris] github-actions[bot] commented on pull request #21898: [feature](datetime) Support timezone when insert datetime value

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #21898: URL: https://github.com/apache/doris/pull/21898#issuecomment-1657383409 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] Gabriel39 merged pull request #22366: [bug](decimal) change result type for decimalv2 computation

2023-07-30 Thread via GitHub
Gabriel39 merged PR #22366: URL: https://github.com/apache/doris/pull/22366 -- 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: [bug](decimal) change result type for decimalv2 computation (#22366)

2023-07-30 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 ec0be8a037 [bug](decimal) change result type

[GitHub] [doris] XieJiann commented on pull request #21936: [enhancement](Nereids): prune unuse plan in optimized group

2023-07-30 Thread via GitHub
XieJiann commented on PR #21936: URL: https://github.com/apache/doris/pull/21936#issuecomment-1657384563 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] XieJiann commented on pull request #21936: [enhancement](Nereids): prune unuse plan in optimized group

2023-07-30 Thread via GitHub
XieJiann commented on PR #21936: URL: https://github.com/apache/doris/pull/21936#issuecomment-1657388448 run buidlall -- 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 #22265: [fix](Nereids) fix ends calculation when there are constant project

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22265: URL: https://github.com/apache/doris/pull/22265#issuecomment-1657388832 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 #22264: [feature](Nereids): pushdown MIN/MAX/SUM through join

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22264: URL: https://github.com/apache/doris/pull/22264#issuecomment-1657389283 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 #22264: [feature](Nereids): pushdown MIN/MAX/SUM through join

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22264: URL: https://github.com/apache/doris/pull/22264#issuecomment-1657389298 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 #22389: [pipeline](p0) exclude test_profile, re-add test_cast_string_to_array

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22389: URL: https://github.com/apache/doris/pull/22389#issuecomment-1657391196 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 #22389: [pipeline](p0) exclude test_profile, re-add test_cast_string_to_array

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22389: URL: https://github.com/apache/doris/pull/22389#issuecomment-1657391229 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] LiBinfeng-01 commented on pull request #22196: [Fix](Planner) fix parse error of view with group_concat order by

2023-07-30 Thread via GitHub
LiBinfeng-01 commented on PR #22196: URL: https://github.com/apache/doris/pull/22196#issuecomment-1657391269 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] DongLiang-0 commented on pull request #22199: [fix](avro)Fix S3 TVF avro format reading failure

2023-07-30 Thread via GitHub
DongLiang-0 commented on PR #22199: URL: https://github.com/apache/doris/pull/22199#issuecomment-1657391868 > Is the parameter `s3.path.key` provided to the user? You need to update the documentation This parameter is not provided to the user, it is only used to identify jni-avro to

[GitHub] [doris] zhangstar333 commented on pull request #22071: [Feature](count_by_enum) support count_by_enum function

2023-07-30 Thread via GitHub
zhangstar333 commented on PR #22071: URL: https://github.com/apache/doris/pull/22071#issuecomment-1657392950 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

[doris] branch master updated (ec0be8a037 -> 93a9cec406)

2023-07-30 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from ec0be8a037 [bug](decimal) change result type for decimalv2 computation (#22366) add 93a9cec406 [Improvement] Ad

[GitHub] [doris] yiguolei merged pull request #22336: [Improvement] Add iceberg metadata cache and support manifest file content cache

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

[GitHub] [doris] wsjz commented on a diff in pull request #22336: [Improvement] Add iceberg metadata cache and support manifest file content cache

2023-07-30 Thread via GitHub
wsjz commented on code in PR #22336: URL: https://github.com/apache/doris/pull/22336#discussion_r1278695300 ## fe/fe-core/src/main/java/org/apache/doris/planner/external/iceberg/IcebergMetadataCache.java: ## @@ -0,0 +1,265 @@ +// Licensed to the Apache Software Foundation (ASF)

[GitHub] [doris] starocean999 opened a new pull request, #22391: [fix](nereids)allow in or exits subquery in binary operator

2023-07-30 Thread via GitHub
starocean999 opened a new pull request, #22391: URL: https://github.com/apache/doris/pull/22391 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](ma

[GitHub] [doris] starocean999 commented on pull request #22391: [fix](nereids)allow in or exits subquery in binary operator

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

[GitHub] [doris] hello-stephen commented on pull request #22269: [feature](time) using timev2 type to replace the old time type.

2023-07-30 Thread via GitHub
hello-stephen commented on PR #22269: URL: https://github.com/apache/doris/pull/22269#issuecomment-1657405380 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.02 seconds stream load tsv: 507 seconds loaded 74807831229 Bytes

<    1   2   3   4   >