[GitHub] [doris] 924060929 commented on a diff in pull request #10630: [enhancement](nereids) add betweentocompound rewrite rule for ssb

2022-07-05 Thread GitBox
924060929 commented on code in PR #10630: URL: https://github.com/apache/doris/pull/10630#discussion_r914479085 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/BetweenToCompoundRule.java: ## @@ -0,0 +1,61 @@ +// Licensed to the Apache Software

[GitHub] [doris] github-actions[bot] commented on pull request #10602: [feature-wip](multi-catalog)(fix) federation query failed

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10602: URL: https://github.com/apache/doris/pull/10602#issuecomment-1175851626 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] qidaye commented on a diff in pull request #10622: [fix] substr('', 1, 5) return empty string instead of null

2022-07-05 Thread GitBox
qidaye commented on code in PR #10622: URL: https://github.com/apache/doris/pull/10622#discussion_r914476360 ## be/src/vec/functions/function_string.h: ## @@ -167,7 +167,7 @@ struct SubstringUtil { int str_size = offsets[i] - offsets[i - 1] - 1; // retu

[GitHub] [doris] github-actions[bot] commented on pull request #10637: [enhance](*): git ignore `package-lock.json`.

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10637: URL: https://github.com/apache/doris/pull/10637#issuecomment-1175846913 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 #10637: [enhance](*): git ignore `package-lock.json`.

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10637: URL: https://github.com/apache/doris/pull/10637#issuecomment-1175846869 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 #10626: [feature](script) add --grace option for stop_be.sh

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10626: URL: https://github.com/apache/doris/pull/10626#issuecomment-1175845784 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 #10626: [feature](script) add --grace option for stop_be.sh

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10626: URL: https://github.com/apache/doris/pull/10626#issuecomment-1175845757 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] EmmyMiao87 merged pull request #10411: [feature](nereids) support like and regexp predicate

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

[GitHub] [doris] github-actions[bot] commented on pull request #10639: [docs] Fixed description about networks in Quick Start

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10639: URL: https://github.com/apache/doris/pull/10639#issuecomment-1175842722 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 #10639: [docs] Fixed description about networks in Quick Start

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10639: URL: https://github.com/apache/doris/pull/10639#issuecomment-1175842761 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 opened a new issue, #10641: [Bug] Core dump when aggregate function with no group by

2022-07-05 Thread GitBox
BiteThet opened a new issue, #10641: URL: https://github.com/apache/doris/issues/10641 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version master

[GitHub] [doris] englefly commented on a diff in pull request #10631: [refactor] add evaluate_and_vec() for ComparisonPredicateBase

2022-07-05 Thread GitBox
englefly commented on code in PR #10631: URL: https://github.com/apache/doris/pull/10631#discussion_r914463955 ## be/src/olap/rowset/segment_v2/segment_iterator.h: ## @@ -121,6 +121,19 @@ class SegmentIterator : public RowwiseIterator { bool _can_evaluated_by_vectorized(C

[GitHub] [doris] englefly commented on a diff in pull request #10631: [refactor] add evaluate_and_vec() for ComparisonPredicateBase

2022-07-05 Thread GitBox
englefly commented on code in PR #10631: URL: https://github.com/apache/doris/pull/10631#discussion_r914463422 ## be/src/olap/comparison_predicate.h: ## @@ -262,7 +263,71 @@ class ComparisonPredicateBase : public ColumnPredicate { ->get_data()

[GitHub] [doris] github-actions[bot] commented on pull request #10640: [BugFix](Array) fix DataTypeArray to_string use after free

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10640: URL: https://github.com/apache/doris/pull/10640#issuecomment-1175834625 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 #10640: [BugFix](Array) fix DataTypeArray to_string use after free

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10640: URL: https://github.com/apache/doris/pull/10640#issuecomment-1175834605 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 #10636: [Enhancement ] rename some files inside vec/sink dir

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10636: URL: https://github.com/apache/doris/pull/10636#issuecomment-1175833982 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 #10636: [Enhancement ] rename some files inside vec/sink dir

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10636: URL: https://github.com/apache/doris/pull/10636#issuecomment-1175834004 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] branch master updated (006283c036 -> 0b80457c1f)

2022-07-05 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 006283c036 [Fix] select nested type of string within type array should be wrapped with '' in vectorized path (#10498

[GitHub] [doris] github-actions[bot] commented on pull request #10602: [feature-wip](multi-catalog)(fix) federation query failed

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10602: URL: https://github.com/apache/doris/pull/10602#issuecomment-1175833160 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 #10602: [feature-wip](multi-catalog)(fix) federation query failed

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10602: URL: https://github.com/apache/doris/pull/10602#issuecomment-1175833127 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 #10631: [refactor] add evaluate_and_vec() for ComparisonPredicateBase

2022-07-05 Thread GitBox
yiguolei commented on code in PR #10631: URL: https://github.com/apache/doris/pull/10631#discussion_r914460680 ## be/src/olap/rowset/segment_v2/segment_iterator.h: ## @@ -121,6 +121,19 @@ class SegmentIterator : public RowwiseIterator { bool _can_evaluated_by_vectorized(C

[GitHub] [doris] yiguolei commented on a diff in pull request #10631: [refactor] add evaluate_and_vec() for ComparisonPredicateBase

2022-07-05 Thread GitBox
yiguolei commented on code in PR #10631: URL: https://github.com/apache/doris/pull/10631#discussion_r914459164 ## be/src/olap/comparison_predicate.h: ## @@ -262,7 +263,71 @@ class ComparisonPredicateBase : public ColumnPredicate { ->get_data()

[GitHub] [doris] eldenmoon opened a new pull request, #10640: [BugFix](Array) fix DataTypeArray to_string use after free

2022-07-05 Thread GitBox
eldenmoon opened a new pull request, #10640: URL: https://github.com/apache/doris/pull/10640 ColumnArray::convert_to_full_column_if_const override the base function and ColumnArray::create generate a temporary variable # Proposed changes Issue Number: close #10638 ## P

[GitHub] [doris] FreeOnePlus opened a new pull request, #10639: [docs] Fixed description about networks in Quick Start

2022-07-05 Thread GitBox
FreeOnePlus opened a new pull request, #10639: URL: https://github.com/apache/doris/pull/10639 Because in the quick start, the local IP of 127.0.0.1 is used at the beginning, which leads to ambiguity in the user deployment process, so it is corrected. # Proposed changes Issue Numb

[GitHub] [doris] eldenmoon opened a new issue, #10638: [Bug] using Array caused coredump in ASAN build

2022-07-05 Thread GitBox
eldenmoon opened a new issue, #10638: URL: https://github.com/apache/doris/issues/10638 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version master

[GitHub] [doris] mrhhsg closed pull request #10161: [imporement]Avoid unnecessary find_codes in predicate

2022-07-05 Thread GitBox
mrhhsg closed pull request #10161: [imporement]Avoid unnecessary find_codes in predicate URL: https://github.com/apache/doris/pull/10161 -- 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 opened a new pull request, #10637: [enhance](*): git ignore `package-lock.json`.

2022-07-05 Thread GitBox
jackwener opened a new pull request, #10637: URL: https://github.com/apache/doris/pull/10637 # Proposed changes Issue Number: close #xxx ## Problem Summary: git ignore `package-lock.json`. ## Checklist(Required) 1. Does it affect the original behavior: (No)

[GitHub] [doris] platoneko commented on a diff in pull request #10280: [Feature] move cold data to object storage without losing any feature

2022-07-05 Thread GitBox
platoneko commented on code in PR #10280: URL: https://github.com/apache/doris/pull/10280#discussion_r914395465 ## be/src/agent/task_worker_pool.cpp: ## @@ -437,6 +443,11 @@ void TaskWorkerPool::_drop_tablet_worker_thread_callback() { StorageEngine::instance()->tx

[GitHub] [doris] platoneko commented on a diff in pull request #10280: [Feature] move cold data to object storage without losing any feature

2022-07-05 Thread GitBox
platoneko commented on code in PR #10280: URL: https://github.com/apache/doris/pull/10280#discussion_r914394170 ## fe/fe-core/src/main/java/org/apache/doris/task/DropReplicaTask.java: ## @@ -23,11 +23,13 @@ public class DropReplicaTask extends AgentTask { private int schem

[GitHub] [doris] cambyzju opened a new pull request, #10636: [Enhancement ] rename some files inside vec/sink dir

2022-07-05 Thread GitBox
cambyzju opened a new pull request, #10636: URL: https://github.com/apache/doris/pull/10636 # Proposed changes Issue Number: close #xxx ## Problem Summary: Keep file names inside directory(vec/sink) the same style, which starts with prefix 'v'. ## Checklist(Requir

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

2022-07-05 Thread jiafengzheng
Author: jiafengzheng Date: Wed Jul 6 03:50:19 2022 New Revision: 55483 Log: add spark connector 1.1.0 release Added: dev/doris/spark-connector/1.1.0/ dev/doris/spark-connector/1.1.0/apache-doris-spark-connector-2.3_2.11-1.1.0-src.tar.gz (with props) dev/doris/spark-connector/1.1

[doris-spark-connector] annotated tag spark-doris-connector-3.2_2.12-1.1.0 updated (ceb4145 -> 347361e)

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

[doris-spark-connector] annotated tag spark-doris-connector-3.1_2.12-1.1.0 updated (d96e764 -> 531bb59)

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

[GitHub] [doris] englefly closed pull request #10117: do not scan if _scan_blocks is full

2022-07-05 Thread GitBox
englefly closed pull request #10117: do not scan if _scan_blocks is full URL: https://github.com/apache/doris/pull/10117 -- 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 unsu

[doris-spark-connector] annotated tag spark-doris-connector-3.1_2.12-1.1.0 updated (2f4b095 -> 2963123)

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

[doris-spark-connector] annotated tag spark-doris-connector-2.3_2.11-1.1.0 updated (2aa56de -> 2b61fb2)

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

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

2022-07-05 Thread jiafengzheng
Author: jiafengzheng Date: Wed Jul 6 03:07:03 2022 New Revision: 55482 Log: flink connector 1.1.0 release Added: dev/doris/flink-connector/1.1.0/ dev/doris/flink-connector/1.1.0/apache-doris-flink-connector-1.14_2.11-1.1.0-src.tar.gz (with props) dev/doris/flink-connector/1.1.0/

[GitHub] [doris] SaintBacchus opened a new pull request, #10635: [Fix][multi-catalog]Fix coredump when reading the parquet file for multi-thread

2022-07-05 Thread GitBox
SaintBacchus opened a new pull request, #10635: URL: https://github.com/apache/doris/pull/10635 # Proposed changes Issue Number: close #10634 ## Problem Summary: There is two issue fixed in this pr: **The first issuse** is the C++ code rule of `do not call virtual func

[GitHub] [doris] yiguolei merged pull request #10498: [Fix] select nested type of string within type array should be wrappe…

2022-07-05 Thread GitBox
yiguolei merged PR #10498: URL: https://github.com/apache/doris/pull/10498 -- 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] EmmyMiao87 merged pull request #10530: [fix](nereids) fix ut,check bound should be called recursively on the plan node

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

[GitHub] [doris] EmmyMiao87 commented on pull request #10609: [Enhancement][Materialized-View] support unique key materialized view

2022-07-05 Thread GitBox
EmmyMiao87 commented on PR #10609: URL: https://github.com/apache/doris/pull/10609#issuecomment-1175721061 Please add unit test ~ -- 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 comm

[doris] branch master updated: [Fix] select nested type of string within type array should be wrapped with '' in vectorized path (#10498)

2022-07-05 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 006283c036 [Fix] select nested type of string w

[GitHub] [doris] yiguolei closed issue #10497: [Enhancement] vectorized array mysql_result_writer should wrap nested string type with ''

2022-07-05 Thread GitBox
yiguolei closed issue #10497: [Enhancement] vectorized array mysql_result_writer should wrap nested string type with '' URL: https://github.com/apache/doris/issues/10497 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [doris] dataroaring merged pull request #10376: [fix](fe) when bdbje adding follower, master write op may failed.

2022-07-05 Thread GitBox
dataroaring merged PR #10376: URL: https://github.com/apache/doris/pull/10376 -- 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-flink-connector] annotated tag flink-doris-connector-1.14_2.11-1.1.0 updated (ac13b89 -> 1b9431e)

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

[GitHub] [doris] SaintBacchus opened a new issue, #10634: [Bug] Coredump when reading the parquet file for multi-thread

2022-07-05 Thread GitBox
SaintBacchus opened a new issue, #10634: URL: https://github.com/apache/doris/issues/10634 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version master br

[GitHub] [doris] morningman merged pull request #10547: [multi-catalog]Fix hive partiton prune in hive and hudi exteranl table.

2022-07-05 Thread GitBox
morningman merged PR #10547: URL: https://github.com/apache/doris/pull/10547 -- 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](nereids) fix ut,check bound should be called recursively on the plan node (#10530)

2022-07-05 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao 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 0b9f508379 [fix](nereids) fix ut,check bound sh

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

2022-07-05 Thread GitBox
Lchangliang commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r914359505 ## be/src/olap/convert_rowset.cpp: ## @@ -48,8 +48,9 @@ Status ConvertRowset::do_convert() { std::unique_ptr output_rs_writer; RETURN_NOT_OK(_tab

[doris-flink-connector] annotated tag flink-doris-connector-1.14_2.12-1.1.0 updated (dfd1284 -> d6c94c5)

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

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

2022-07-05 Thread GitBox
Lchangliang commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r914359306 ## be/src/olap/schema_change.cpp: ## @@ -1649,8 +1650,8 @@ Status VSchemaChangeWithSorting::_internal_sorting( MultiBlockMerger merger(new_tablet); std::

[GitHub] [doris] englefly opened a new pull request, #10633: [enhancement] improve performance of week() and yearweek()

2022-07-05 Thread GitBox
englefly opened a new pull request, #10633: URL: https://github.com/apache/doris/pull/10633 # Proposed changes ssb100, doris_scanner_thread_pool_thread_num=1 sql: select count(LO_ORDERDATE) FROM lineorder WHERE week(LO_ORDERDATE) = 6; week() improve

[GitHub] [doris] dataroaring closed issue #10403: [Bug] [Fe] master fe wrong when add/drop table with expanding fe.

2022-07-05 Thread GitBox
dataroaring closed issue #10403: [Bug] [Fe] master fe wrong when add/drop table with expanding fe. URL: https://github.com/apache/doris/issues/10403 -- 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 t

[doris] branch master updated: [fix](fe) when bdbje adding follower, master write op may failed. (#10376)

2022-07-05 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 c936abd2a3 [fix](fe) when bdbje adding follo

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

2022-07-05 Thread GitBox
Lchangliang commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r914356254 ## be/src/olap/segment_loader.cpp: ## @@ -58,16 +59,17 @@ void SegmentLoader::_insert(const SegmentLoader::CacheKey& key, SegmentLoader::C } Status SegmentLoade

[GitHub] [doris] yuanyuan8983 opened a new pull request, #10632: [docs] Changing the symbol of dataX doriswriter table creation statement

2022-07-05 Thread GitBox
yuanyuan8983 opened a new pull request, #10632: URL: https://github.com/apache/doris/pull/10632 Change dataX doriswriter to create table statement symbol missing problem # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of change

[doris] branch master updated (43015f11a5 -> 5f5e01b285)

2022-07-05 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 43015f11a5 [Improvement] remove `beHttpAddress` in regression test (#10623) add 5f5e01b285 [feature-wip](mult

[GitHub] [doris] morningman closed issue #10546: [Bug] Hive and hudi exteranal table get wrong partition prune for some case.

2022-07-05 Thread GitBox
morningman closed issue #10546: [Bug] Hive and hudi exteranal table get wrong partition prune for some case. URL: https://github.com/apache/doris/issues/10546 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #10547: [multi-catalog]Fix hive partiton prune in hive and hudi exteranl table.

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10547: URL: https://github.com/apache/doris/pull/10547#issuecomment-1175704965 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] englefly opened a new pull request, #10631: [refactor] add evaluate_and_vec() for ComparisonPredicateBase

2022-07-05 Thread GitBox
englefly opened a new pull request, #10631: URL: https://github.com/apache/doris/pull/10631 # Proposed changes 1. add evaluate_and_vec() for ComparisonPredicateBase to avoid merging ret_flags when there are multiple vec_predicates. 2. using ComparisonPrediate directly in SegmentIterato

[GitHub] [doris] yinzhijian opened a new pull request, #10630: [enhancement](nereids) add betweentocompound rewrite rule for ssb

2022-07-05 Thread GitBox
yinzhijian opened a new pull request, #10630: URL: https://github.com/apache/doris/pull/10630 # Proposed changes Issue Number: close #xxx ## Problem Summary: add betweentocompound rewrite rule for ssb. for example: 1. A BETWEEN X AND Y ==> A >= X AND A <= Y 2. A

[doris-flink-connector] annotated tag flink-doris-connector-1.14_2.12-1.1.0 updated (58a6683 -> 7ca4a48)

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

[GitHub] [doris] k-i-d-d commented on a diff in pull request #10409: [fix] (mem tracker) Fix inaccurate mem tracker leads to load OOM

2022-07-05 Thread GitBox
k-i-d-d commented on code in PR #10409: URL: https://github.com/apache/doris/pull/10409#discussion_r914338916 ## be/src/runtime/load_channel.h: ## @@ -39,9 +39,8 @@ class Cache; // corresponding to a certain load job class LoadChannel { public: -LoadChannel(const UniqueId

[GitHub] [doris] k-i-d-d commented on a diff in pull request #10409: [fix] (mem tracker) Fix inaccurate mem tracker leads to load OOM

2022-07-05 Thread GitBox
k-i-d-d commented on code in PR #10409: URL: https://github.com/apache/doris/pull/10409#discussion_r914338916 ## be/src/runtime/load_channel.h: ## @@ -39,9 +39,8 @@ class Cache; // corresponding to a certain load job class LoadChannel { public: -LoadChannel(const UniqueId

[doris-flink-connector] annotated tag 1.1.0 updated (81952c0 -> 4526367)

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

[GitHub] [doris] yiguolei merged pull request #10623: [Improvement] remove `beHttpAddress` in regression test

2022-07-05 Thread GitBox
yiguolei merged PR #10623: URL: https://github.com/apache/doris/pull/10623 -- 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] stalary commented on issue #10495: flink Connect to Doris BE{host='172.16.50.4', port=9060}failed

2022-07-05 Thread GitBox
stalary commented on issue #10495: URL: https://github.com/apache/doris/issues/10495#issuecomment-1175657126 > > > > Whether your flink service can connect to be node? > > > > > > > > > yes, The ip of the external network can access be, but the ip of the internal network cannot ac

[doris] branch master updated: [Improvement] remove `beHttpAddress` in regression test (#10623)

2022-07-05 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 43015f11a5 [Improvement] remove `beHttpAddress`

[GitHub] [doris] stalary commented on issue #10625: [Bug](vec) "where column like NULL" statement in vectorized engine will cause BE coredump

2022-07-05 Thread GitBox
stalary commented on issue #10625: URL: https://github.com/apache/doris/issues/10625#issuecomment-1175635501 In mysql, `[42000][1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'like null' at line 1`,

[GitHub] [doris] k-i-d-d opened a new pull request, #10629: [Enhancement] Improve TCMalloc Hook consume MemTracker performance

2022-07-05 Thread GitBox
k-i-d-d opened a new pull request, #10629: URL: https://github.com/apache/doris/pull/10629 # Proposed changes Issue Number: close #10583 ## Problem Summary: Motivation In the previous test, consume mem tracker based on tcmalloc hook is expected to bring 2% perfor

[GitHub] [doris] xy720 commented on a diff in pull request #10385: [feature-wip](array-type) add function array_remove

2022-07-05 Thread GitBox
xy720 commented on code in PR #10385: URL: https://github.com/apache/doris/pull/10385#discussion_r913922416 ## be/src/vec/functions/array/function_array_remove.h: ## @@ -0,0 +1,345 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] [doris] JNSimba commented on issue #10495: flink Connect to Doris BE{host='172.16.50.4', port=9060}failed

2022-07-05 Thread GitBox
JNSimba commented on issue #10495: URL: https://github.com/apache/doris/issues/10495#issuecomment-1175194809 > > > > Whether your flink service can connect to be node? > > > > > > > > > yes, The ip of the external network can access be, but the ip of the internal network cannot ac

[GitHub] [doris-spark-connector] zhenhb opened a new pull request, #41: add param max_filter_ratio

2022-07-05 Thread GitBox
zhenhb opened a new pull request, #41: URL: https://github.com/apache/doris-spark-connector/pull/41 # Proposed changes Issue Number: close #xxx ## Problem Summary: I want to setting max_filter_ratio greater than 0. ## Checklist(Required) 1. Does it affect the

[GitHub] [doris] dataroaring opened a new issue, #10627: [Bug] tpcds_sf1 q79 result is not right

2022-07-05 Thread GitBox
dataroaring opened a new issue, #10627: URL: https://github.com/apache/doris/issues/10627 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version dev-1.0.1

[GitHub] [doris] SWJTU-ZhangLei opened a new pull request, #10626: [feature](script) add --grace option for stop_be.sh

2022-07-05 Thread GitBox
SWJTU-ZhangLei opened a new pull request, #10626: URL: https://github.com/apache/doris/pull/10626 be asan mem leak check needs exit app gracefully. # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist

[GitHub] [doris] dataroaring merged pull request #10593: [fix](load) skip empty orc file

2022-07-05 Thread GitBox
dataroaring merged PR #10593: URL: https://github.com/apache/doris/pull/10593 -- 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] github-actions[bot] commented on pull request #10623: [Improvement] remove `beHttpAddress` in regression test

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10623: URL: https://github.com/apache/doris/pull/10623#issuecomment-1175127280 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 #10623: [Improvement] remove `beHttpAddress` in regression test

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10623: URL: https://github.com/apache/doris/pull/10623#issuecomment-1175127322 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] dataroaring closed issue #10594: [Bug] Load with orc file meet error: Invalid column selected xx

2022-07-05 Thread GitBox
dataroaring closed issue #10594: [Bug] Load with orc file meet error: Invalid column selected xx URL: https://github.com/apache/doris/issues/10594 -- 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

[doris] branch master updated: [fix](load) skip empty orc file (#10593)

2022-07-05 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 8e364fb848 [fix](load) skip empty orc file (

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

2022-07-05 Thread GitBox
yiguolei commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r913785829 ## be/src/olap/convert_rowset.cpp: ## @@ -48,8 +48,9 @@ Status ConvertRowset::do_convert() { std::unique_ptr output_rs_writer; RETURN_NOT_OK(_tablet

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

2022-07-05 Thread GitBox
yiguolei commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r913785236 ## be/src/olap/compaction.h: ## @@ -67,7 +67,7 @@ class Compaction { Status modify_rowsets(); void gc_output_rowset(); -Status construct_output_rowset_w

[GitHub] [doris] yiguolei merged pull request #10607: [Enhancement] remove duplicate codes in function_test_util.cpp

2022-07-05 Thread GitBox
yiguolei merged PR #10607: URL: https://github.com/apache/doris/pull/10607 -- 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 merged pull request #10584: [refactor] remove alpha rowset related code and vectorized row batch related code

2022-07-05 Thread GitBox
yiguolei merged PR #10584: URL: https://github.com/apache/doris/pull/10584 -- 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: remove duplicate codes from function_test_util.cpp (#10607)

2022-07-05 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 1f57fcc4e9 remove duplicate codes from function

[GitHub] [doris] yiguolei commented on a diff in pull request #10355: [Optimize] Improve performance like/not like filter through pushdown function to storage engine

2022-07-05 Thread GitBox
yiguolei commented on code in PR #10355: URL: https://github.com/apache/doris/pull/10355#discussion_r913742274 ## be/src/exprs/function_filter.h: ## @@ -0,0 +1,43 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See t

[GitHub] [doris] yiguolei commented on a diff in pull request #10355: [Optimize] Improve performance like/not like filter through pushdown function to storage engine

2022-07-05 Thread GitBox
yiguolei commented on code in PR #10355: URL: https://github.com/apache/doris/pull/10355#discussion_r913741869 ## be/src/olap/like_column_predicate.h: ## @@ -0,0 +1,82 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

[GitHub] [doris] github-actions[bot] commented on pull request #10355: [Optimize] Improve performance like/not like filter through pushdown function to storage engine

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10355: URL: https://github.com/apache/doris/pull/10355#issuecomment-1174989497 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] annotated tag 1.14_2.12-1.1.0 updated (c63390b -> cb7335e)

2022-07-05 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu 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 c63390b (commit) to cb7335e (

[GitHub] [doris] yinzhijian opened a new issue, #10625: [Bug](vec) "where column like NULL" statement in vectorized engine will cause BE coredump

2022-07-05 Thread GitBox
yinzhijian opened a new issue, #10625: URL: https://github.com/apache/doris/issues/10625 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version master

[GitHub] [doris] jackwener opened a new pull request, #10624: [enhancement]: remove redundant field.

2022-07-05 Thread GitBox
jackwener opened a new pull request, #10624: URL: https://github.com/apache/doris/pull/10624 # Proposed changes Issue Number: close #10616 ## Problem Summary: Remove the redundant field in `TSortNode` which exist in `TSortInfo`. [API-BREAK] This has changed `Th

[GitHub] [doris] yiguolei merged pull request #10614: [bugfix] fix bug of vhash join build

2022-07-05 Thread GitBox
yiguolei merged PR #10614: URL: https://github.com/apache/doris/pull/10614 -- 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] Gabriel39 opened a new pull request, #10623: [Improvement] remove `beHttpAddress` in regression test

2022-07-05 Thread GitBox
Gabriel39 opened a new pull request, #10623: URL: https://github.com/apache/doris/pull/10623 # Proposed changes Issue Number: close #xxx ## Problem Summary: Remove config `beHttpAddress` from regression test. Since we can't assume regression environment, it's recom

[GitHub] [doris] github-actions[bot] commented on pull request #10621: [Improvement] remove redundant code of VOlapScanner

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

[doris-flink-connector] annotated tag 1.14_2.12-1.1.0 updated (e27811b -> 57e7bb1)

2022-07-05 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu 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 e27811b (commit) to 57e7bb1 (

[doris] branch master updated: [bugfix] fix bug of vhash join build (#10614)

2022-07-05 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 3e87960202 [bugfix] fix bug of vhash join build

[GitHub] [doris] yiguolei closed issue #10595: [Bug] be coredump when building RF

2022-07-05 Thread GitBox
yiguolei closed issue #10595: [Bug] be coredump when building RF URL: https://github.com/apache/doris/issues/10595 -- 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 unsubscrib

[GitHub] [doris] github-actions[bot] commented on pull request #10622: [fix] substr('', 1, 5) return empty string instead of null

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10622: URL: https://github.com/apache/doris/pull/10622#issuecomment-1174925156 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 #10621: [Improvement] remove redundant code of VOlapScanner

2022-07-05 Thread GitBox
github-actions[bot] commented on PR #10621: URL: https://github.com/apache/doris/pull/10621#issuecomment-1174924371 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 opened a new pull request, #10622: [fix] substr('', 1, 5) return empty string instead of null

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

  1   2   >