[GitHub] [doris] github-actions[bot] commented on pull request #15360: [fix](string) fix offsets over flow for extreme large String column

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

[GitHub] [doris] sohardforaname opened a new pull request, #15361: [Fix](Nereids)fix bug: expressions is not be extracted bug when binding function

2022-12-26 Thread GitBox
sohardforaname opened a new pull request, #15361: URL: https://github.com/apache/doris/pull/15361 # Proposed changes Issue Number: close #xxx ## Problem summary fix bug: expressions is not be extracted bug when binding function by: add binding function accept a set and

[GitHub] [doris] github-actions[bot] commented on pull request #15360: [fix](string) fix offsets over flow for extreme large String column

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15360: URL: https://github.com/apache/doris/pull/15360#issuecomment-1364986763 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 opened a new pull request, #15362: [typo](docs) fix version tag for docs of s3 token

2022-12-26 Thread GitBox
Yulei-Yang opened a new pull request, #15362: URL: https://github.com/apache/doris/pull/15362 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] Yulei-Yang commented on a diff in pull request #15340: [Improvement](S3) support access s3 via temporary security credentials

2022-12-26 Thread GitBox
Yulei-Yang commented on code in PR #15340: URL: https://github.com/apache/doris/pull/15340#discussion_r1057127378 ## docs/zh-CN/docs/data-operate/import/import-scenes/external-storage-load.md: ## @@ -180,3 +180,17 @@ S3 SDK 默认使用 `virtual-hosted style` 方式。但某些对象存储系统 "use_

[GitHub] [doris] yangzhg merged pull request #15352: [bugfix](from_unixtime) fix timezone not work for from_unixtime

2022-12-26 Thread GitBox
yangzhg merged PR #15352: URL: https://github.com/apache/doris/pull/15352 -- 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.apac

[doris] branch branch-1.2-lts updated: [bugfix](from_unixtime) fix timezone not work for from_unixtime (#15298) (#15352)

2022-12-26 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new c45f30023e [bugfix](from_unixtim

[GitHub] [doris] lsy3993 opened a new pull request, #15363: [typo](docs) fix wrong date format

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

[GitHub] [doris] pengxiangyu opened a new pull request, #15364: Add drop storage policy

2022-12-26 Thread GitBox
pengxiangyu opened a new pull request, #15364: URL: https://github.com/apache/doris/pull/15364 # Proposed changes Issue Number: close #14331 ## Problem summary Our current cold and hot separation creation strategy does not support deletion. After creating an error, there

[GitHub] [doris] freemandealer commented on a diff in pull request #14722: [fix](vec) VMergeIterator add key same label for agg table

2022-12-26 Thread GitBox
freemandealer commented on code in PR #14722: URL: https://github.com/apache/doris/pull/14722#discussion_r1057121438 ## be/test/olap/segcompaction_test.cpp: ## @@ -419,6 +419,7 @@ TEST_F(SegCompactionTest, SegCompactionInterleaveWithBig_OOoOO) { }

[GitHub] [doris] github-actions[bot] commented on pull request #14722: [fix](vec) VMergeIterator add key same label for agg table

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #14722: URL: https://github.com/apache/doris/pull/14722#issuecomment-1364995077 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 #15357: [chore](gutil) remove some gutil files and use c++ stl instead

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15357: URL: https://github.com/apache/doris/pull/15357#issuecomment-1364996005 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 #15357: [chore](gutil) remove some gutil files and use c++ stl instead

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15357: URL: https://github.com/apache/doris/pull/15357#issuecomment-1364997739 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 #15212: [Feature](Materialized-View) support advanced Materialized-View

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15212: URL: https://github.com/apache/doris/pull/15212#issuecomment-1365004412 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] morrySnow commented on a diff in pull request #15311: [feature-wip](nereids) Implement using join

2022-12-26 Thread GitBox
morrySnow commented on code in PR #15311: URL: https://github.com/apache/doris/pull/15311#discussion_r1057142886 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/BindSlotReference.java: ## @@ -122,41 +124,60 @@ public List buildRules() { r

[GitHub] [doris] github-actions[bot] commented on pull request #15358: [fix](multi-catalog) throw NPE when reading data after EOF

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15358: URL: https://github.com/apache/doris/pull/15358#issuecomment-1365010904 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] JNSimba opened a new pull request, #15365: [Doc][Flink] update flink connector doc add new version

2022-12-26 Thread GitBox
JNSimba opened a new pull request, #15365: URL: https://github.com/apache/doris/pull/15365 ## Problem summary update flink connector doc add new version ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [ ] No - [ ] I don't

[GitHub] [doris] 924060929 merged pull request #15242: [Feature](Nereids) add simplify arithmetic rule

2022-12-26 Thread GitBox
924060929 merged PR #15242: URL: https://github.com/apache/doris/pull/15242 -- 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] 924060929 closed issue #14104: [Feature] (Nereids) Simplify arithmetic operation of expression

2022-12-26 Thread GitBox
924060929 closed issue #14104: [Feature] (Nereids) Simplify arithmetic operation of expression URL: https://github.com/apache/doris/issues/14104 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[doris] branch master updated: [Feature](Nereids) add simplify arithmetic rule (#15242)

2022-12-26 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 ae87415174 [Feature](Nereids) add simplify ar

[GitHub] [doris] github-actions[bot] commented on pull request #15360: [fix](string) fix offsets over flow for extreme large String column

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15360: URL: https://github.com/apache/doris/pull/15360#issuecomment-1365014786 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 #15360: [fix](string) fix offsets over flow for extreme large String column

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15360: URL: https://github.com/apache/doris/pull/15360#issuecomment-1365014752 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 #15365: [Doc](Flink) update flink connector doc add new version

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15365: URL: https://github.com/apache/doris/pull/15365#issuecomment-1365014957 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 #15365: [Doc](Flink) update flink connector doc add new version

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15365: URL: https://github.com/apache/doris/pull/15365#issuecomment-1365014928 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 #15361: [Fix](Nereids)fix bug: expressions is not be extracted bug when binding function

2022-12-26 Thread GitBox
hello-stephen commented on PR #15361: URL: https://github.com/apache/doris/pull/15361#issuecomment-1365025828 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.79 seconds load time: 637 seconds storage size: 17123571239 Bytes https://doris-co

[GitHub] [doris] yiguolei commented on pull request #15357: [chore](gutil) remove some gutil files and use c++ stl instead

2022-12-26 Thread GitBox
yiguolei commented on PR #15357: URL: https://github.com/apache/doris/pull/15357#issuecomment-1365028437 Greate!!! -- 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] hello-stephen commented on pull request #15360: [fix](string) fix offsets over flow for extreme large String column

2022-12-26 Thread GitBox
hello-stephen commented on PR #15360: URL: https://github.com/apache/doris/pull/15360#issuecomment-1365037861 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.89 seconds load time: 635 seconds storage size: 17123249058 Bytes https://doris-co

[doris] branch branch-1.2-lts updated: [fix](compile) fix compile failed in some case due to std::pair

2022-12-26 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new f51cfce6c3 [fix](compile) fix co

[GitHub] [doris] github-actions[bot] commented on pull request #15212: [Feature](Materialized-View) support advanced Materialized-View

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15212: URL: https://github.com/apache/doris/pull/15212#issuecomment-1365044087 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] mrhhsg opened a new pull request, #15366: [fix](pipeline) query blocked by waiting for shared hash table

2022-12-26 Thread GitBox
mrhhsg opened a new pull request, #15366: URL: https://github.com/apache/doris/pull/15366 # Proposed changes `SharedHashTableController::wait_for_signal` will block the `HashJoinBuildSink` operator and the query will be blocked if there are too many instances waiting for shared hash

[GitHub] [doris] github-actions[bot] commented on pull request #15366: [fix](pipeline) query blocked by waiting for shared hash table

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15366: URL: https://github.com/apache/doris/pull/15366#issuecomment-1365046792 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] morrySnow opened a new pull request, #15367: [fix](planner) set limit to nagtive value when has offset in limit

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

[GitHub] [doris] starocean999 opened a new pull request, #15368: [fix](fe)fix bug of the bucket shuffle join is not recognized

2022-12-26 Thread GitBox
starocean999 opened a new pull request, #15368: URL: https://github.com/apache/doris/pull/15368 # Proposed changes Issue Number: close #xxx ## Problem summary pick from master https://github.com/apache/doris/pull/15255 ## Checklist(Required) 1. Does it affec

[GitHub] [doris] hello-stephen commented on pull request #15364: [feature](remote)Add drop storage policy

2022-12-26 Thread GitBox
hello-stephen commented on PR #15364: URL: https://github.com/apache/doris/pull/15364#issuecomment-1365050203 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.23 seconds load time: 632 seconds storage size: 17123650448 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #15357: [chore](gutil) remove some gutil files and use c++ stl instead

2022-12-26 Thread GitBox
hello-stephen commented on PR #15357: URL: https://github.com/apache/doris/pull/15357#issuecomment-1365050374 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.84 seconds load time: 636 seconds storage size: 17123331261 Bytes https://doris-co

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057171538 ## gensrc/thrift/PaloInternalService.thrift: ## @@ -513,13 +513,21 @@ struct TFetchDataResult { 4: optional Status.TStatus status } +enum TCompoundType { +U

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057171803 ## be/src/vec/exec/scan/vscan_node.h: ## @@ -197,7 +197,8 @@ class VScanNode : public ExecNode { _slot_id_to_value_range; // column -> ColumnValueRang

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057172588 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -352,6 +362,15 @@ Status SegmentIterator::_get_row_ranges_from_conditions(RowRanges* condition_row Status

[GitHub] [doris] github-actions[bot] commented on pull request #15366: [fix](pipeline) query blocked by waiting for shared hash table

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15366: URL: https://github.com/apache/doris/pull/15366#issuecomment-1365058754 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] Kikyou1997 opened a new pull request, #15369: [fix](nereids) fix alias

2022-12-26 Thread GitBox
Kikyou1997 opened a new pull request, #15369: URL: https://github.com/apache/doris/pull/15369 # Proposed changes ## Problem summary Support such syntax: ```sql select '' as 'b', col1 from select_with_const ``` ## Checklist(Required) 1. Does it

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057175851 ## be/src/olap/rowset/segment_v2/segment_iterator.h: ## @@ -226,6 +250,10 @@ class SegmentIterator : public RowwiseIterator { StorageReadOptions _opts; // mak

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057176196 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -373,6 +392,145 @@ Status SegmentIterator::_apply_bitmap_index() { return Status::OK(); } +bool Seg

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #15311: [feature-wip](nereids) Implement using join

2022-12-26 Thread GitBox
Kikyou1997 commented on code in PR #15311: URL: https://github.com/apache/doris/pull/15311#discussion_r1057177097 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/UsingJoin.java: ## @@ -0,0 +1,151 @@ +// Licensed to the Apache Software Foundation (ASF) un

[GitHub] [doris] hello-stephen commented on pull request #15264: [feature](Nereids): generate phyiscal plan in DPhyp

2022-12-26 Thread GitBox
hello-stephen commented on PR #15264: URL: https://github.com/apache/doris/pull/15264#issuecomment-1365065513 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.07 seconds load time: 633 seconds storage size: 17123581386 Bytes https://doris-co

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057185549 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -101,7 +110,8 @@ Status Segment::new_iterator(const Schema& schema, const StorageReadOptions& rea cont

[GitHub] [doris] hello-stephen commented on pull request #15358: [fix](multi-catalog) throw NPE when reading data after EOF

2022-12-26 Thread GitBox
hello-stephen commented on PR #15358: URL: https://github.com/apache/doris/pull/15358#issuecomment-1365080195 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.7 seconds load time: 694 seconds storage size: 17123400441 Bytes https://doris-com

[GitHub] [doris] github-actions[bot] commented on pull request #15224: [Feature](bitmap)Support return bitmap/hll data in select statement in vectoriza…

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15224: URL: https://github.com/apache/doris/pull/15224#issuecomment-1365083564 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 #15224: [Feature](bitmap)Support return bitmap/hll data in select statement in vectoriza…

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15224: URL: https://github.com/apache/doris/pull/15224#issuecomment-1365083582 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] hello-stephen commented on pull request #15350: [fix](nerieds)get datatype for binary arithmetic

2022-12-26 Thread GitBox
hello-stephen commented on PR #15350: URL: https://github.com/apache/doris/pull/15350#issuecomment-1365096165 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.72 seconds load time: 633 seconds storage size: 17123649984 Bytes https://doris-co

[GitHub] [doris] dataroaring merged pull request #15342: [enhancement](regression) use sf0.1 data in datev2 and decimalv3 cases

2022-12-26 Thread GitBox
dataroaring merged PR #15342: URL: https://github.com/apache/doris/pull/15342 -- 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.

[GitHub] [doris] morningman merged pull request #15362: [typo](docs) fix version tag for docs of s3 token

2022-12-26 Thread GitBox
morningman merged PR #15362: URL: https://github.com/apache/doris/pull/15362 -- 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 (72f0003753 -> c3d0e2931a)

2022-12-26 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 72f0003753 [enhancement](regression) use sf0.1 data in datev2 and decimalv3 cases (#15342) add c3d0e2931a [ty

[GitHub] [doris] github-actions[bot] commented on pull request #15358: [fix](multi-catalog) throw NPE when reading data after EOF

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15358: URL: https://github.com/apache/doris/pull/15358#issuecomment-1365106792 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 #15358: [fix](multi-catalog) throw NPE when reading data after EOF

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15358: URL: https://github.com/apache/doris/pull/15358#issuecomment-1365106872 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 #15366: [fix](pipeline) query blocked by waiting for shared hash table

2022-12-26 Thread GitBox
hello-stephen commented on PR #15366: URL: https://github.com/apache/doris/pull/15366#issuecomment-1365111806 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.8 seconds load time: 643 seconds storage size: 17123673079 Bytes https://doris-com

[GitHub] [doris] hello-stephen commented on pull request #15367: [fix](planner) set limit to nagtive value when has offset in limit

2022-12-26 Thread GitBox
hello-stephen commented on PR #15367: URL: https://github.com/apache/doris/pull/15367#issuecomment-1365112345 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.84 seconds load time: 696 seconds storage size: 17123302880 Bytes https://doris-co

[GitHub] [doris] yiguolei merged pull request #15368: [fix](fe)fix bug of the bucket shuffle join is not recognized

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

[doris] branch branch-1.1-lts updated: [fix](fe)fix bug of the bucket shuffle join is not recognized (#15368)

2022-12-26 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new facf76ea97 [fix](fe)fix bug of

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057206727 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1240,6 +1441,44 @@ Status SegmentIterator::next_batch(vectorized::Block* block) { return Status::OK(

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057206996 ## be/src/olap/iterators.h: ## @@ -82,6 +83,7 @@ class StorageReadOptions { // reader's column predicate, nullptr if not existed // used to fiter rows in row

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057207271 ## be/src/olap/reader.h: ## @@ -204,6 +209,7 @@ class TabletReader { std::vector _is_lower_keys_included; std::vector _is_upper_keys_included; std::vecto

[GitHub] [doris] englefly opened a new pull request, #15370: [feature](nereids)add variance function for nereids

2022-12-26 Thread GitBox
englefly opened a new pull request, #15370: URL: https://github.com/apache/doris/pull/15370 # Proposed changes support `variance` function currently, it dose not support decimalV3 type Issue Number: close #xxx ## Problem summary Describe your changes. ## Chec

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057208267 ## be/src/olap/rowset/rowset_reader_context.h: ## @@ -45,6 +46,7 @@ struct RowsetReaderContext { // column name -> column predicate // adding column_name for

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057209350 ## be/src/vec/exec/scan/vscan_node.cpp: ## @@ -425,6 +425,7 @@ Status VScanNode::_normalize_predicate(VExpr* conjunct_expr_root, VExpr** output auto impl

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057209928 ## be/src/vec/exec/scan/vscan_node.cpp: ## @@ -868,6 +880,193 @@ Status VScanNode::_normalize_noneq_binary_predicate(VExpr* expr, VExprContext* e return Status::O

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057210161 ## be/src/exec/olap_common.h: ## @@ -239,6 +244,28 @@ class ColumnValueRange { } } +void to_boundary_condition(std::vector& filters) { +for

[GitHub] [doris] hello-stephen commented on pull request #15369: [fix](nereids) fix alias

2022-12-26 Thread GitBox
hello-stephen commented on PR #15369: URL: https://github.com/apache/doris/pull/15369#issuecomment-1365119964 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.63 seconds load time: 631 seconds storage size: 17123712365 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #15259: [Pipeline] Fix PipScannerContext::can_finish return wrong status

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15259: URL: https://github.com/apache/doris/pull/15259#issuecomment-1365134000 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] huanccwang opened a new issue, #15371: [stream laod result stattus is success,but when I query data immediately,sometimes not find]

2022-12-26 Thread GitBox
huanccwang opened a new issue, #15371: URL: https://github.com/apache/doris/issues/15371 ### 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 ### What

[GitHub] [doris] luozenglin opened a new pull request, #15372: [fix](docs) fix some docs about stream load and select.

2022-12-26 Thread GitBox
luozenglin opened a new pull request, #15372: URL: https://github.com/apache/doris/pull/15372 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057228269 ## be/src/vec/exec/scan/vscan_node.cpp: ## @@ -447,6 +448,15 @@ VExpr* VScanNode::_normalize_predicate(VExpr* conjunct_expr_root) { },

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057228880 ## be/src/vec/exec/scan/vscan_node.cpp: ## @@ -822,6 +832,186 @@ Status VScanNode::_normalize_noneq_binary_predicate(VExpr* expr, VExprContext* e return Status::O

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057229448 ## be/src/vec/exec/scan/vscan_node.cpp: ## @@ -822,6 +832,186 @@ Status VScanNode::_normalize_noneq_binary_predicate(VExpr* expr, VExprContext* e return Status::O

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057229781 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -373,6 +392,145 @@ Status SegmentIterator::_apply_bitmap_index() { return Status::OK(); } +bool Seg

[GitHub] [doris] github-actions[bot] commented on pull request #15333: [fix](inbitmap) fix core dump caused by bitmap filter with union

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15333: URL: https://github.com/apache/doris/pull/15333#issuecomment-1365150871 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 #15333: [fix](inbitmap) fix core dump caused by bitmap filter with union

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15333: URL: https://github.com/apache/doris/pull/15333#issuecomment-1365150840 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] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057231477 ## be/src/vec/exec/scan/vscan_node.cpp: ## @@ -868,6 +880,193 @@ Status VScanNode::_normalize_noneq_binary_predicate(VExpr* expr, VExprContext* e return Status::O

[GitHub] [doris] hello-stephen commented on pull request #15370: [feature](nereids)add variance function for nereids

2022-12-26 Thread GitBox
hello-stephen commented on PR #15370: URL: https://github.com/apache/doris/pull/15370#issuecomment-1365156015 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.03 seconds load time: 632 seconds storage size: 17123617731 Bytes https://doris-co

[GitHub] [doris] etcZYP commented on pull request #15356: [Enhancement](fe): replace assertTrue(X.equals(X)) with assertEquals

2022-12-26 Thread GitBox
etcZYP commented on PR #15356: URL: https://github.com/apache/doris/pull/15356#issuecomment-1365157448 apache master exit bug or mine? -- 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] jackwener commented on pull request #15356: [Enhancement](fe): replace assertTrue(X.equals(X)) with assertEquals

2022-12-26 Thread GitBox
jackwener commented on PR #15356: URL: https://github.com/apache/doris/pull/15356#issuecomment-1365163450 You need rebase the master. -- 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] yiguolei merged pull request #15360: [fix](string) fix offsets over flow for extreme large String column

2022-12-26 Thread GitBox
yiguolei merged PR #15360: URL: https://github.com/apache/doris/pull/15360 -- 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 closed issue #15359: [Bug] BE coredump for extreme large string columns

2022-12-26 Thread GitBox
yiguolei closed issue #15359: [Bug] BE coredump for extreme large string columns URL: https://github.com/apache/doris/issues/15359 -- 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

[doris] branch master updated (c3d0e2931a -> 301640d3c0)

2022-12-26 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 c3d0e2931a [typo](docs) fix version tag for docs of s3 token (#15362) add 301640d3c0 [fix](string) fix offsets o

[GitHub] [doris] yiguolei merged pull request #15357: [chore](gutil) remove some gutil files and use c++ stl instead

2022-12-26 Thread GitBox
yiguolei merged PR #15357: URL: https://github.com/apache/doris/pull/15357 -- 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 master updated (301640d3c0 -> aa0f38f864)

2022-12-26 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 301640d3c0 [fix](string) fix offsets over flow for extreme large String column (#15360) add aa0f38f864 [chore](

[GitHub] [doris] Yulei-Yang opened a new pull request, #15373: [improvment](function) add new function substring_index

2022-12-26 Thread GitBox
Yulei-Yang opened a new pull request, #15373: URL: https://github.com/apache/doris/pull/15373 pr https://github.com/apache/doris/pull/15024 for branch-1.2-lt # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(R

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057242836 ## be/src/olap/column_predicate.h: ## @@ -32,6 +32,10 @@ namespace doris { class Schema; class RowBlockV2; +struct PredicateParams { Review Comment: `PredicateP

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057245023 ## be/src/vec/exec/scan/vscan_node.cpp: ## @@ -868,6 +880,193 @@ Status VScanNode::_normalize_noneq_binary_predicate(VExpr* expr, VExprContext* e return Status::O

[GitHub] [doris] Tanya-W commented on a diff in pull request #13035: [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query

2022-12-26 Thread GitBox
Tanya-W commented on code in PR #13035: URL: https://github.com/apache/doris/pull/13035#discussion_r1057245888 ## be/src/vec/exec/scan/new_olap_scan_node.cpp: ## @@ -207,6 +207,29 @@ Status NewOlapScanNode::_build_key_ranges_and_filters() { } } +for (auto i =

[GitHub] [doris] zhengshengjun opened a new issue, #15374: [Bug] dereference to nullptr in Tablet::calc_delete_bitmap

2022-12-26 Thread GitBox
zhengshengjun opened a new issue, #15374: URL: https://github.com/apache/doris/issues/15374 ### 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.2-lts ###

[GitHub] [doris] zhengshengjun opened a new pull request, #15375: [fix] fix dereference to nullptr in Tablet::calc_delete_bitmap

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

[GitHub] [doris] zhengshengjun commented on pull request #15375: [fix] fix dereference to nullptr in Tablet::calc_delete_bitmap

2022-12-26 Thread GitBox
zhengshengjun commented on PR #15375: URL: https://github.com/apache/doris/pull/15375#issuecomment-1365204722 *** Query id: 0-0 *** *** Aborted at 1671959691 (unix time) try "date -d @1671959691" if you are using GNU date *** *** Current BE git commitID: 2b61c39 *** *** SIGSEGV addr

[GitHub] [doris] github-actions[bot] commented on pull request #15375: [fix] fix dereference to nullptr in Tablet::calc_delete_bitmap

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

[GitHub] [doris] hello-stephen commented on pull request #15375: [fix] fix dereference to nullptr in Tablet::calc_delete_bitmap

2022-12-26 Thread GitBox
hello-stephen commented on PR #15375: URL: https://github.com/apache/doris/pull/15375#issuecomment-1365218877 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.81 seconds load time: 641 seconds storage size: 17123372435 Bytes https://doris-co

[GitHub] [doris] morningman merged pull request #15358: [fix](multi-catalog) throw NPE when reading data after EOF

2022-12-26 Thread GitBox
morningman merged PR #15358: URL: https://github.com/apache/doris/pull/15358 -- 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: [fix](multi-catalog) throw NPE when reading data after EOF (#15358)

2022-12-26 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 fc8f6a0715 [fix](multi-catalog) throw NPE whe

[GitHub] [doris] hello-stephen commented on pull request #15356: [Enhancement](fe): replace assertTrue(X.equals(X)) with assertEquals

2022-12-26 Thread GitBox
hello-stephen commented on PR #15356: URL: https://github.com/apache/doris/pull/15356#issuecomment-1365230927 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35 seconds load time: 633 seconds storage size: 17122870560 Bytes https://doris-commu

[GitHub] [doris] github-actions[bot] commented on pull request #15367: [fix](planner) set limit to nagtive value when has offset in limit

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15367: URL: https://github.com/apache/doris/pull/15367#issuecomment-1365242112 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 #15367: [fix](planner) set limit to nagtive value when has offset in limit

2022-12-26 Thread GitBox
github-actions[bot] commented on PR #15367: URL: https://github.com/apache/doris/pull/15367#issuecomment-1365242129 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 closed issue #15331: [Bug] be core dump caused by bitmap filter with union

2022-12-26 Thread GitBox
morningman closed issue #15331: [Bug] be core dump caused by bitmap filter with union URL: https://github.com/apache/doris/issues/15331 -- 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 c

  1   2   3   >