[GitHub] [doris] github-actions[bot] commented on pull request #17330: [Refactor](map) remove using column array in map to reduce offset column

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17330: URL: https://github.com/apache/doris/pull/17330#issuecomment-1455648671 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 #17330: [Refactor](map) remove using column array in map to reduce offset column

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17330: URL: https://github.com/apache/doris/pull/17330#issuecomment-1455641672 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] zhangy5 opened a new issue, #17454: [Bug] [daily] round() function return wrong

2023-03-05 Thread via GitHub
zhangy5 opened a new issue, #17454: URL: https://github.com/apache/doris/issues/17454 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version master: doris-0.0.0-trun

[GitHub] [doris] nextdreamblue commented on pull request #17453: [fix](publish) add retry publish when succeed replica num less than qorum and transaction not VISIBLE

2023-03-05 Thread via GitHub
nextdreamblue commented on PR #17453: URL: https://github.com/apache/doris/pull/17453#issuecomment-1455623963 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] nextdreamblue opened a new pull request, #17453: [fix](publish) add retry publish when succeed replica num less than qorum and transaction not VISIBLE

2023-03-05 Thread via GitHub
nextdreamblue opened a new pull request, #17453: URL: https://github.com/apache/doris/pull/17453 for some reasons, transaction pushlish succeed replica num less than quorum, this transaction's status can not to be VISIBLE, and this publish task of this replica of this tablet on this ba

[GitHub] [doris] github-actions[bot] commented on pull request #17405: [Fix](vectorization) fixed that when a column's _fixed_values exceeds…

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17405: URL: https://github.com/apache/doris/pull/17405#issuecomment-1455621393 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 #17405: [Fix](vectorization) fixed that when a column's _fixed_values exceeds…

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17405: URL: https://github.com/apache/doris/pull/17405#issuecomment-1455621061 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 #16640: [Feature](array-function) Support array functions for nested type dec…

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #16640: URL: https://github.com/apache/doris/pull/16640#issuecomment-1455585864 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] pengxiangyu commented on pull request #17246: [feature](cooldown)add ut for cooldown on be

2023-03-05 Thread via GitHub
pengxiangyu commented on PR #17246: URL: https://github.com/apache/doris/pull/17246#issuecomment-1455584519 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] ZhangYu0123 commented on pull request #17428: [docs](typo) fix faq docs, already support rename column.

2023-03-05 Thread via GitHub
ZhangYu0123 commented on PR #17428: URL: https://github.com/apache/doris/pull/17428#issuecomment-1455583742 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 (02015cf153 -> e7cba11680)

2023-03-05 Thread luozenglin
This is an automated email from the ASF dual-hosted git repository. luozenglin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 02015cf153 [docs](typo) Correct the wrong default value of DECIMAL type displayed in the Help CREATE TABLE #17422

[GitHub] [doris] luozenglin closed issue #17294: [Bug] load from parquet file containing array types leads to be core dump

2023-03-05 Thread via GitHub
luozenglin closed issue #17294: [Bug] load from parquet file containing array types leads to be core dump URL: https://github.com/apache/doris/issues/17294 -- 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

[GitHub] [doris] luozenglin merged pull request #17298: [fix](array)(parquet) fix be core dump due to load from parquet file containing array types

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

[GitHub] [doris] github-actions[bot] commented on pull request #17298: [fix](array)(parquet) fix be core dump due to load from parquet file containing array types

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17298: URL: https://github.com/apache/doris/pull/17298#issuecomment-1455575212 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 #17298: [fix](array)(parquet) fix be core dump due to load from parquet file containing array types

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17298: URL: https://github.com/apache/doris/pull/17298#issuecomment-1455575145 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] jackwener opened a new pull request, #17452: [enhance](Nereids): remove rule flag in LogicalJoin

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

[GitHub] [doris] BiteTheDDDDt commented on pull request #17202: [Chore](third-party) upgrade thrift from 0.13 to 0.16

2023-03-05 Thread via GitHub
BiteThet commented on PR #17202: URL: https://github.com/apache/doris/pull/17202#issuecomment-1455571522 run feut -- 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] BiteTheDDDDt commented on pull request #17345: [Chore](Materialized-View) add some mv regression test case

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

[GitHub] [doris] github-actions[bot] commented on pull request #17246: [feature](cooldown)add ut for cooldown on be

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17246: URL: https://github.com/apache/doris/pull/17246#issuecomment-1455568982 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 #17246: [feature](cooldown)add ut for cooldown on be

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17246: URL: https://github.com/apache/doris/pull/17246#issuecomment-1455561942 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] yiguolei commented on a diff in pull request #15917: [improvement](scan) Support pushdown execute expr ctx

2023-03-05 Thread via GitHub
yiguolei commented on code in PR #15917: URL: https://github.com/apache/doris/pull/15917#discussion_r1126011291 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1196,58 +1220,91 @@ void SegmentIterator::_vec_init_lazy_materialization() { _is_need_short_eval

[GitHub] [doris] github-actions[bot] commented on pull request #17246: [feature](cooldown)add ut for cooldown on be

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17246: URL: https://github.com/apache/doris/pull/17246#issuecomment-1455560792 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 #17300: [Chore](execution) change PipelineTaskState to enum class && remove some row-based code

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17300: URL: https://github.com/apache/doris/pull/17300#issuecomment-148335 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] yongjinhou commented on a diff in pull request #17073: [Enhancement](HttpServer) Provide authentication interface for BE

2023-03-05 Thread via GitHub
yongjinhou commented on code in PR #17073: URL: https://github.com/apache/doris/pull/17073#discussion_r1126006728 ## gensrc/thrift/FrontendService.thrift: ## @@ -774,6 +774,43 @@ struct TConfirmUnusedRemoteFilesResult { 1: optional list confirmed_tablets } +struct TPrivi

[GitHub] [doris] morrySnow commented on pull request #17393: [enhancement](Nereids) support decimalv3 type

2023-03-05 Thread via GitHub
morrySnow commented on PR #17393: URL: https://github.com/apache/doris/pull/17393#issuecomment-142319 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] BiteTheDDDDt commented on pull request #17300: [Chore](execution) change PipelineTaskState to enum class && remove some row-based code

2023-03-05 Thread via GitHub
BiteThet commented on PR #17300: URL: https://github.com/apache/doris/pull/17300#issuecomment-142073 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] adonis0147 commented on pull request #17451: [fix](planner) Doris returns empty sets when select from a inline view

2023-03-05 Thread via GitHub
adonis0147 commented on PR #17451: URL: https://github.com/apache/doris/pull/17451#issuecomment-141659 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] adonis0147 opened a new pull request, #17451: [fix](planner) Doris returns empty sets when select from a inline view

2023-03-05 Thread via GitHub
adonis0147 opened a new pull request, #17451: URL: https://github.com/apache/doris/pull/17451 # Proposed changes ~~Issue Number: close #xxx~~ ## Problem summary Backport #16370 to branch-1.1-lts . ## Checklist(Required) * [ ] Does it affect the original beha

[GitHub] [doris] github-actions[bot] commented on pull request #17405: [Fix](vectorization) fixed that when a column's _fixed_values exceeds…

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17405: URL: https://github.com/apache/doris/pull/17405#issuecomment-140775 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 #17405: [Fix](vectorization) fixed that when a column's _fixed_values exceeds…

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17405: URL: https://github.com/apache/doris/pull/17405#issuecomment-140318 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] Yulei-Yang commented on pull request #17445: [fix](meta) fix catalog parameter when checking privilege of show_create_table stmt

2023-03-05 Thread via GitHub
Yulei-Yang commented on PR #17445: URL: https://github.com/apache/doris/pull/17445#issuecomment-1455549016 run clickbench -- 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] github-actions[bot] commented on pull request #17246: [feature](cooldown)add ut for cooldown on be

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17246: URL: https://github.com/apache/doris/pull/17246#issuecomment-1455547420 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 a diff in pull request #17246: [feature](cooldown)add ut for cooldown on be

2023-03-05 Thread via GitHub
github-actions[bot] commented on code in PR #17246: URL: https://github.com/apache/doris/pull/17246#discussion_r1125997659 ## be/test/olap/tablet_cooldown_test.cpp: ## @@ -37,25 +41,150 @@ namespace doris { static StorageEngine* k_engine = nullptr; -static const std::string

[GitHub] [doris] github-actions[bot] commented on pull request #17073: [Enhancement](HttpServer) Provide authentication interface for BE

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17073: URL: https://github.com/apache/doris/pull/17073#issuecomment-1455546897 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] yongjinhou commented on pull request #17073: [Enhancement](HttpServer) Provide authentication interface for BE

2023-03-05 Thread via GitHub
yongjinhou commented on PR #17073: URL: https://github.com/apache/doris/pull/17073#issuecomment-1455545537 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] jackwener commented on pull request #17450: [enhance](Nereids): refactor code in Project

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

[GitHub] [doris] jackwener commented on pull request #17365: [feature](Nereids): pushdown complex project through inner/outer Join.

2023-03-05 Thread via GitHub
jackwener commented on PR #17365: URL: https://github.com/apache/doris/pull/17365#issuecomment-1455538995 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 com

[GitHub] [doris] jackwener opened a new pull request, #17450: [enhance](Nereids): refactor code in Project

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

[GitHub] [doris] jackwener commented on pull request #17355: [refactor](Nereids): refactor PushdownLimit

2023-03-05 Thread via GitHub
jackwener commented on PR #17355: URL: https://github.com/apache/doris/pull/17355#issuecomment-1455537501 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] yiguolei commented on a diff in pull request #15917: [improvement](scan) Support pushdown execute expr ctx

2023-03-05 Thread via GitHub
yiguolei commented on code in PR #15917: URL: https://github.com/apache/doris/pull/15917#discussion_r1125981881 ## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ## @@ -642,6 +644,9 @@ public class SessionVariable implements Serializable, Writable { @Va

[GitHub] [doris] yiguolei commented on a diff in pull request #15917: [improvement](scan) Support pushdown execute expr ctx

2023-03-05 Thread via GitHub
yiguolei commented on code in PR #15917: URL: https://github.com/apache/doris/pull/15917#discussion_r1125980962 ## be/src/vec/core/block.cpp: ## @@ -321,13 +322,16 @@ void Block::check_number_of_rows(bool allow_null_columns) const { if (rows == -1) { rows

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

2023-03-05 Thread via GitHub
bobhan1 commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1455533009 > Hi, my request is task 42. Maybe you sent the wrong email > […](#) > Replied Message | From | ***@***.***> | | Date | 03/06/2023 13:14 | | To | ***@***.***> | | Cc |

[GitHub] [doris] yiguolei commented on a diff in pull request #15917: [improvement](scan) Support pushdown execute expr ctx

2023-03-05 Thread via GitHub
yiguolei commented on code in PR #15917: URL: https://github.com/apache/doris/pull/15917#discussion_r1125974726 ## be/src/vec/exec/scan/vscan_node.cpp: ## @@ -458,7 +461,11 @@ Status VScanNode::_normalize_conjuncts() { RETURN_IF_ERROR(_normalize_predicate((*_vconju

[GitHub] [doris] github-actions[bot] commented on pull request #17409: [fix](publish) fix when TabletPublishTxnTask::handle() error, transaction publish success, and query table error

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17409: URL: https://github.com/apache/doris/pull/17409#issuecomment-1455527502 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] starudream commented on issue #17227: [Bug] NoClassDefFoundError: org/postgresql/jdbc/TimestampUtils$ParsedTimestamp

2023-03-05 Thread via GitHub
starudream commented on issue #17227: URL: https://github.com/apache/doris/issues/17227#issuecomment-1455527368 同一句 sql 执行多次,有可能会出现 `NoClassDefFoundError` 也有可能会返回结果 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [doris] starudream commented on issue #17227: [Bug] NoClassDefFoundError: org/postgresql/jdbc/TimestampUtils$ParsedTimestamp

2023-03-05 Thread via GitHub
starudream commented on issue #17227: URL: https://github.com/apache/doris/issues/17227#issuecomment-1455525818 @zixuedanxin `4064` 的问题我找到了 #16326 ```shell SET BATCH_SIZE = ; ``` -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [doris] github-actions[bot] commented on pull request #17202: [Chore](third-party) upgrade thrift from 0.13 to 0.16

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17202: URL: https://github.com/apache/doris/pull/17202#issuecomment-1455525484 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] nextdreamblue commented on pull request #17409: [fix](publish) fix when TabletPublishTxnTask::handle() error, transaction publish success, and query table error

2023-03-05 Thread via GitHub
nextdreamblue commented on PR #17409: URL: https://github.com/apache/doris/pull/17409#issuecomment-1455524238 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] nextdreamblue commented on pull request #17326: [fix](restore) fix bug when replay restore with reserve dynamic partition cause OBSERVER down

2023-03-05 Thread via GitHub
nextdreamblue commented on PR #17326: URL: https://github.com/apache/doris/pull/17326#issuecomment-1455523102 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] BiteTheDDDDt commented on pull request #17202: [Chore](third-party) upgrade thrift from 0.13 to 0.16

2023-03-05 Thread via GitHub
BiteThet commented on PR #17202: URL: https://github.com/apache/doris/pull/17202#issuecomment-1455522714 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] github-actions[bot] commented on pull request #16640: [Feature](array-function) Support array functions for nested type dec…

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #16640: URL: https://github.com/apache/doris/pull/16640#issuecomment-1455522207 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] Yulei-Yang commented on pull request #17445: [fix](meta) fix catalog parameter when checking privilege of show_create_table stmt

2023-03-05 Thread via GitHub
Yulei-Yang commented on PR #17445: URL: https://github.com/apache/doris/pull/17445#issuecomment-1455516178 run clickbench -- 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] eldenmoon commented on pull request #17389: [Optimize](Random distribution) Improve the performance of tablet sin…

2023-03-05 Thread via GitHub
eldenmoon commented on PR #17389: URL: https://github.com/apache/doris/pull/17389#issuecomment-1455509782 @caiconghui Sorry to disturb, any suggestion on this PR ? -- 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] Tanya-W commented on pull request #17359: [fix](inverted index) fix missing several numeric types for inverted index query

2023-03-05 Thread via GitHub
Tanya-W commented on PR #17359: URL: https://github.com/apache/doris/pull/17359#issuecomment-1455509411 run compile -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] Tanya-W commented on pull request #17425: [fix](regression) Adjust the test_add_drop_index case to avoid that FE failed to start when replaying the log

2023-03-05 Thread via GitHub
Tanya-W commented on PR #17425: URL: https://github.com/apache/doris/pull/17425#issuecomment-1455508473 run compile -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] eldenmoon commented on pull request #17389: [Optimize](Random distribution) Improve the performance of tablet sin…

2023-03-05 Thread via GitHub
eldenmoon commented on PR #17389: URL: https://github.com/apache/doris/pull/17389#issuecomment-1455507907 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 #17389: [Optimize](Random distribution) Improve the performance of tablet sin…

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17389: URL: https://github.com/apache/doris/pull/17389#issuecomment-1455500535 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] CalvinKirs commented on pull request #17377: [dependency](fe)Dependency Upgrade

2023-03-05 Thread via GitHub
CalvinKirs commented on PR #17377: URL: https://github.com/apache/doris/pull/17377#issuecomment-1455498702 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] Attackingwhale commented on issue #17176: [Good First Issue] Doris' Future

2023-03-05 Thread via GitHub
Attackingwhale commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1455497700 Hi, my request is task 42. Maybe you sent the wrong email Replied Message | From | ***@***.***> | | Date | 03/06/2023 13:14 | | To | ***@***.**

[GitHub] [doris] CalvinKirs commented on pull request #17303: [dependenct](fe) Replace jackson-mapper-asl with fastxml-jsckson

2023-03-05 Thread via GitHub
CalvinKirs commented on PR #17303: URL: https://github.com/apache/doris/pull/17303#issuecomment-1455491135 run P1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[GitHub] [doris] github-actions[bot] commented on pull request #17328: [Enchancement](function) Inline some aggregate function && remove nullable combinator

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17328: URL: https://github.com/apache/doris/pull/17328#issuecomment-1455477341 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 #16617: [Feature](network interface) Support network interface

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #16617: URL: https://github.com/apache/doris/pull/16617#issuecomment-1455475150 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 #16617: [Feature](network interface) Support network interface

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #16617: URL: https://github.com/apache/doris/pull/16617#issuecomment-1455473532 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] BiteTheDDDDt commented on pull request #17328: [Enchancement](function) Inline some aggregate function && remove nullable combinator

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

2023-03-05 Thread via GitHub
Yukang-Lian commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1455466543 > Task 35, [array function] support `array_enumerate_uniq` function, please assign to me. Thank you. #17448 Done. -- This is an automated message from the Apache Git Ser

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #17300: [Chore](execution) change PipelineTaskState to enum class && remove some row-based code

2023-03-05 Thread via GitHub
BiteThet commented on code in PR #17300: URL: https://github.com/apache/doris/pull/17300#discussion_r1125919628 ## be/src/runtime/fold_constant_executor.cpp: ## @@ -180,24 +179,14 @@ string FoldConstantExecutor::_get_result(void* src, size_t size, const TypeDescr case

[GitHub] [doris] github-actions[bot] commented on pull request #16617: [Feature](network interface) Support network interface

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #16617: URL: https://github.com/apache/doris/pull/16617#issuecomment-1455459348 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] bobhan1 opened a new issue, #17448: [Feature] (array fucntion) support array_enumerate_uniq function

2023-03-05 Thread via GitHub
bobhan1 opened a new issue, #17448: URL: https://github.com/apache/doris/issues/17448 ### 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 _No response_

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

2023-03-05 Thread via GitHub
bobhan1 commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1455455211 Task 35, [array function] support `array_enumerate_uniq` function, please assign to me. Thank you. -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [doris] hello-stephen commented on pull request #17407: [improvement](inverted index)Remove searcher bitmap timer to improve query speed

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

[GitHub] [doris] Kikyou1997 commented on pull request #17185: [feature-wip](nereids) Support Q-Error to measure the accuracy of derived statistics

2023-03-05 Thread via GitHub
Kikyou1997 commented on PR #17185: URL: https://github.com/apache/doris/pull/17185#issuecomment-1455448838 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] github-actions[bot] commented on pull request #17436: [Feature](array-function) Support array_concat function

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17436: URL: https://github.com/apache/doris/pull/17436#issuecomment-1455446817 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 #17436: [Feature](array-function) Support array_concat function

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

[doris] branch master updated (bc5f16dc80 -> 02015cf153)

2023-03-05 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 bc5f16dc80 [deps](libhdfs) add official hadoop libhdfs for x86 (#17435) add 02015cf153 [docs](typo) Correct the

[GitHub] [doris] yiguolei merged pull request #17422: [docs](typo) Correct the wrong default value of DECIMAL type displayed in the Help CREATE TABLE

2023-03-05 Thread via GitHub
yiguolei merged PR #17422: URL: https://github.com/apache/doris/pull/17422 -- 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] gitccl commented on a diff in pull request #17436: [Feature](array-function) Support array_concat function

2023-03-05 Thread via GitHub
gitccl commented on code in PR #17436: URL: https://github.com/apache/doris/pull/17436#discussion_r1125904975 ## be/src/vec/functions/array/function_array_concat.cpp: ## @@ -0,0 +1,93 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor licen

[doris] branch master updated (8e6c34dd11 -> bc5f16dc80)

2023-03-05 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 8e6c34dd11 [Opt](Vec) Use const_col to opt current functions. (#17324) add bc5f16dc80 [deps](libhdfs) add offici

[GitHub] [doris] github-actions[bot] commented on pull request #17435: [deps](libhdfs) add official hadoop libhdfs for x86

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17435: URL: https://github.com/apache/doris/pull/17435#issuecomment-1455443910 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 #17435: [deps](libhdfs) add official hadoop libhdfs for x86

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17435: URL: https://github.com/apache/doris/pull/17435#issuecomment-1455443885 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] yiguolei merged pull request #17435: [deps](libhdfs) add official hadoop libhdfs for x86

2023-03-05 Thread via GitHub
yiguolei merged PR #17435: URL: https://github.com/apache/doris/pull/17435 -- 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] luwei16 opened a new pull request, #17447: [metric](bvar) add the bvar of printing stack latency

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

[GitHub] [doris] bobhan1 closed issue #17433: [Feature] (array_function) support array_flatten function

2023-03-05 Thread via GitHub
bobhan1 closed issue #17433: [Feature] (array_function) support array_flatten function URL: https://github.com/apache/doris/issues/17433 -- 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

[GitHub] [doris] bobhan1 commented on issue #17433: [Feature] (array_function) support array_flatten function

2023-03-05 Thread via GitHub
bobhan1 commented on issue #17433: URL: https://github.com/apache/doris/issues/17433#issuecomment-1455440392 > > > @bobhan1 you could reference to function `array()`, it has a promotion rule, you could try it to test. > > > > > > It seems that it doesn't support nested array now?

[GitHub] [doris] HappenLee commented on a diff in pull request #17300: [Chore](execution) change PipelineTaskState to enum class && remove some row-based code

2023-03-05 Thread via GitHub
HappenLee commented on code in PR #17300: URL: https://github.com/apache/doris/pull/17300#discussion_r1125897141 ## be/src/runtime/fold_constant_executor.cpp: ## @@ -180,24 +179,14 @@ string FoldConstantExecutor::_get_result(void* src, size_t size, const TypeDescr case TYP

[GitHub] [doris] xiaojunjie commented on a diff in pull request #17073: [Enhancement](HttpServer) Provide authentication interface for BE

2023-03-05 Thread via GitHub
xiaojunjie commented on code in PR #17073: URL: https://github.com/apache/doris/pull/17073#discussion_r1125894141 ## gensrc/thrift/FrontendService.thrift: ## @@ -774,6 +774,43 @@ struct TConfirmUnusedRemoteFilesResult { 1: optional list confirmed_tablets } +struct TPrivi

[GitHub] [doris] HappenLee commented on a diff in pull request #17300: [Chore](execution) change PipelineTaskState to enum class && remove some row-based code

2023-03-05 Thread via GitHub
HappenLee commented on code in PR #17300: URL: https://github.com/apache/doris/pull/17300#discussion_r1125893042 ## be/src/vec/functions/cast_type_to_either.h: ## @@ -27,7 +27,7 @@ namespace doris::vectorized { class IDataType; template -static bool cast_type_to_either(cons

[GitHub] [doris] HappenLee commented on a diff in pull request #17300: [Chore](execution) change PipelineTaskState to enum class && remove some row-based code

2023-03-05 Thread via GitHub
HappenLee commented on code in PR #17300: URL: https://github.com/apache/doris/pull/17300#discussion_r1125893042 ## be/src/vec/functions/cast_type_to_either.h: ## @@ -27,7 +27,7 @@ namespace doris::vectorized { class IDataType; template -static bool cast_type_to_either(cons

[GitHub] [doris] github-actions[bot] commented on pull request #17441: [feature](filecache) add a const parameter to control the cache version

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17441: URL: https://github.com/apache/doris/pull/17441#issuecomment-1455421979 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 #17441: [feature](filecache) add a const parameter to control the cache version

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17441: URL: https://github.com/apache/doris/pull/17441#issuecomment-1455422012 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 #17446: [fix](priv) fix duplicated priv check when check column priv

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17446: URL: https://github.com/apache/doris/pull/17446#issuecomment-1455420354 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 #17446: [fix](priv) fix duplicated priv check when check column priv

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17446: URL: https://github.com/apache/doris/pull/17446#issuecomment-1455420307 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 #17441: [feature](filecache) add a const parameter to control the cache version

2023-03-05 Thread via GitHub
github-actions[bot] commented on PR #17441: URL: https://github.com/apache/doris/pull/17441#issuecomment-1455418204 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] zddr commented on pull request #17442: [Enhance](ComputeNode)support k8s watch

2023-03-05 Thread via GitHub
zddr commented on PR #17442: URL: https://github.com/apache/doris/pull/17442#issuecomment-1455416946 run feut -- 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

[GitHub] [doris] AshinGau commented on pull request #17441: [feature](filecache) add a const parameter to control the cache version

2023-03-05 Thread via GitHub
AshinGau commented on PR #17441: URL: https://github.com/apache/doris/pull/17441#issuecomment-1455415741 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 #17339: [enhancement](Nereids): refactor costModel framework

2023-03-05 Thread via GitHub
XieJiann commented on PR #17339: URL: https://github.com/apache/doris/pull/17339#issuecomment-1455415078 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] Yulei-Yang commented on pull request #17446: [fix](priv) fix duplicated priv check when check column priv

2023-03-05 Thread via GitHub
Yulei-Yang commented on PR #17446: URL: https://github.com/apache/doris/pull/17446#issuecomment-1455413984 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] Yulei-Yang opened a new pull request, #17446: [fix](priv) fix duplicated priv check when check column priv

2023-03-05 Thread via GitHub
Yulei-Yang opened a new pull request, #17446: URL: https://github.com/apache/doris/pull/17446 # Proposed changes when executing select stmt, columns privilege check will be invoked multiple times(column number in select stmt) Issue Number: close #xxx ## Problem summary

[GitHub] [doris] zddr commented on pull request #17358: [doc](auth)auth doc

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

[GitHub] [doris] morningman commented on a diff in pull request #17441: [feature](filecache) add a const parameter to control the cache version

2023-03-05 Thread via GitHub
morningman commented on code in PR #17441: URL: https://github.com/apache/doris/pull/17441#discussion_r1125871161 ## be/src/io/cache/block/block_file_cache.h: ## @@ -43,8 +43,8 @@ class IFileCache { friend struct FileBlocksHolder; public: -static const std::string FI

[GitHub] [doris] Gabriel39 commented on a diff in pull request #17405: [Fix](vectorization) fixed that when a column's _fixed_values exceeds…

2023-03-05 Thread via GitHub
Gabriel39 commented on code in PR #17405: URL: https://github.com/apache/doris/pull/17405#discussion_r1125868833 ## regression-test/suites/correctness/test_exceed_max_pushdown_conditions_per_column.groovy: ## @@ -0,0 +1,57 @@ +// Licensed to the Apache Software Foundation (ASF)

  1   2   3   4   >