[GitHub] [doris] englefly closed pull request #15688: [fix](nereids) WIP!!! fix CaseWhen and Sum datatype error

2023-01-10 Thread GitBox
englefly closed pull request #15688: [fix](nereids) WIP!!! fix CaseWhen and Sum datatype error URL: https://github.com/apache/doris/pull/15688 -- 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 spe

[GitHub] [doris] morningman commented on pull request #15779: [fix](bitmap) fix bitmap iterator comparison error

2023-01-10 Thread GitBox
morningman commented on PR #15779: URL: https://github.com/apache/doris/pull/15779#issuecomment-1378136856 please link to an issue -- 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] xinyiZzz commented on a diff in pull request #15716: [enhancement](memtracker) Improve readability

2023-01-10 Thread GitBox
xinyiZzz commented on code in PR #15716: URL: https://github.com/apache/doris/pull/15716#discussion_r1066500857 ## be/src/olap/push_handler.cpp: ## @@ -829,8 +829,8 @@ Status PushBrokerReader::init(const Schema* schema, const TBrokerScanRange& t_sc } _runtime_profile

[GitHub] [doris] AshinGau opened a new pull request, #15794: [bugfix](datetimev2) fix coredump when load datatime data to doris from parquet

2023-01-10 Thread GitBox
AshinGau opened a new pull request, #15794: URL: https://github.com/apache/doris/pull/15794 # Proposed changes Issue Number: close #xxx ## Problem summary `date_time_v2` will check scale when constructed datatimev2: ``` LOG(FATAL) << fmt::format("Scale {} is out of boun

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

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

[GitHub] [doris] HappenLee merged pull request #15728: [Build](cmake) Uniform capitalization keyword of cmakelist

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

[doris] branch master updated: [Build](cmake) Uniform capitalization keyword of cmake (#15728)

2023-01-10 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 f5948eb4b0 [Build](cmake) Uniform capitalizati

[GitHub] [doris] github-actions[bot] commented on pull request #15716: [enhancement](memtracker) Improve readability

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15716: URL: https://github.com/apache/doris/pull/15716#issuecomment-1378150961 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 merged pull request #15713: [refactor] separate agg and flush in memtable

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

[doris] branch master updated: [refactor] separate agg and flush in memtable (#15713)

2023-01-10 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new fe5e5d2bf4 [refactor] separate agg and flush

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

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

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15772: URL: https://github.com/apache/doris/pull/15772#issuecomment-1378154265 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, #15795: [DRAFT](datev2) test auto conversion

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

[GitHub] [doris] zbtzbtzbt opened a new pull request, #15796: [enhancement](load) delete skiplist for duplicate table in memtable

2023-01-10 Thread GitBox
zbtzbtzbt opened a new pull request, #15796: URL: https://github.com/apache/doris/pull/15796 # Proposed changes delete skiplist for dup table when data load. ## Problem summary when load data, data will be insert into skiplist in memtable, for each row skiplist need to **Fin

[GitHub] [doris] luozenglin opened a new issue, #15797: [Bug] inbitmap query result is incorrect

2023-01-10 Thread GitBox
luozenglin opened a new issue, #15797: URL: https://github.com/apache/doris/issues/15797 ### 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, 1.2 ##

[GitHub] [doris] Gabriel39 commented on issue #15307: [Bug] Use correct decimal scale for function `round`

2023-01-10 Thread GitBox
Gabriel39 commented on issue #15307: URL: https://github.com/apache/doris/issues/15307#issuecomment-1378162572 @Yukang-Lian Thanks for your kindly help! I think these steps are specific enough. @Prakhar047 Follow these steps and feel free to discuss with me if you need help. -- This is a

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15796: [enhancement](load) delete skiplist for duplicate table in memtable

2023-01-10 Thread GitBox
github-actions[bot] commented on code in PR #15796: URL: https://github.com/apache/doris/pull/15796#discussion_r1066518076 ## be/src/olap/memtable.cpp: ## @@ -281,21 +301,20 @@ void MemTable::_collect_vskiplist_results() { vectorized::MutableBlock::build_mu

[GitHub] [doris] luozenglin commented on pull request #15779: [fix](bitmap) fix bitmap iterator comparison error

2023-01-10 Thread GitBox
luozenglin commented on PR #15779: URL: https://github.com/apache/doris/pull/15779#issuecomment-1378166989 > please link to an issue done -- 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 th

[GitHub] [doris] jackwener closed pull request #15744: [fix](Nereids): compartTo support `VarcharType`.

2023-01-10 Thread GitBox
jackwener closed pull request #15744: [fix](Nereids): compartTo support `VarcharType`. URL: https://github.com/apache/doris/pull/15744 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[GitHub] [doris] airborne12 opened a new pull request, #15798: [Fix](deps) change brpc 1.2.0 md5 due to it's update

2023-01-10 Thread GitBox
airborne12 opened a new pull request, #15798: URL: https://github.com/apache/doris/pull/15798 # Proposed changes fix brpc-1.2.0 md5 check fail /Users/runner/work/doris-thirdparty/doris-thirdparty/thirdparty/src/incubator-brpc-1.2.0.tar.gz md5sum check failed! except-md5 556c024d5f7

[GitHub] [doris] enterwhat opened a new issue, #15799: [Bug] ALTER TABLE tablename MODIFY COLUMN 对于 array 数组报错

2023-01-10 Thread GitBox
enterwhat opened a new issue, #15799: URL: https://github.com/apache/doris/issues/15799 ### 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-1.2.1-rc01-Unkno

[GitHub] [doris] github-actions[bot] commented on pull request #15780: [feature](multi-catalog) support clickhouse jdbc catalog

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

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15772: URL: https://github.com/apache/doris/pull/15772#issuecomment-1378175817 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] EvanTheBoy opened a new pull request, #15800: Update be-vscode-dev.md

2023-01-10 Thread GitBox
EvanTheBoy opened a new pull request, #15800: URL: https://github.com/apache/doris/pull/15800 Modified some syntax errors, making it more comfortable for developers to read. # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes.

[GitHub] [doris] dutyu opened a new pull request, #15801: [Enhancement](export) cancel all running coordinators when execute ca…

2023-01-10 Thread GitBox
dutyu opened a new pull request, #15801: URL: https://github.com/apache/doris/pull/15801 …ncel-export statement. # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the origina

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15796: [enhancement](load) delete skiplist for duplicate table in memtable

2023-01-10 Thread GitBox
github-actions[bot] commented on code in PR #15796: URL: https://github.com/apache/doris/pull/15796#discussion_r1066531592 ## be/src/olap/memtable.cpp: ## @@ -281,90 +301,90 @@ vectorized::MutableBlock::build_mutable_block(empty_input_block.get());

[GitHub] [doris] github-actions[bot] commented on pull request #15792: [fix](DOE): Fix query _id error and es properties error

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15792: URL: https://github.com/apache/doris/pull/15792#issuecomment-1378181901 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 #15792: [fix](DOE): Fix query _id error and es properties error

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15792: URL: https://github.com/apache/doris/pull/15792#issuecomment-1378181925 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] zhannngchen opened a new pull request, #15802: [enhancement](unique key) disable concurrent flush memtable for unique key

2023-01-10 Thread GitBox
zhannngchen opened a new pull request, #15802: URL: https://github.com/apache/doris/pull/15802 # Proposed changes Issue Number: close #xxx ## Problem summary For unique key table, if there are same keys in one load job, we should make sure the order of these keys are sam

[GitHub] [doris] BePPPower commented on pull request #15780: [feature](multi-catalog) support clickhouse jdbc catalog

2023-01-10 Thread GitBox
BePPPower commented on PR #15780: URL: https://github.com/apache/doris/pull/15780#issuecomment-1378183327 Hi, you need add a judgment in `org.apache.doris.external.jdbc.JdbcClient#parseDbType` -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [doris] adonis0147 merged pull request #15789: [chore](thirdparty) Fix the md5sum of the package brpc-1.2.0.tar.gz

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

[doris] branch master updated (fe5e5d2bf4 -> 5c2a38d2a1)

2023-01-10 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from fe5e5d2bf4 [refactor] separate agg and flush in memtable (#15713) add 5c2a38d2a1 [chore](thirdparty) Fix the m

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

2023-01-10 Thread GitBox
AshinGau opened a new pull request, #15803: URL: https://github.com/apache/doris/pull/15803 # 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 #15802: [enhancement](unique key) disable concurrent flush memtable for unique key

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

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15796: URL: https://github.com/apache/doris/pull/15796#issuecomment-1378185726 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] 02/02: [chore](thirdparty) Fix the md5sum of the package brpc-1.2.0.tar.gz (#15789)

2023-01-10 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit b012878d298531ca9957a7426e1d36473e9260e0 Author: Adonis Ling AuthorDate: Wed Jan 11 11:05:21 2023 +0800

[doris] branch branch-1.2-lts updated (de520a68c9 -> b012878d29)

2023-01-10 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git from de520a68c9 [deps](hdfs) update libhdfs3 to v2.3.5 to support KMS (#15770) new a23c71be1a [chore](thir

[doris] 01/02: [chore](thirdparty) fix bug that GSSAPI of libgsasl is disabled (#15753)

2023-01-10 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit a23c71be1ab7ab3b6277bd93cf454a4f7600c692 Author: Mingyu Chen AuthorDate: Wed Jan 11 09:07:46 2023 +0800

[GitHub] [doris] github-actions[bot] commented on pull request #15802: [enhancement](unique key) disable concurrent flush memtable for unique key

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

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15802: URL: https://github.com/apache/doris/pull/15802#issuecomment-1378186144 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] adonis0147 merged pull request #15661: [fix](compile) compile failed in Mac with clang14

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

[doris] branch master updated (5c2a38d2a1 -> 870b5c44e6)

2023-01-10 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 5c2a38d2a1 [chore](thirdparty) Fix the md5sum of the package brpc-1.2.0.tar.gz (#15789) add 870b5c44e6 [fix](

[GitHub] [doris] airborne12 closed pull request #15798: [Fix](deps) change brpc 1.2.0 md5 due to it's update

2023-01-10 Thread GitBox
airborne12 closed pull request #15798: [Fix](deps) change brpc 1.2.0 md5 due to it's update URL: https://github.com/apache/doris/pull/15798 -- 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 specif

[GitHub] [doris] github-actions[bot] commented on pull request #15800: Update be-vscode-dev.md

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15800: URL: https://github.com/apache/doris/pull/15800#issuecomment-1378192667 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 #15800: Update be-vscode-dev.md

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15800: URL: https://github.com/apache/doris/pull/15800#issuecomment-1378192686 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] airborne12 closed pull request #15788: [Feature-WIP](inverted index) inverted index writer's implementation

2023-01-10 Thread GitBox
airborne12 closed pull request #15788: [Feature-WIP](inverted index) inverted index writer's implementation URL: https://github.com/apache/doris/pull/15788 -- 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] xy720 merged pull request #15732: [chore](Session) remove unused codes for enable_lateral_view

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

[doris] branch master updated: [chore](Session) remove unused codes for enable_lateral_view

2023-01-10 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang 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 3c8c31a5f8 [chore](Session) remove unused codes f

[GitHub] [doris] github-actions[bot] commented on pull request #15738: [Bug](mv) fix mv selector check group expr && forbid create dup mv with bitmap/…

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15738: URL: https://github.com/apache/doris/pull/15738#issuecomment-1378195206 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 #15738: [Bug](mv) fix mv selector check group expr && forbid create dup mv with bitmap/…

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15738: URL: https://github.com/apache/doris/pull/15738#issuecomment-1378195230 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] zhannngchen opened a new pull request, #15804: [branch-1.1-lts](unique key) disable concurrent flush memtable for unique key

2023-01-10 Thread GitBox
zhannngchen opened a new pull request, #15804: URL: https://github.com/apache/doris/pull/15804 # 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 #15746: [enhance](Nereids): github action forgot some nereids file.

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15746: URL: https://github.com/apache/doris/pull/15746#issuecomment-1378198683 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 #15746: [enhance](Nereids): github action forgot some nereids file.

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15746: URL: https://github.com/apache/doris/pull/15746#issuecomment-1378198701 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] BiteTheDDDDt merged pull request #15738: [Bug](mv) fix mv selector check group expr && forbid create dup mv with bitmap/…

2023-01-10 Thread GitBox
BiteThet merged PR #15738: URL: https://github.com/apache/doris/pull/15738 -- 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 (3c8c31a5f8 -> 2587095811)

2023-01-10 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 3c8c31a5f8 [chore](Session) remove unused codes for enable_lateral_view add 2587095811 [Bug](mv) fix mv select

[GitHub] [doris] ByteYue opened a new pull request, #15805: [bug](compile) fix vscan node compile error

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

[GitHub] [doris] jackwener merged pull request #15746: [enhance](Nereids): github action forgot some nereids file.

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

[doris] branch master updated (2587095811 -> 94f6380137)

2023-01-10 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 2587095811 [Bug](mv) fix mv selector check group expr && forbid create dup mv with bitmap/hll && add some case (#1573

[GitHub] [doris] github-actions[bot] commented on pull request #15805: [bug](compile) fix vscan node compile error

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15805: URL: https://github.com/apache/doris/pull/15805#issuecomment-1378203361 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 #15805: [bug](compile) fix vscan node compile error

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15805: URL: https://github.com/apache/doris/pull/15805#issuecomment-1378203390 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] morningman commented on a diff in pull request #15805: [bug](compile) fix vscan node compile error

2023-01-10 Thread GitBox
morningman commented on code in PR #15805: URL: https://github.com/apache/doris/pull/15805#discussion_r1066546842 ## be/src/vec/exec/scan/vmeta_scan_node.cpp: ## @@ -53,7 +53,7 @@ Status VMetaScanNode::_init_scanners(std::list* scanners) { } for (auto& scan_range : _s

[GitHub] [doris] github-actions[bot] commented on pull request #15805: [bug](compile) fix vscan node compile error

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15805: URL: https://github.com/apache/doris/pull/15805#issuecomment-1378204114 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] jacktengg opened a new pull request, #15806: [log](vlog) improve vlog print for query TExecPlanFragmentParams

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

[GitHub] [doris] airborne12 opened a new pull request, #15807: [Update](deps) add clucene deps for doris inverted index

2023-01-10 Thread GitBox
airborne12 opened a new pull request, #15807: URL: https://github.com/apache/doris/pull/15807 # Proposed changes As part of [Inverted Index DSIP](https://cwiki.apache.org/confluence/display/DORIS/DSIP-023%3A+Add+inverted+index+for+full+text+search) steps, we'd like to contribute our

[GitHub] [doris] github-actions[bot] commented on pull request #15805: [bug](compile) fix vscan node compile error

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15805: URL: https://github.com/apache/doris/pull/15805#issuecomment-1378206723 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 #15805: [bug](compile) fix vscan node compile error

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15805: URL: https://github.com/apache/doris/pull/15805#issuecomment-1378206950 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 #15806: [log](vlog) improve vlog print for query TExecPlanFragmentParams

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15806: URL: https://github.com/apache/doris/pull/15806#issuecomment-1378206985 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 #15806: [log](vlog) improve vlog print for query TExecPlanFragmentParams

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15806: URL: https://github.com/apache/doris/pull/15806#issuecomment-1378207433 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 #15806: [log](vlog) improve vlog print for query TExecPlanFragmentParams

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15806: URL: https://github.com/apache/doris/pull/15806#issuecomment-1378207452 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] Yukang-Lian commented on pull request #15800: [doc] Update be-vscode-dev.md

2023-01-10 Thread GitBox
Yukang-Lian commented on PR #15800: URL: https://github.com/apache/doris/pull/15800#issuecomment-1378208884 > I think the modifications were reasonable. Of course, it is reasonable and remarkable! LGTM means 'looks good to me', you just need to wait for someone who have write access t

[GitHub] [doris] github-actions[bot] commented on pull request #15805: [bug](compile) fix vscan node compile error

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15805: URL: https://github.com/apache/doris/pull/15805#issuecomment-1378209309 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] adonis0147 commented on pull request #15800: [doc] Update be-vscode-dev.md

2023-01-10 Thread GitBox
adonis0147 commented on PR #15800: URL: https://github.com/apache/doris/pull/15800#issuecomment-1378210158 Hi @EvanTheBoy , thanks for your contribution, it is a nice job. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [doris] github-actions[bot] commented on pull request #15807: [Update](deps) add clucene deps for doris inverted index

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15807: URL: https://github.com/apache/doris/pull/15807#issuecomment-1378214951 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 #15807: [Update](deps) add clucene deps for doris inverted index

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15807: URL: https://github.com/apache/doris/pull/15807#issuecomment-1378214976 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] EvanTheBoy commented on pull request #15800: [doc] Update be-vscode-dev.md

2023-01-10 Thread GitBox
EvanTheBoy commented on PR #15800: URL: https://github.com/apache/doris/pull/15800#issuecomment-1378216922 Thanks! ⊙Copy↗&that! ***@***.***   -- 原始邮件 -- 发件人:

[GitHub] [doris] zy-kkk commented on pull request #15780: [feature](multi-catalog) support clickhouse jdbc catalog

2023-01-10 Thread GitBox
zy-kkk commented on PR #15780: URL: https://github.com/apache/doris/pull/15780#issuecomment-1378217194 > Hi, you need add a judgment in `org.apache.doris.external.jdbc.JdbcClient#parseDbType` done -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [doris] github-actions[bot] commented on pull request #15780: [feature](multi-catalog) support clickhouse jdbc catalog

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

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15780: URL: https://github.com/apache/doris/pull/15780#issuecomment-1378221319 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] EvanTheBoy commented on pull request #15800: [doc] Update be-vscode-dev.md

2023-01-10 Thread GitBox
EvanTheBoy commented on PR #15800: URL: https://github.com/apache/doris/pull/15800#issuecomment-1378222470 > > I think the modifications were reasonable. > > Of course, it is reasonable and remarkable! LGTM means 'looks good to me', you just need to wait for someone who have write acc

[GitHub] [doris] adonis0147 merged pull request #15800: [doc] Update be-vscode-dev.md

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

[doris] branch master updated (94f6380137 -> af3416ede0)

2023-01-10 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 94f6380137 [enhance](Nereids): github action forgot some nereids file. (#15746) add af3416ede0 [docs] Update

[GitHub] [doris] Yukang-Lian commented on pull request #15800: [doc] Update be-vscode-dev.md

2023-01-10 Thread GitBox
Yukang-Lian commented on PR #15800: URL: https://github.com/apache/doris/pull/15800#issuecomment-1378232644 > > > I think the modifications were reasonable. > > > > > > Of course, it is reasonable and remarkable! LGTM means 'looks good to me', you just need to wait for someone who

[GitHub] [doris] github-actions[bot] commented on pull request #15786: [fix](Nereids): move parentExpression in moveOwnership()

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15786: URL: https://github.com/apache/doris/pull/15786#issuecomment-1378232913 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 #15786: [fix](Nereids): move parentExpression in moveOwnership()

2023-01-10 Thread GitBox
github-actions[bot] commented on PR #15786: URL: https://github.com/apache/doris/pull/15786#issuecomment-1378232936 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] zbtzbtzbt closed pull request #15796: [enhancement](load) delete skiplist for duplicate table in memtable

2023-01-10 Thread GitBox
zbtzbtzbt closed pull request #15796: [enhancement](load) delete skiplist for duplicate table in memtable URL: https://github.com/apache/doris/pull/15796 -- 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 g

[GitHub] [doris] hello-stephen commented on pull request #15805: [bug](compile) fix vscan node compile error

2023-01-10 Thread GitBox
hello-stephen commented on PR #15805: URL: https://github.com/apache/doris/pull/15805#issuecomment-1378233979 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 37.19 seconds load time: 526 seconds storage size: 17123347030 Bytes https://doris-co

[GitHub] [doris] morrySnow merged pull request #15740: [Feature](Nereids)add relation id to unboundTVFRelation to avoid incorrect group expression comparison

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

[doris] branch master updated (af3416ede0 -> 7f2c433e08)

2023-01-10 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from af3416ede0 [docs] Update be-vscode-dev.md (#15800) add 7f2c433e08 [feature](Nereids) add relation id to unbound

[GitHub] [doris] adonis0147 commented on a diff in pull request #15807: [Update](deps) add clucene deps for doris inverted index

2023-01-10 Thread GitBox
adonis0147 commented on code in PR #15807: URL: https://github.com/apache/doris/pull/15807#discussion_r1066568186 ## thirdparty/build-thirdparty.sh: ## @@ -1545,12 +1545,43 @@ build_concurrentqueue() { cp ./*.h "${TP_INSTALL_DIR}/include/" } +#clucene +build_clucene() {

[GitHub] [doris] adonis0147 commented on a diff in pull request #15807: [Update](deps) add clucene deps for doris inverted index

2023-01-10 Thread GitBox
adonis0147 commented on code in PR #15807: URL: https://github.com/apache/doris/pull/15807#discussion_r1066570113 ## thirdparty/build-thirdparty.sh: ## @@ -1545,12 +1545,43 @@ build_concurrentqueue() { cp ./*.h "${TP_INSTALL_DIR}/include/" } +#clucene +build_clucene() {

[GitHub] [doris] morrySnow merged pull request #15784: [fix](nereids) orthogonal_bitmap_intersect's return type should be bitmap

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

[doris] branch master updated: [fix](nereids) orthogonal_bitmap_intersect's return type should be bitmap (#15784)

2023-01-10 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 006b3bd61a [fix](nereids) orthogonal_bitmap_in

[GitHub] [doris] adonis0147 commented on a diff in pull request #15807: [Update](deps) add clucene deps for doris inverted index

2023-01-10 Thread GitBox
adonis0147 commented on code in PR #15807: URL: https://github.com/apache/doris/pull/15807#discussion_r1066572527 ## thirdparty/build-thirdparty.sh: ## @@ -1545,12 +1545,43 @@ build_concurrentqueue() { cp ./*.h "${TP_INSTALL_DIR}/include/" } +#clucene +build_clucene() {

[GitHub] [doris] adonis0147 commented on a diff in pull request #15807: [Update](deps) add clucene deps for doris inverted index

2023-01-10 Thread GitBox
adonis0147 commented on code in PR #15807: URL: https://github.com/apache/doris/pull/15807#discussion_r1066569070 ## thirdparty/build-thirdparty.sh: ## @@ -1545,12 +1545,43 @@ build_concurrentqueue() { cp ./*.h "${TP_INSTALL_DIR}/include/" } +#clucene +build_clucene() {

[GitHub] [doris] adonis0147 commented on a diff in pull request #15807: [Update](deps) add clucene deps for doris inverted index

2023-01-10 Thread GitBox
adonis0147 commented on code in PR #15807: URL: https://github.com/apache/doris/pull/15807#discussion_r1066569070 ## thirdparty/build-thirdparty.sh: ## @@ -1545,12 +1545,43 @@ build_concurrentqueue() { cp ./*.h "${TP_INSTALL_DIR}/include/" } +#clucene +build_clucene() {

[GitHub] [doris] adonis0147 commented on a diff in pull request #15807: [Update](deps) add clucene deps for doris inverted index

2023-01-10 Thread GitBox
adonis0147 commented on code in PR #15807: URL: https://github.com/apache/doris/pull/15807#discussion_r1066569070 ## thirdparty/build-thirdparty.sh: ## @@ -1545,12 +1545,43 @@ build_concurrentqueue() { cp ./*.h "${TP_INSTALL_DIR}/include/" } +#clucene +build_clucene() {

[GitHub] [doris] airborne12 commented on a diff in pull request #15807: [Update](deps) add clucene deps for doris inverted index

2023-01-10 Thread GitBox
airborne12 commented on code in PR #15807: URL: https://github.com/apache/doris/pull/15807#discussion_r1066582693 ## thirdparty/build-thirdparty.sh: ## @@ -1545,12 +1545,43 @@ build_concurrentqueue() { cp ./*.h "${TP_INSTALL_DIR}/include/" } +#clucene +build_clucene() {

[GitHub] [doris] airborne12 commented on a diff in pull request #15807: [Update](deps) add clucene deps for doris inverted index

2023-01-10 Thread GitBox
airborne12 commented on code in PR #15807: URL: https://github.com/apache/doris/pull/15807#discussion_r1066585485 ## thirdparty/build-thirdparty.sh: ## @@ -1545,12 +1545,43 @@ build_concurrentqueue() { cp ./*.h "${TP_INSTALL_DIR}/include/" } +#clucene +build_clucene() {

[GitHub] [doris] airborne12 commented on a diff in pull request #15807: [Update](deps) add clucene deps for doris inverted index

2023-01-10 Thread GitBox
airborne12 commented on code in PR #15807: URL: https://github.com/apache/doris/pull/15807#discussion_r1066585485 ## thirdparty/build-thirdparty.sh: ## @@ -1545,12 +1545,43 @@ build_concurrentqueue() { cp ./*.h "${TP_INSTALL_DIR}/include/" } +#clucene +build_clucene() {

[GitHub] [doris] morningman opened a new pull request, #15808: [refactor](fe) remove type related class to fe-common to reduce java-udf jar size

2023-01-10 Thread GitBox
morningman opened a new pull request, #15808: URL: https://github.com/apache/doris/pull/15808 # Proposed changes Issue Number: close #xxx ## Problem summary java-udf-jar-with-dependencies.jar is almost 400MB, because it depends on fe-core, so it will contains all jars

<    1   2   3   4   >