[GitHub] [doris] englefly opened a new pull request, #10691: [refactor] update stop_be.sh to avoid error message

2022-07-07 Thread GitBox
englefly opened a new pull request, #10691: URL: https://github.com/apache/doris/pull/10691 # Proposed changes execute bin/stop_be.sh without any parameter, we will receive a error message: `./stop_be.sh: 第 26 行:[: =: 期待一元表达式` This pr aims to remove this unnecessary message.

[GitHub] [doris] stalary commented on pull request #10688: [Enhancement]: Compatibility_mysql now, curtime, current_time, current_timestamp, localtime, localtimestamp, utc_timestamp

2022-07-07 Thread GitBox
stalary commented on PR #10688: URL: https://github.com/apache/doris/pull/10688#issuecomment-1178421000 The previous compatible approach is not good, I will submit the new changes later. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[doris] branch dev-1.0.1-v20220707 updated: [tmpfix] rf

2022-07-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1-v20220707 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.0.1-v20220707 by this push: new 08a0042afc [tmpfix

[GitHub] [doris] github-actions[bot] commented on pull request #10388: [feature-wip] (array-type) add the array_distinct function

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10388: URL: https://github.com/apache/doris/pull/10388#issuecomment-1178425897 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] yangzhg commented on pull request #10385: [feature-wip](array-type) add function array_remove

2022-07-07 Thread GitBox
yangzhg commented on PR #10385: URL: https://github.com/apache/doris/pull/10385#issuecomment-1178425949 check the p0 reg and BE Code Formatter / -- 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] github-actions[bot] commented on pull request #10388: [feature-wip] (array-type) add the array_distinct function

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10388: URL: https://github.com/apache/doris/pull/10388#issuecomment-1178425947 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] yangzhg commented on pull request #10673: [feature-wip](array-type) explode support more sub types

2022-07-07 Thread GitBox
yangzhg commented on PR #10673: URL: https://github.com/apache/doris/pull/10673#issuecomment-1178426253 maybe need rebase to fix p0 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #10655: [feature-wip](unique-key-merge-on-write) add interface for segment key bounds, DSIP-018[3/2]

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10655: URL: https://github.com/apache/doris/pull/10655#issuecomment-1178454679 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] yiguolei commented on a diff in pull request #10615: [Enhancement] Add column prune support for VOlapScanNode

2022-07-07 Thread GitBox
yiguolei commented on code in PR #10615: URL: https://github.com/apache/doris/pull/10615#discussion_r916405004 ## be/src/vec/exec/volap_scan_node.cpp: ## @@ -1833,4 +1842,12 @@ Status VOlapScanNode::get_hints(TabletSharedPtr table, const TPaloScanRange& sca return Status::

[GitHub] [doris] yiguolei commented on a diff in pull request #10615: [Enhancement] Add column prune support for VOlapScanNode

2022-07-07 Thread GitBox
yiguolei commented on code in PR #10615: URL: https://github.com/apache/doris/pull/10615#discussion_r916405258 ## be/src/vec/exec/volap_scan_node.cpp: ## @@ -1649,6 +1650,14 @@ Status VOlapScanNode::get_next(RuntimeState* state, Block* block, bool* eos) { std::lock

[GitHub] [doris] morningman merged pull request #10630: [enhancement](nereids) add betweentocompound rewrite rule for ssb

2022-07-07 Thread GitBox
morningman merged PR #10630: URL: https://github.com/apache/doris/pull/10630 -- 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: [enhancement](nereids) add betweentocompound rewrite rule for ssb (#10630)

2022-07-07 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 6c3a25bf14 [enhancement](nereids) add between

[GitHub] [doris] yiguolei commented on a diff in pull request #10615: [Enhancement] Add column prune support for VOlapScanNode

2022-07-07 Thread GitBox
yiguolei commented on code in PR #10615: URL: https://github.com/apache/doris/pull/10615#discussion_r916405707 ## be/src/vec/exec/volap_scanner.h: ## @@ -112,6 +112,7 @@ class VOlapScanner { std::vector _runtime_filter_marks; int _id; Review Comment: is this fie

[GitHub] [doris] morningman merged pull request #10675: [fix] fix opentelemetry-cpp enable o3 optimization will core.

2022-07-07 Thread GitBox
morningman merged PR #10675: URL: https://github.com/apache/doris/pull/10675 -- 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 (6c3a25bf14 -> e159e748df)

2022-07-07 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 6c3a25bf14 [enhancement](nereids) add betweentocompound rewrite rule for ssb (#10630) add e159e748df [chore](

[GitHub] [doris] morrySnow commented on a diff in pull request #10678: [feature](nereides) support sort translator

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10678: URL: https://github.com/apache/doris/pull/10678#discussion_r915824951 ## fe/fe-core/src/main/java/org/apache/doris/analysis/SortInfo.java: ## @@ -63,6 +63,7 @@ public class SortInfo { // sortTupleDesc_. private List sortTupleSl

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #10615: [Enhancement] Add column prune support for VOlapScanNode

2022-07-07 Thread GitBox
Kikyou1997 commented on code in PR #10615: URL: https://github.com/apache/doris/pull/10615#discussion_r916406967 ## be/src/vec/exec/volap_scanner.h: ## @@ -112,6 +112,7 @@ class VOlapScanner { std::vector _runtime_filter_marks; int _id; Review Comment: I think it

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #10615: [Enhancement] Add column prune support for VOlapScanNode

2022-07-07 Thread GitBox
Kikyou1997 commented on code in PR #10615: URL: https://github.com/apache/doris/pull/10615#discussion_r916408153 ## be/src/vec/exec/volap_scan_node.cpp: ## @@ -1649,6 +1650,14 @@ Status VOlapScanNode::get_next(RuntimeState* state, Block* block, bool* eos) { std::lo

[GitHub] [doris] morningman merged pull request #10669: [hotfix](dev-1.0.1) Fix Runtime Filter support equivalent slot of outer join

2022-07-07 Thread GitBox
morningman merged PR #10669: URL: https://github.com/apache/doris/pull/10669 -- 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 dev-1.0.1 updated: [hotfix](dev-1.0.1) Fix Runtime Filter support equivalent slot of outer join (#10669)

2022-07-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.0.1 by this push: new bc878c81b1 [hotfix](dev-1.0.1) Fix Runt

[GitHub] [doris] yiguolei commented on a diff in pull request #10684: [BugFix] Column datas doesn't match nullmap when vectorization load

2022-07-07 Thread GitBox
yiguolei commented on code in PR #10684: URL: https://github.com/apache/doris/pull/10684#discussion_r916410856 ## be/src/vec/olap/olap_data_convertor.cpp: ## @@ -138,6 +138,7 @@ void OlapBlockDataConvertor::OlapColumnDataConvertorBase::set_source_column( auto nullable_

[GitHub] [doris] Gabriel39 commented on a diff in pull request #10684: [BugFix] Column datas doesn't match nullmap when vectorization load

2022-07-07 Thread GitBox
Gabriel39 commented on code in PR #10684: URL: https://github.com/apache/doris/pull/10684#discussion_r916410863 ## be/src/vec/olap/olap_data_convertor.cpp: ## @@ -138,6 +138,7 @@ void OlapBlockDataConvertor::OlapColumnDataConvertorBase::set_source_column( auto nullable

[GitHub] [doris] zhengshengjun commented on a diff in pull request #10392: [Enhancement][Vectorized] Use SIMD to skip batches of null data in nu…

2022-07-07 Thread GitBox
zhengshengjun commented on code in PR #10392: URL: https://github.com/apache/doris/pull/10392#discussion_r916411169 ## be/src/vec/aggregate_functions/aggregate_function_null.h: ## @@ -197,9 +197,50 @@ class AggregateFunctionNullUnary final } } +void add_batch

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #10615: [Enhancement] Add column prune support for VOlapScanNode

2022-07-07 Thread GitBox
Kikyou1997 commented on code in PR #10615: URL: https://github.com/apache/doris/pull/10615#discussion_r916412255 ## be/src/vec/exec/volap_scanner.h: ## @@ -112,6 +112,7 @@ class VOlapScanner { std::vector _runtime_filter_marks; int _id; Review Comment: deleted _i

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #10615: [Enhancement] Add column prune support for VOlapScanNode

2022-07-07 Thread GitBox
Kikyou1997 commented on code in PR #10615: URL: https://github.com/apache/doris/pull/10615#discussion_r916412786 ## be/src/vec/exec/volap_scan_node.cpp: ## @@ -1833,4 +1842,12 @@ Status VOlapScanNode::get_hints(TabletSharedPtr table, const TPaloScanRange& sca return Status

[GitHub] [doris] yangzhg commented on pull request #10685: [UDAF] Vectorization support remote udaf #10683

2022-07-07 Thread GitBox
yangzhg commented on PR #10685: URL: https://github.com/apache/doris/pull/10685#issuecomment-1178491404 please add example to docs -- 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

[doris] 07/07: [hotfix](dev-1.0.1) Fix Runtime Filter support equivalent slot of outer join (#10669)

2022-07-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1-v20220707 in repository https://gitbox.apache.org/repos/asf/doris.git commit 300f5cdbeba0258e103f45172f87c3a047c324f7 Author: Kidd <107781942+k-i-...@users.noreply.github.com> Author

[doris] branch dev-1.0.1-v20220707 updated (08a0042afc -> 300f5cdbeb)

2022-07-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1-v20220707 in repository https://gitbox.apache.org/repos/asf/doris.git discard 08a0042afc [tmpfix] rf discard 8190c78e53 [tmpfix] runtime filter and slot id omit 0150fabb7b [FI

[doris] 05/07: [hotfix](dev-1.0.1) Avoid VecNotImplementException for create view operation (#10676)

2022-07-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1-v20220707 in repository https://gitbox.apache.org/repos/asf/doris.git commit 62605a8f30c7c7ef34b369fec7e5552b5e532e4a Author: Mingyu Chen AuthorDate: Thu Jul 7 18:51:12 2022 +0800

[doris] 06/07: [hotfix](dev-1.0.1) fix planner bug after introducing output tuple for join node

2022-07-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1-v20220707 in repository https://gitbox.apache.org/repos/asf/doris.git commit 644dec1bc5b2e6914e6298c66afe831307105908 Author: morningman AuthorDate: Fri Jul 8 11:16:48 2022 +0800

[doris] 01/07: [hotfix](dev-1.0.1) if pending bytes exceeded, vtableSink wait until pending bytes consumed or task was cancelled (#10644)

2022-07-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1-v20220707 in repository https://gitbox.apache.org/repos/asf/doris.git commit 46efc851fd1113207a8fb0985888cd96972dbac4 Author: minghong AuthorDate: Wed Jul 6 17:52:10 2022 +0800

[doris] 02/07: [hotfix](dev-1.0.1) fix colocate join bug in vec engine after introducing output tuple (#10651)

2022-07-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1-v20220707 in repository https://gitbox.apache.org/repos/asf/doris.git commit 2895d248f4d398f2daf1d9ce6f2eb269d37b15a7 Author: starocean999 <40539150+starocean...@users.noreply.github

[doris] 04/07: [fix][vectorized] Fix bug of VInPredicate on date type (#10663)

2022-07-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1-v20220707 in repository https://gitbox.apache.org/repos/asf/doris.git commit 199bb616c6d7b0bc0a953c2799527d757dc3df51 Author: Xin Liao AuthorDate: Thu Jul 7 22:15:33 2022 +0800

[doris] 03/07: [hotfix](dev-1.0.1) bottom line solution for vec outer join (#10645)

2022-07-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1-v20220707 in repository https://gitbox.apache.org/repos/asf/doris.git commit 270daccfba38a341a0d8f758dcacbe5048a495e2 Author: starocean999 <40539150+starocean...@users.noreply.github

[doris] branch dev-1.0.1 updated (bc878c81b1 -> 300f5cdbeb)

2022-07-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/doris.git discard bc878c81b1 [hotfix](dev-1.0.1) Fix Runtime Filter support equivalent slot of outer join (#10669) discard dd27a

[GitHub] [doris] github-actions[bot] commented on pull request #10606: [feature-wip](array-type) add agg function collect_list and collect_set

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10606: URL: https://github.com/apache/doris/pull/10606#issuecomment-1178499756 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] adonis0147 commented on pull request #10691: [refactor] update stop_be.sh to avoid error message

2022-07-07 Thread GitBox
adonis0147 commented on PR #10691: URL: https://github.com/apache/doris/pull/10691#issuecomment-1178511913 Duplicated, see #10689 . -- 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] adonis0147 commented on a diff in pull request #10691: [refactor] update stop_be.sh to avoid error message

2022-07-07 Thread GitBox
adonis0147 commented on code in PR #10691: URL: https://github.com/apache/doris/pull/10691#discussion_r916438848 ## bin/stop_be.sh: ## @@ -23,7 +23,7 @@ export DORIS_HOME=`cd "$curdir/.."; pwd` export PID_DIR=`cd "$curdir"; pwd` signum=9 -if [ $1 = "--grace" ]; then +if [ $#

[GitHub] [doris] yiguolei commented on a diff in pull request #10136: [Feature] Lightweight schema change of add/drop column

2022-07-07 Thread GitBox
yiguolei commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r916442404 ## be/src/olap/convert_rowset.cpp: ## @@ -0,0 +1,141 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See

[GitHub] [doris] yiguolei commented on a diff in pull request #10136: [Feature] Lightweight schema change of add/drop column

2022-07-07 Thread GitBox
yiguolei commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r91610 ## be/src/olap/delta_writer.cpp: ## @@ -121,10 +121,11 @@ Status DeltaWriter::init() { RETURN_NOT_OK(_storage_engine->txn_manager()->prepare_txn(_req.partitio

[GitHub] [doris] yiguolei commented on a diff in pull request #10136: [Feature] Lightweight schema change of add/drop column

2022-07-07 Thread GitBox
yiguolei commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r916444639 ## be/src/olap/delta_writer.h: ## @@ -116,7 +122,11 @@ class DeltaWriter { // TODO: Recheck the lifetime of _mem_table, Look should use unique_ptr std::shared

[GitHub] [doris] yiguolei commented on a diff in pull request #10136: [Feature] Lightweight schema change of add/drop column

2022-07-07 Thread GitBox
yiguolei commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r916447021 ## be/src/olap/schema_change.cpp: ## @@ -2150,9 +2169,9 @@ Status SchemaChangeHandler::_convert_historical_rowsets(const SchemaChangeParams bool sc_directly = fal

[GitHub] [doris] github-actions[bot] commented on pull request #10684: [BugFix] Column datas doesn't match nullmap when vectorization load

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10684: URL: https://github.com/apache/doris/pull/10684#issuecomment-1178526169 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] yiguolei commented on a diff in pull request #10136: [Feature] Lightweight schema change of add/drop column

2022-07-07 Thread GitBox
yiguolei commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r916447721 ## be/src/olap/tablet_schema.cpp: ## @@ -460,27 +503,87 @@ void TabletSchema::init_from_pb(const TabletSchemaPB& schema) { _sort_type = schema.sort_type(); _

[doris-flink-connector] annotated tag 1.14_2.12-1.1.0 updated (83be5a2 -> 53a8b41)

2022-07-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to annotated tag 1.14_2.12-1.1.0 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git *** WARNING: tag 1.14_2.12-1.1.0 was modified! *** from 83be5a2 (commit) to 53

[GitHub] [doris] github-actions[bot] commented on pull request #10280: [Feature] move cold data to object storage without losing any feature(BE)

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10280: URL: https://github.com/apache/doris/pull/10280#issuecomment-1178530190 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 #10280: [Feature] move cold data to object storage without losing any feature(BE)

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10280: URL: https://github.com/apache/doris/pull/10280#issuecomment-1178530211 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 merged pull request #10280: [Feature] move cold data to object storage without losing any feature(BE)

2022-07-07 Thread GitBox
morningman merged PR #10280: URL: https://github.com/apache/doris/pull/10280 -- 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 (e159e748df -> 331fa50501)

2022-07-07 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 e159e748df [chore](dependency) fix opentelemetry-cpp enable o3 optimization will core. (#10675) add 331fa5050

[doris-flink-connector] branch branch-1.1.0 updated (81952c0 -> 9bdeb12)

2022-07-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch branch-1.1.0 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git from 81952c0 [optimization] add disable 2pc config (#34) new d3ff638 prepare for 1.14.5_2

[doris-flink-connector] 01/03: prepare for 1.14.5_2.12-1.1.0

2022-07-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch branch-1.1.0 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git commit d3ff6380baa2f88615392d8c6b4825d89796c67d Author: jiafeng.zhang AuthorDate: Wed Jul 6 10:29:27

[doris-flink-connector] 03/03: [maven-release-plugin] prepare for next development iteration

2022-07-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch branch-1.1.0 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git commit 9bdeb12905f7c613a4e67a68e0f85c0777189481 Author: jiafeng.zhang AuthorDate: Fri Jul 8 12:15:38

[doris-flink-connector] 02/03: [maven-release-plugin] prepare release 1.14_2.12-1.1.0

2022-07-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch branch-1.1.0 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git commit 83be5a2ae4a0dab399b609de5737100fff2b93cb Author: jiafeng.zhang AuthorDate: Fri Jul 8 12:15:38

[GitHub] [doris-flink-connector] hf200012 opened a new pull request, #43: Branch 1.1.0

2022-07-07 Thread GitBox
hf200012 opened a new pull request, #43: URL: https://github.com/apache/doris-flink-connector/pull/43 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beha

[GitHub] [doris-flink-connector] hf200012 closed pull request #43: Branch 1.1.0

2022-07-07 Thread GitBox
hf200012 closed pull request #43: Branch 1.1.0 URL: https://github.com/apache/doris-flink-connector/pull/43 -- 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-ma

[GitHub] [doris] github-actions[bot] commented on pull request #10512: [feature] (vectorization)parquet push down support

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10512: URL: https://github.com/apache/doris/pull/10512#issuecomment-1178532580 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 #10512: [feature] (vectorization)parquet push down support

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10512: URL: https://github.com/apache/doris/pull/10512#issuecomment-1178532605 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

[doris-flink-connector] branch release-1.1.0 created (now 81952c0)

2022-07-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch release-1.1.0 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git at 81952c0 [optimization] add disable 2pc config (#34) No new revisions were added by this

[GitHub] [doris] zhengshiJ commented on a diff in pull request #10678: [feature](nereides) support sort translator

2022-07-07 Thread GitBox
zhengshiJ commented on code in PR #10678: URL: https://github.com/apache/doris/pull/10678#discussion_r916452278 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -362,6 +403,19 @@ private TupleDescriptor generateTupleDesc(Lis

[GitHub] [doris] zhengshiJ commented on a diff in pull request #10678: [feature](nereides) support sort translator

2022-07-07 Thread GitBox
zhengshiJ commented on code in PR #10678: URL: https://github.com/apache/doris/pull/10678#discussion_r916452432 ## fe/fe-core/src/main/java/org/apache/doris/analysis/SortInfo.java: ## @@ -63,6 +63,7 @@ public class SortInfo { // sortTupleDesc_. private List sortTupleSl

[doris-flink-connector] annotated tag 1.14_2.12-1.1.0 updated (60be78e -> 2e3c4c2)

2022-07-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to annotated tag 1.14_2.12-1.1.0 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git *** WARNING: tag 1.14_2.12-1.1.0 was modified! *** from 60be78e (commit) to 2e

[GitHub] [doris] jackwener closed pull request #10682: [doc](*): polish the fe-ide-dev

2022-07-07 Thread GitBox
jackwener closed pull request #10682: [doc](*): polish the fe-ide-dev URL: https://github.com/apache/doris/pull/10682 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[doris-flink-connector] annotated tag 1.14_2.11-1.1.0 updated (ffd1d95 -> d2f4404)

2022-07-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to annotated tag 1.14_2.11-1.1.0 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git *** WARNING: tag 1.14_2.11-1.1.0 was modified! *** from ffd1d95 (commit) to d2

[GitHub] [doris] yiguolei commented on a diff in pull request #10136: [Feature] Lightweight schema change of add/drop column

2022-07-07 Thread GitBox
yiguolei commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r916455664 ## be/src/runtime/tablets_channel.h: ## @@ -204,6 +204,7 @@ Status TabletsChannel::add_batch(const TabletWriterAddRequest& request, if constexpr (std::is_same

svn commit: r55614 - /dev/doris/flink-connector/1.1.0/

2022-07-07 Thread jiafengzheng
Author: jiafengzheng Date: Fri Jul 8 04:38:49 2022 New Revision: 55614 Log: update doris flink connector 1.1.0 Modified: dev/doris/flink-connector/1.1.0/apache-doris-flink-connector-1.14_2.11-1.1.0-src.tar.gz dev/doris/flink-connector/1.1.0/apache-doris-flink-connector-1.14_2.11-1.1.0-

[GitHub] [doris-spark-connector] JNSimba opened a new pull request, #42: Remove disclaimer

2022-07-07 Thread GitBox
JNSimba opened a new pull request, #42: URL: https://github.com/apache/doris-spark-connector/pull/42 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behav

[GitHub] [doris] BiteTheDDDDt merged pull request #10606: [feature-wip](array-type) add agg function collect_list and collect_set

2022-07-07 Thread GitBox
BiteThet merged PR #10606: URL: https://github.com/apache/doris/pull/10606 -- 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: [feature-wip](array-type) add agg function collect_list and collect_set (#10606)

2022-07-07 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 fe8acdb268 [feature-wip](array-type) add agg

[GitHub] [doris-spark-connector] hf200012 merged pull request #42: Remove disclaimer

2022-07-07 Thread GitBox
hf200012 merged PR #42: URL: https://github.com/apache/doris-spark-connector/pull/42 -- 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-spark-connector] branch master updated: Remove disclaimer (#42)

2022-07-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git The following commit(s) were added to refs/heads/master by this push: new 2e38c12 Remove disclaimer

[doris-spark-connector] branch release-1.1.0 created (now 2e38c12)

2022-07-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch release-1.1.0 in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git at 2e38c12 Remove disclaimer (#42) No new revisions were added by this update. --

[doris-spark-connector] annotated tag 3.2_2.12-1.1.0 updated (d361d3d -> 4ee6e4c)

2022-07-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to annotated tag 3.2_2.12-1.1.0 in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git *** WARNING: tag 3.2_2.12-1.1.0 was modified! *** from d361d3d (commit) to 4ee6

[GitHub] [doris] EmmyMiao87 commented on a diff in pull request #10678: [feature](nereides) support sort translator

2022-07-07 Thread GitBox
EmmyMiao87 commented on code in PR #10678: URL: https://github.com/apache/doris/pull/10678#discussion_r916462128 ## fe/fe-core/src/main/java/org/apache/doris/analysis/SortInfo.java: ## @@ -117,6 +119,24 @@ public void setMaterializedTupleInfo( } } +/** +

[doris-spark-connector] annotated tag 3.1_2.12-1.1.0 updated (ca8b9f6 -> ef6da93)

2022-07-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to annotated tag 3.1_2.12-1.1.0 in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git *** WARNING: tag 3.1_2.12-1.1.0 was modified! *** from ca8b9f6 (commit) to ef6d

[doris-spark-connector] annotated tag 2.3_2.11-1.1.0 updated (240cbea -> 055cc5f)

2022-07-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to annotated tag 2.3_2.11-1.1.0 in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git *** WARNING: tag 2.3_2.11-1.1.0 was modified! *** from 240cbea (commit) to 055c

svn commit: r55615 - /dev/doris/spark-connector/1.1.0/

2022-07-07 Thread jiafengzheng
Author: jiafengzheng Date: Fri Jul 8 05:12:24 2022 New Revision: 55615 Log: update doris spark connector 1.1.0 Modified: dev/doris/spark-connector/1.1.0/apache-doris-spark-connector-2.3_2.11-1.1.0-src.tar.gz dev/doris/spark-connector/1.1.0/apache-doris-spark-connector-2.3_2.11-1.1.0-sr

[GitHub] [doris] yiguolei merged pull request #10615: [Enhancement] Add column prune support for VOlapScanNode

2022-07-07 Thread GitBox
yiguolei merged PR #10615: URL: https://github.com/apache/doris/pull/10615 -- 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: [Enhancement] Add column prune support for VOlapScanNode (#10615)

2022-07-07 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 e37d29485f [Enhancement] Add column prune supp

[GitHub] [doris] EmmyMiao87 commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
EmmyMiao87 commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r916467348 ## fe/fe-core/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java: ## @@ -1257,6 +1257,16 @@ public String forJSON(String str) { @Override publi

[GitHub] [doris] EmmyMiao87 commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
EmmyMiao87 commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r916493625 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/AggregateDisassemble.java: ## @@ -17,144 +17,132 @@ package org.apache.doris.nereids.rules.rewri

[GitHub] [doris] morrySnow commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r916496635 ## fe/fe-core/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java: ## @@ -1257,6 +1257,16 @@ public String forJSON(String str) { @Override public

[GitHub] [doris] github-actions[bot] commented on pull request #10691: [refactor] update stop_be.sh to avoid error message

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10691: URL: https://github.com/apache/doris/pull/10691#issuecomment-1178600215 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] morrySnow commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r916497641 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -112,62 +131,92 @@ public PlanFragment visit(Plan plan, PlanTr

[GitHub] [doris] github-actions[bot] commented on pull request #10691: [refactor] update stop_be.sh to avoid error message

2022-07-07 Thread GitBox
github-actions[bot] commented on PR #10691: URL: https://github.com/apache/doris/pull/10691#issuecomment-1178600191 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] xiaokang commented on a diff in pull request #10647: [feature](planner): push sort to olapscan.

2022-07-07 Thread GitBox
xiaokang commented on code in PR #10647: URL: https://github.com/apache/doris/pull/10647#discussion_r916498906 ## fe/fe-core/src/main/java/org/apache/doris/planner/OriginalPlanner.java: ## @@ -316,6 +320,45 @@ private void pushDownResultFileSink(Analyzer analyzer) { to

[GitHub] [doris] morrySnow commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r916499550 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -263,23 +313,18 @@ public PlanFragment visitPhysicalHashJoin(

[GitHub] [doris] morrySnow commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r916502178 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -288,23 +333,24 @@ public PlanFragment visitPhysicalHashJoin(

[GitHub] [doris] Lchangliang commented on a diff in pull request #10136: [Feature] Lightweight schema change of add/drop column

2022-07-07 Thread GitBox
Lchangliang commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r916502360 ## be/src/olap/delta_writer.cpp: ## @@ -121,10 +121,11 @@ Status DeltaWriter::init() { RETURN_NOT_OK(_storage_engine->txn_manager()->prepare_txn(_req.parti

[GitHub] [doris] morrySnow commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r916504214 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/ExpressionTranslator.java: ## @@ -122,6 +123,13 @@ public Expr visitLessThanEqual(LessThanEqual l

[GitHub] [doris] morrySnow commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r916505299 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PlanTranslatorContext.java: ## @@ -66,32 +65,28 @@ public TupleDescriptor generateTupleDesc() {

[GitHub] [doris] EmmyMiao87 commented on a diff in pull request #10657: [feature](Nereids): enforcer job.

2022-07-07 Thread GitBox
EmmyMiao87 commented on code in PR #10657: URL: https://github.com/apache/doris/pull/10657#discussion_r916498952 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/cascades/CostAndEnforcerJob.java: ## @@ -47,4 +78,162 @@ public void execute() { } }

[GitHub] [doris] morrySnow commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r916506034 ## fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/logical/LogicalAggregate.java: ## @@ -127,14 +129,19 @@ public boolean equals(Object o) {

[GitHub] [doris] morningman commented on a diff in pull request #10298: [Load][Enhancement] Support single replica load

2022-07-07 Thread GitBox
morningman commented on code in PR #10298: URL: https://github.com/apache/doris/pull/10298#discussion_r913369254 ## gensrc/proto/internal_service.proto: ## @@ -469,6 +492,32 @@ message PResetRPCChannelResponse { message PEmptyRequest {}; +message PTabletWriteSlaveRequest {

[GitHub] [doris] morrySnow commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r916506034 ## fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/logical/LogicalAggregate.java: ## @@ -127,14 +129,19 @@ public boolean equals(Object o) {

[doris] branch master updated: [refactor] add evaluate_and_vec() for ComparisonPredicateBase (#10631)

2022-07-07 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 43915936b6 [refactor] add evaluate_and_vec() fo

[GitHub] [doris] yiguolei merged pull request #10631: [refactor] add evaluate_and_vec() for ComparisonPredicateBase

2022-07-07 Thread GitBox
yiguolei merged PR #10631: URL: https://github.com/apache/doris/pull/10631 -- 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 pull request #10689: fix stop_be.sh introduced by bff561c

2022-07-07 Thread GitBox
yiguolei closed pull request #10689: fix stop_be.sh introduced by bff561c URL: https://github.com/apache/doris/pull/10689 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] yiguolei commented on pull request #10689: fix stop_be.sh introduced by bff561c

2022-07-07 Thread GitBox
yiguolei commented on PR #10689: URL: https://github.com/apache/doris/pull/10689#issuecomment-1178619414 https://github.com/apache/doris/pull/10691 duplicate -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [doris] morrySnow commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-07 Thread GitBox
morrySnow commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r916513342 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/AggregateDisassemble.java: ## @@ -17,144 +17,132 @@ package org.apache.doris.nereids.rules.rewrit

[GitHub] [doris] dependabot[bot] commented on pull request #10690: Bump hibernate-validator from 5.1.0.Final to 6.0.23.Final in /fe/fe-core

2022-07-07 Thread GitBox
dependabot[bot] commented on PR #10690: URL: https://github.com/apache/doris/pull/10690#issuecomment-1178620168 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let

  1   2   3   >