[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15832: [Feature](remote) Cooldown cold data to object storage only one replica

2023-01-11 Thread GitBox
github-actions[bot] commented on code in PR #15832: URL: https://github.com/apache/doris/pull/15832#discussion_r1067804702 ## be/src/io/fs/file_reader_options.h: ## @@ -38,23 +38,29 @@ class CachePathPolicy { public: // path: the path of file which will be cached // r

[GitHub] [doris] dutyu opened a new issue, #15865: [Bug] BE crash unexpected

2023-01-11 Thread GitBox
dutyu opened a new issue, #15865: URL: https://github.com/apache/doris/issues/15865 ### 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 1.1.4-rc01 ### What

[GitHub] [doris] jacktengg opened a new pull request, #15864: [fix](sort spill) fix bug of failed to create spilled file

2023-01-11 Thread GitBox
jacktengg opened a new pull request, #15864: URL: https://github.com/apache/doris/pull/15864 Also increase buffered block size when it has started to spill. # Proposed changes Issue Number: close #15863 ## Problem summary Describe your changes. ## Checklist(

[GitHub] [doris] jacktengg opened a new issue, #15863: [Bug] spill sort coredump

2023-01-11 Thread GitBox
jacktengg opened a new issue, #15863: URL: https://github.com/apache/doris/issues/15863 ### 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 0fbdf8e3e16a11f

[GitHub] [doris] github-actions[bot] commented on pull request #15605: [improvement](projection) Improve projection performance

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15605: URL: https://github.com/apache/doris/pull/15605#issuecomment-1379932897 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] BePPPower opened a new pull request, #15862: [feature](multi-catalog) support oracle jdbc catalog

2023-01-11 Thread GitBox
BePPPower opened a new pull request, #15862: URL: https://github.com/apache/doris/pull/15862 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] xiebanggui777 commented on issue #15847: Can the planning of multi-table materialized view realize the view function of view and directly use the materialized view name for sql query?

2023-01-11 Thread GitBox
xiebanggui777 commented on issue #15847: URL: https://github.com/apache/doris/issues/15847#issuecomment-1379924370 如果能实现视图的视图功能,且复杂sql的物化视图性能上不输Flink的话,很大一部分实时计算任务会直接使用Doris来实现。哈哈哈 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [doris] github-actions[bot] commented on pull request #15760: [Chore](build) enable -Wextra and remove some -Wno

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15760: URL: https://github.com/apache/doris/pull/15760#issuecomment-1379922450 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 #15718: [fix](schema scanner)change schema_scanner::get_next_row to get_next_block

2023-01-11 Thread GitBox
yiguolei commented on code in PR #15718: URL: https://github.com/apache/doris/pull/15718#discussion_r1067785866 ## be/src/exec/schema_scanner/schema_rowsets_scanner.cpp: ## @@ -97,80 +82,127 @@ Status SchemaRowsetsScanner::get_all_rowsets() { return Status::OK(); } -Stat

[GitHub] [doris] Accelarator commented on issue #15847: Can the planning of multi-table materialized view realize the view function of view and directly use the materialized view name for sql query? 多

2023-01-11 Thread GitBox
Accelarator commented on issue #15847: URL: https://github.com/apache/doris/issues/15847#issuecomment-1379916468 附议,我们目前就是通过秒级别的调度来实现实时数仓不同层级之间ETL的,该需求也会极大方便我们,希望能尽快实现 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [doris] github-actions[bot] commented on pull request #15605: [improvement](projection) Improve projection performance

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15605: URL: https://github.com/apache/doris/pull/15605#issuecomment-1379915290 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 #15836: [fix](multi catalog)Support iceberg schema evolution.

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15836: URL: https://github.com/apache/doris/pull/15836#issuecomment-1379914758 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 #15718: [fix](schema scanner)change schema_scanner::get_next_row to get_next_block

2023-01-11 Thread GitBox
yiguolei commented on code in PR #15718: URL: https://github.com/apache/doris/pull/15718#discussion_r1067780272 ## be/src/exec/schema_scan_node.cpp: ## @@ -279,7 +279,7 @@ Status SchemaScanNode::get_next(RuntimeState* state, RowBatch* row_batch, bool* return Status

[GitHub] [doris] github-actions[bot] commented on pull request #15654: [Bugfix] (ROLLUP) fix the coredump when add rollup by link schema change

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15654: URL: https://github.com/apache/doris/pull/15654#issuecomment-1379911495 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 #15686: [enhancement](config) remove config load_process_max_memory_limit_bytes

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15686: URL: https://github.com/apache/doris/pull/15686#issuecomment-1379909072 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 #15605: [improvement](projection) Improve projection performance

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15605: URL: https://github.com/apache/doris/pull/15605#issuecomment-1379906225 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 #15856: [typo](doc)nvl add 1.2 label

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15856: URL: https://github.com/apache/doris/pull/15856#issuecomment-1379905571 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 #15856: [typo](doc)nvl add 1.2 label

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15856: URL: https://github.com/apache/doris/pull/15856#issuecomment-1379905510 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 a diff in pull request #15605: [improvement](projection) Improve projection performance

2023-01-11 Thread GitBox
github-actions[bot] commented on code in PR #15605: URL: https://github.com/apache/doris/pull/15605#discussion_r1067771496 ## be/src/vec/exec/join/vjoin_node_base.cpp: ## @@ -104,51 +104,87 @@ void VJoinNodeBase::_construct_mutable_join_block() { _join_block.col

[GitHub] [doris] github-actions[bot] commented on pull request #15861: [fix](docs) fix the command order of broker load doc.

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15861: URL: https://github.com/apache/doris/pull/15861#issuecomment-1379901357 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 #15861: [fix](docs) fix the command order of broker load doc.

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15861: URL: https://github.com/apache/doris/pull/15861#issuecomment-1379901307 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

[doris] branch master updated (ef0e0cf68d -> 0fbdf8e3e1)

2023-01-11 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 ef0e0cf68d [enhancement](load) refine the reduce memory policy when process memory is nearly full (#15685) add

[GitHub] [doris] github-actions[bot] commented on pull request #15605: [improvement](projection) Improve projection performance

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15605: URL: https://github.com/apache/doris/pull/15605#issuecomment-1379899193 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 merged pull request #15772: [Refactor](table function) Decouple vectorized table functions from non-vectorized ones

2023-01-11 Thread GitBox
yiguolei merged PR #15772: URL: https://github.com/apache/doris/pull/15772 -- 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] smallhibiscus opened a new pull request, #15861: [fix](docs) fix the command order of broker load doc.

2023-01-11 Thread GitBox
smallhibiscus opened a new pull request, #15861: URL: https://github.com/apache/doris/pull/15861 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [

[GitHub] [doris] github-actions[bot] commented on pull request #15760: [Chore](build) enable -Wextra and remove some -Wno

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15760: URL: https://github.com/apache/doris/pull/15760#issuecomment-1379897841 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 #15605: [improvement](projection) Improve projection performance

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15605: URL: https://github.com/apache/doris/pull/15605#issuecomment-1379895436 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 #15605: [improvement](projection) Improve projection performance

2023-01-11 Thread GitBox
github-actions[bot] commented on code in PR #15605: URL: https://github.com/apache/doris/pull/15605#discussion_r1067765029 ## be/src/vec/exec/join/vjoin_node_base.cpp: ## @@ -104,51 +104,87 @@ void VJoinNodeBase::_construct_mutable_join_block() { _join_block.col

[GitHub] [doris] github-actions[bot] commented on pull request #15859: [Bug](sort)fix merge sorter might div zero when block bytes less than block rows

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15859: URL: https://github.com/apache/doris/pull/15859#issuecomment-1379891019 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] Gabriel39 opened a new pull request, #15860: [Bug](datev2) Fix bugs for datev2

2023-01-11 Thread GitBox
Gabriel39 opened a new pull request, #15860: URL: https://github.com/apache/doris/pull/15860 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] github-actions[bot] commented on pull request #15829: [fix](olap) dictionary cannot be sorted after inserting some null values

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15829: URL: https://github.com/apache/doris/pull/15829#issuecomment-1379889240 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] ByteYue opened a new pull request, #15859: [Bug](sort)fix merge sorter might div zero when block bytes less than block rows

2023-01-11 Thread GitBox
ByteYue opened a new pull request, #15859: URL: https://github.com/apache/doris/pull/15859 # Proposed changes Issue Number: close #xxx If block bytes are bigger than the corresponding block's rows, then the avg_size_per_row would be zero. Which would end up diving zero in the follo

[GitHub] [doris] mrhhsg commented on pull request #15829: [fix](olap) dictionary cannot be sorted after inserting some null values

2023-01-11 Thread GitBox
mrhhsg commented on PR #15829: URL: https://github.com/apache/doris/pull/15829#issuecomment-1379887847 > Could you add a regression test? Hi @dataroaring , I have added a case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [doris] github-actions[bot] commented on pull request #15686: [enhancement](config) remove config load_process_max_memory_limit_bytes

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15686: URL: https://github.com/apache/doris/pull/15686#issuecomment-1379887392 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] jackwener opened a new pull request, #15858: [fix](Nereids): mergeGroup() consider GroupExpr in same/different Group

2023-01-11 Thread GitBox
jackwener opened a new pull request, #15858: URL: https://github.com/apache/doris/pull/15858 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15605: [improvement](projection) Improve projection performance

2023-01-11 Thread GitBox
github-actions[bot] commented on code in PR #15605: URL: https://github.com/apache/doris/pull/15605#discussion_r1067755075 ## be/src/vec/exec/join/vjoin_node_base.cpp: ## @@ -104,51 +104,85 @@ _join_block.columns() - 1, remove_nullable(_join_bl

[doris-thirdparty] annotated tag libclucene-v2.4.4 updated (bbfbc15 -> 5760537)

2023-01-11 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling pushed a change to annotated tag libclucene-v2.4.4 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git *** WARNING: tag libclucene-v2.4.4 was modified! *** from bbfbc15 (commit) to 57605

[doris] branch master updated (e48d715a3b -> ef0e0cf68d)

2023-01-11 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from e48d715a3b [typo](doc) add hive catalog faq related to kerberos and hdfs (#15826) add ef0e0cf68d [enhancement](

[GitHub] [doris] xinyiZzz merged pull request #15685: [enhancement](load) refine the reduce memory policy when process memory is nearly full

2023-01-11 Thread GitBox
xinyiZzz merged PR #15685: URL: https://github.com/apache/doris/pull/15685 -- 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 struct-type updated: [WIP](struct-type) support struct-type in vectorize engine (#15665)

2023-01-11 Thread cambyzju
This is an automated email from the ASF dual-hosted git repository. cambyzju pushed a commit to branch struct-type in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/struct-type by this push: new 2578bad186 [WIP](struct-type) support

[GitHub] [doris] cambyzju merged pull request #15665: [WIP](struct-type) support struct-type in vectorize engine

2023-01-11 Thread GitBox
cambyzju merged PR #15665: URL: https://github.com/apache/doris/pull/15665 -- 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-thirdparty] adonis0147 merged pull request #30: [Fix](clucene) fix compilation bugs

2023-01-11 Thread GitBox
adonis0147 merged PR #30: URL: https://github.com/apache/doris-thirdparty/pull/30 -- 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...@do

[doris-thirdparty] branch clucene updated: [fix](clucene) Fix compilation bugs (#30)

2023-01-11 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling pushed a commit to branch clucene in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/clucene by this push: new bbfbc15 [fix](clucene) Fix comp

[GitHub] [doris] github-actions[bot] commented on pull request #15685: [enhancement](load) refine the reduce memory policy when process memory is nearly full

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15685: URL: https://github.com/apache/doris/pull/15685#issuecomment-1379875796 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 #15685: [enhancement](load) refine the reduce memory policy when process memory is nearly full

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15685: URL: https://github.com/apache/doris/pull/15685#issuecomment-1379875829 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 #15780: [feature](multi-catalog) support clickhouse jdbc catalog

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15780: URL: https://github.com/apache/doris/pull/15780#issuecomment-1379868484 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: [typo](doc) add hive catalog faq related to kerberos and hdfs (#15826)

2023-01-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 e48d715a3b [typo](doc) add hive catalog faq rel

[GitHub] [doris] yiguolei merged pull request #15826: [typo](doc) add hive catalog faq related to kerberos and hdfs

2023-01-11 Thread GitBox
yiguolei merged PR #15826: URL: https://github.com/apache/doris/pull/15826 -- 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] AshinGau opened a new pull request, #15857: 1.2.1 null

2023-01-11 Thread GitBox
AshinGau opened a new pull request, #15857: URL: https://github.com/apache/doris/pull/15857 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] caoliang-web opened a new pull request, #15856: [typo](doc)nvl add 1.2 label

2023-01-11 Thread GitBox
caoliang-web opened a new pull request, #15856: URL: https://github.com/apache/doris/pull/15856 ## Problem summary 1. nvl add 1.2 label ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [ ] No - [ ] I don't know 2. Has un

[GitHub] [doris] github-actions[bot] commented on pull request #15826: [typo](doc) add hive catalog faq related to kerberos and hdfs

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15826: URL: https://github.com/apache/doris/pull/15826#issuecomment-1379862303 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 #15826: [typo](doc) add hive catalog faq related to kerberos and hdfs

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15826: URL: https://github.com/apache/doris/pull/15826#issuecomment-1379862269 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] hello-stephen commented on pull request #15854: [fix](Nereids): throw exception when aliasedQuery has no alias

2023-01-11 Thread GitBox
hello-stephen commented on PR #15854: URL: https://github.com/apache/doris/pull/15854#issuecomment-1379856361 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.83 seconds load time: 497 seconds storage size: 17122955972 Bytes https://doris-co

[doris] branch master updated (8c47c57264 -> 7441b4dc96)

2023-01-11 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 8c47c57264 [regression-test](array) fix abnormal test on function array_intersect (#15848) add 7441b4dc96 [F

[GitHub] [doris] github-actions[bot] commented on pull request #14396: [Feature](function) Support width_bucket function

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #14396: URL: https://github.com/apache/doris/pull/14396#issuecomment-1379852588 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] dataroaring closed issue #13981: WIDTH_BUCKET function support

2023-01-11 Thread GitBox
dataroaring closed issue #13981: WIDTH_BUCKET function support URL: https://github.com/apache/doris/issues/13981 -- 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] dataroaring merged pull request #14396: [Feature](function) Support width_bucket function

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

[doris] branch master updated (b893c0efd8 -> 8c47c57264)

2023-01-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from b893c0efd8 [typo](doc)any_value add 1.2 label #15827 add 8c47c57264 [regression-test](array) fix abnormal test

[GitHub] [doris] morningman merged pull request #15848: [regression-test](array) fix abnormal test on function array_intersect

2023-01-11 Thread GitBox
morningman merged PR #15848: URL: https://github.com/apache/doris/pull/15848 -- 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] Yukang-Lian opened a new issue, #15855: [Bug] some agg functions return wrong results when the param type is datetimev2

2023-01-11 Thread GitBox
Yukang-Lian opened a new issue, #15855: URL: https://github.com/apache/doris/issues/15855 ### 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 ### Wh

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15665: [WIP](struct-type) support struct-type in vectorize engine

2023-01-11 Thread GitBox
github-actions[bot] commented on code in PR #15665: URL: https://github.com/apache/doris/pull/15665#discussion_r1067720102 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -398,6 +416,24 @@ Status ColumnReader::new_iterator(ColumnIterator** iterator) { } else {

[GitHub] [doris] hello-stephen commented on pull request #15824: [Enhancement](load) delete skiplist for duplicate table in memtable

2023-01-11 Thread GitBox
hello-stephen commented on PR #15824: URL: https://github.com/apache/doris/pull/15824#issuecomment-1379828271 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.64 seconds load time: 517 seconds storage size: 17134295852 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #15853: [refactor](remove unused code) remove buffer pool and disk io mgr

2023-01-11 Thread GitBox
hello-stephen commented on PR #15853: URL: https://github.com/apache/doris/pull/15853#issuecomment-1379825872 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.65 seconds load time: 500 seconds storage size: 17120912260 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #15760: [Chore](build) enable -Wextra and remove some -Wno

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15760: URL: https://github.com/apache/doris/pull/15760#issuecomment-1379805068 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] spaces-X commented on a diff in pull request #15839: [Feature] support segment builder tool

2023-01-11 Thread GitBox
spaces-X commented on code in PR #15839: URL: https://github.com/apache/doris/pull/15839#discussion_r1067656119 ## be/src/tools/builder_helper.cpp: ## @@ -0,0 +1,295 @@ +#include "tools/builder_helper.h" + +#include +#include +#include +#include +#include +#include +#inclu

[GitHub] [doris] github-actions[bot] commented on pull request #15794: [bugfix](datetimev2) fix coredump when load datatime data to doris from parquet

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15794: URL: https://github.com/apache/doris/pull/15794#issuecomment-1379802096 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] XieJiann opened a new pull request, #15854: [fix](Nereids): throw exception when aliasedQuery has no alias

2023-01-11 Thread GitBox
XieJiann opened a new pull request, #15854: URL: https://github.com/apache/doris/pull/15854 Signed-off-by: xiejiann # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the ori

[GitHub] [doris] AshinGau closed pull request #15803: [bugfix](datetimev2) fix coredump when load datatime data to doris from parquet

2023-01-11 Thread GitBox
AshinGau closed pull request #15803: [bugfix](datetimev2) fix coredump when load datatime data to doris from parquet URL: https://github.com/apache/doris/pull/15803 -- 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 #15760: [Chore](build) enable -Wextra and remove some -Wno

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15760: URL: https://github.com/apache/doris/pull/15760#issuecomment-1379795249 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 #15824: [Enhancement](load) delete skiplist for duplicate table in memtable

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15824: URL: https://github.com/apache/doris/pull/15824#issuecomment-1379794440 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 #15853: [refactor](remove unused code) remove buffer pool and disk io mgr

2023-01-11 Thread GitBox
github-actions[bot] commented on code in PR #15853: URL: https://github.com/apache/doris/pull/15853#discussion_r1067683936 ## be/test/runtime/test_env.cc: ## @@ -34,8 +33,6 @@ TestEnv::TestEnv() { // Some code will use ExecEnv::GetInstance(), so init the global ExecEnv sin

[doris] branch master updated (92dd7c442a -> b893c0efd8)

2023-01-11 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 92dd7c442a [enhancement](unique key) disable concurrent flush memtable for unique key (#15802) add b893c0efd8 [

[GitHub] [doris] yiguolei merged pull request #15827: [typo](doc)any_value add 1.2 label

2023-01-11 Thread GitBox
yiguolei merged PR #15827: URL: https://github.com/apache/doris/pull/15827 -- 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] yiguolei opened a new pull request, #15853: [refactor](remove unused code) remove buffer pool and disk io mgr

2023-01-11 Thread GitBox
yiguolei opened a new pull request, #15853: URL: https://github.com/apache/doris/pull/15853 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] github-actions[bot] commented on pull request #15794: [bugfix](datetimev2) fix coredump when load datatime data to doris from parquet

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15794: URL: https://github.com/apache/doris/pull/15794#issuecomment-1379787961 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: [enhancement](unique key) disable concurrent flush memtable for unique key (#15802)

2023-01-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 92dd7c442a [enhancement](unique key) disable co

[GitHub] [doris] yiguolei merged pull request #15802: [enhancement](unique key) disable concurrent flush memtable for unique key

2023-01-11 Thread GitBox
yiguolei merged PR #15802: URL: https://github.com/apache/doris/pull/15802 -- 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] github-actions[bot] commented on pull request #15762: [Bug](predicate) add double predicate creator

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15762: URL: https://github.com/apache/doris/pull/15762#issuecomment-1379786242 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 #15762: [Bug](predicate) add double predicate creator

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15762: URL: https://github.com/apache/doris/pull/15762#issuecomment-1379786207 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] caoliang-web opened a new pull request, #15852: [regression](flink)add flink doris connector case

2023-01-11 Thread GitBox
caoliang-web opened a new pull request, #15852: URL: https://github.com/apache/doris/pull/15852 ## Problem summary add flink doris connector case ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [ ] No - [ ] I don't know

[GitHub] [doris] adonis0147 opened a new pull request, #15851: [fix](regression-test) Fix the build for Java UDF Case

2023-01-11 Thread GitBox
adonis0147 opened a new pull request, #15851: URL: https://github.com/apache/doris/pull/15851 # Proposed changes Issue Number: close #15850 ## Problem summary After opening the project in Intellij Idea, we can see the cause. It is because Maven of which the version is 3

[doris] branch master updated (b86e781727 -> 39697bb83e)

2023-01-11 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from b86e781727 [testcase](index)change wait timeout from 1m to 2m in index_meta testcase #15838 add 39697bb83e [fi

[GitHub] [doris] morrySnow merged pull request #15810: [fix](Nereids): make the type of the first parameter in window_funnel is intergerLike

2023-01-11 Thread GitBox
morrySnow merged PR #15810: URL: https://github.com/apache/doris/pull/15810 -- 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

[GitHub] [doris] adonis0147 opened a new issue, #15850: [Bug] Failed to build Java UDF Case

2023-01-11 Thread GitBox
adonis0147 opened a new issue, #15850: URL: https://github.com/apache/doris/issues/15850 ### 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 Doris Version: master

[GitHub] [doris] github-actions[bot] commented on pull request #15760: [Chore](build) enable -Wextra and remove some -Wno

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15760: URL: https://github.com/apache/doris/pull/15760#issuecomment-1379776930 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 #15810: [fix](Nereids): make the type of the first parameter in window_funnel is intergerLike

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15810: URL: https://github.com/apache/doris/pull/15810#issuecomment-1379775090 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 #15810: [fix](Nereids): make the type of the first parameter in window_funnel is intergerLike

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15810: URL: https://github.com/apache/doris/pull/15810#issuecomment-1379775065 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] eldenmoon commented on a diff in pull request #15848: [regression-test](array) fix abnormal test on function array_intersect

2023-01-11 Thread GitBox
eldenmoon commented on code in PR #15848: URL: https://github.com/apache/doris/pull/15848#discussion_r1067668611 ## regression-test/suites/query_p0/sql_functions/array_functions/test_array_functions_by_literal.groovy: ## @@ -190,6 +190,6 @@ suite("test_array_functions_by_literal

[GitHub] [doris] spaces-X commented on a diff in pull request #15839: [Feature] support segment builder tool

2023-01-11 Thread GitBox
spaces-X commented on code in PR #15839: URL: https://github.com/apache/doris/pull/15839#discussion_r1067656119 ## be/src/tools/builder_helper.cpp: ## @@ -0,0 +1,295 @@ +#include "tools/builder_helper.h" + +#include +#include +#include +#include +#include +#include +#inclu

[doris] branch master updated (ea0ef0d880 -> b86e781727)

2023-01-11 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 ea0ef0d880 [fix](session-variable) repeat_max_num should be forwarded (#15840) add b86e781727 [testcase](index)

[GitHub] [doris] yiguolei merged pull request #15838: [testcase](index)change wait timeout from 1m to 2m in index_meta testcase

2023-01-11 Thread GitBox
yiguolei merged PR #15838: URL: https://github.com/apache/doris/pull/15838 -- 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] hello-stephen commented on pull request #15849: [feature-wip](MTMV) Support table aliases when creating a materialized view with multiple tables

2023-01-11 Thread GitBox
hello-stephen commented on PR #15849: URL: https://github.com/apache/doris/pull/15849#issuecomment-1379763280 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.6 seconds load time: 511 seconds storage size: 1712073 Bytes https://doris-com

[GitHub] [doris] eldenmoon commented on a diff in pull request #15848: [regression-test](array) fix abnormal test on function array_intersect

2023-01-11 Thread GitBox
eldenmoon commented on code in PR #15848: URL: https://github.com/apache/doris/pull/15848#discussion_r1067663248 ## regression-test/suites/query_p0/sql_functions/array_functions/test_array_functions_by_literal.groovy: ## @@ -190,6 +190,6 @@ suite("test_array_functions_by_literal

[GitHub] [doris] dataroaring commented on a diff in pull request #15832: [Feature](remote) Cooldown cold data to object storage only one replica

2023-01-11 Thread GitBox
dataroaring commented on code in PR #15832: URL: https://github.com/apache/doris/pull/15832#discussion_r1067663176 ## be/src/agent/task_worker_pool.cpp: ## @@ -1693,4 +1697,43 @@ void TaskWorkerPool::_storage_update_storage_policy_worker_thread_callback() { } } +void Ta

[GitHub] [doris] github-actions[bot] commented on pull request #15843: [vectorzied](jdbc) fix jdbc executor for get result by batch and memo…

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15843: URL: https://github.com/apache/doris/pull/15843#issuecomment-1379761510 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 #15843: [vectorzied](jdbc) fix jdbc executor for get result by batch and memo…

2023-01-11 Thread GitBox
github-actions[bot] commented on PR #15843: URL: https://github.com/apache/doris/pull/15843#issuecomment-1379759191 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] cambyzju commented on a diff in pull request #15837: [Feature](Materialized-View) support duplicate base column for diffrent aggregate function

2023-01-11 Thread GitBox
cambyzju commented on code in PR #15837: URL: https://github.com/apache/doris/pull/15837#discussion_r1067657509 ## be/src/olap/schema_change.cpp: ## @@ -427,7 +416,7 @@ Status VSchemaChangeDirectly::_inner_process(RowsetReaderSharedPtr rowset_reader auto ref_block = s

[GitHub] [doris] cambyzju commented on a diff in pull request #15848: [regression-test](array) fix abnormal test on function array_intersect

2023-01-11 Thread GitBox
cambyzju commented on code in PR #15848: URL: https://github.com/apache/doris/pull/15848#discussion_r1067655729 ## regression-test/suites/query_p0/sql_functions/array_functions/test_array_functions_by_literal.groovy: ## @@ -190,6 +190,6 @@ suite("test_array_functions_by_literal"

[GitHub] [doris] adonis0147 opened a new pull request, #15849: [feature-wip](MTMV) Support table aliases when creating a materialized view with multiple tables

2023-01-11 Thread GitBox
adonis0147 opened a new pull request, #15849: URL: https://github.com/apache/doris/pull/15849 ## Use Case ```shell mysql> CREATE TABLE t_user ( -> event_day DATE, -> id bigint, -> username varchar(20) -> ) -> DISTRIBUTED BY HASH(id) BUCKETS 1

[GitHub] [doris] cambyzju commented on pull request #15831: [fix](fe)predicate is wrongly pushed through CUBE function

2023-01-11 Thread GitBox
cambyzju commented on PR #15831: URL: https://github.com/apache/doris/pull/15831#issuecomment-1379748230 Please add some description about this problem. -- 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

  1   2   3   >