Re: [PR] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-22 Thread via GitHub
seawinde commented on PR #26828: URL: https://github.com/apache/doris/pull/26828#issuecomment-1822348885 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] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-21 Thread via GitHub
doris-robot commented on PR #26828: URL: https://github.com/apache/doris/pull/26828#issuecomment-1822032778 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.44 seconds stream load tsv: 574 seconds loaded 74807831229 Bytes,

Re: [PR] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-21 Thread via GitHub
doris-robot commented on PR #26828: URL: https://github.com/apache/doris/pull/26828#issuecomment-1822025630 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit c1aa544dccb973155d421960e7e5384682c6b1b6, data reload: false

Re: [PR] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-21 Thread via GitHub
seawinde commented on PR #26828: URL: https://github.com/apache/doris/pull/26828#issuecomment-1821943496 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] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-21 Thread via GitHub
seawinde commented on PR #26828: URL: https://github.com/apache/doris/pull/26828#issuecomment-1821882301 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

[PR] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-20 Thread via GitHub
seawinde opened a new pull request, #26828: URL: https://github.com/apache/doris/pull/26828 ## Proposed changes Infer name if it is an expression and doesn't alias artificially when select outfile stmt in nereids. The infer name strategy is the same as

Re: [PR] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-20 Thread via GitHub
seawinde commented on PR #26828: URL: https://github.com/apache/doris/pull/26828#issuecomment-1820357160 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] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-20 Thread via GitHub
seawinde closed pull request #26828: [opt](nereids) infer result column name in select outfile stmt URL: https://github.com/apache/doris/pull/26828 -- 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

Re: [PR] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-20 Thread via GitHub
doris-robot commented on PR #26828: URL: https://github.com/apache/doris/pull/26828#issuecomment-1819337813 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.84 seconds stream load tsv: 581 seconds loaded 74807831229 Bytes,

Re: [PR] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-20 Thread via GitHub
doris-robot commented on PR #26828: URL: https://github.com/apache/doris/pull/26828#issuecomment-1819317090 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 8bd8fce26da0b905a4ff6afd95a161082dc72bdb, data reload: false

Re: [PR] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-20 Thread via GitHub
seawinde commented on PR #26828: URL: https://github.com/apache/doris/pull/26828#issuecomment-1819119278 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] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-12 Thread via GitHub
doris-robot commented on PR #26828: URL: https://github.com/apache/doris/pull/26828#issuecomment-1807611212 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.46 seconds stream load tsv: 557 seconds loaded 74807831229 Bytes,

Re: [PR] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-12 Thread via GitHub
doris-robot commented on PR #26828: URL: https://github.com/apache/doris/pull/26828#issuecomment-1807600461 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 34404ec7b4b26c5c3849f6c249d10eec6e05ed6b, data reload: false

Re: [PR] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-12 Thread via GitHub
seawinde commented on PR #26828: URL: https://github.com/apache/doris/pull/26828#issuecomment-1807568617 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] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-12 Thread via GitHub
github-actions[bot] commented on code in PR #26828: URL: https://github.com/apache/doris/pull/26828#discussion_r1390598737 ## be/src/vec/common/int_exp.h: ## @@ -53,36 +53,120 @@ constexpr T get_exp(std::size_t x) { } // namespace exp_details -/// On overflow, the function

Re: [PR] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-12 Thread via GitHub
doris-robot commented on PR #26828: URL: https://github.com/apache/doris/pull/26828#issuecomment-1807059059 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.72 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes,

Re: [PR] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-12 Thread via GitHub
doris-robot commented on PR #26828: URL: https://github.com/apache/doris/pull/26828#issuecomment-1807056642 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 64ada780f0d6eb02b1204a6beeb2580c0cd6f0d6, data reload: false

Re: [PR] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-11 Thread via GitHub
seawinde commented on PR #26828: URL: https://github.com/apache/doris/pull/26828#issuecomment-1807045128 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

[PR] [opt](nereids) infer result column name in select outfile stmt [doris]

2023-11-11 Thread via GitHub
seawinde opened a new pull request, #26828: URL: https://github.com/apache/doris/pull/26828 ## Proposed changes Infer name if it is an expression and doesn't alias artificially when select outfile stmt in nereids. The infer name strategy is the same as