[GitHub] [doris] yiguolei merged pull request #11650: [refactor](delete predicate) Unify delete to segmentiterator

2022-08-11 Thread GitBox
yiguolei merged PR #11650: URL: https://github.com/apache/doris/pull/11650 -- 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: [refactor](delete predicate) Unify delete to segmentiterator (#11650)

2022-08-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new ea57bf6370 [refactor](delete predicate) Unify d

[GitHub] [doris] yiguolei merged pull request #11656: [Feature](multi-catalog) Support refresh catalog metadata

2022-08-11 Thread GitBox
yiguolei merged PR #11656: URL: https://github.com/apache/doris/pull/11656 -- 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 #11633: [Feature](multi-catalog) Support refresh catalog metadata

2022-08-11 Thread GitBox
yiguolei closed issue #11633: [Feature](multi-catalog) Support refresh catalog metadata URL: https://github.com/apache/doris/issues/11633 -- 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

[doris] branch master updated: [Feature](multi-catalog) Support refresh catalog metadata (#11656)

2022-08-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new aa24c8f973 [Feature](multi-catalog) Support ref

[GitHub] [doris] ChPi opened a new issue, #11682: [Bug] fix cancel fragment bug

2022-08-11 Thread GitBox
ChPi opened a new issue, #11682: URL: https://github.com/apache/doris/issues/11682 ### 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 1.1.2 ###

[GitHub] [doris] Toms1999 closed pull request #11675: [fix] add fifter tables #

2022-08-11 Thread GitBox
Toms1999 closed pull request #11675: [fix] add fifter tables # URL: https://github.com/apache/doris/pull/11675 -- 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

[GitHub] [doris] ChPi opened a new pull request, #11683: [Bug] fix cancel fragment bug

2022-08-11 Thread GitBox
ChPi opened a new pull request, #11683: URL: https://github.com/apache/doris/pull/11683 # Proposed changes Issue Number: close #11682 ## Problem summary when query is done, but fragment not be canceled, still run. should change state initiated. ## Checklist

[GitHub] [doris] morrySnow commented on a diff in pull request #11673: [enhancement](Nereids)refactor sort plan in nereids

2022-08-11 Thread GitBox
morrySnow commented on code in PR #11673: URL: https://github.com/apache/doris/pull/11673#discussion_r943166742 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalQuickSort.java: ## @@ -30,56 +30,30 @@ import org.apache.commons.lang3.StringUtils;

[GitHub] [doris] morrySnow commented on a diff in pull request #11673: [enhancement](Nereids)refactor sort plan in nereids

2022-08-11 Thread GitBox
morrySnow commented on code in PR #11673: URL: https://github.com/apache/doris/pull/11673#discussion_r943167252 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/algebra/TopN.java: ## @@ -0,0 +1,28 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [doris] github-actions[bot] commented on pull request #11673: [enhancement](Nereids)refactor sort plan in nereids

2022-08-11 Thread GitBox
github-actions[bot] commented on PR #11673: URL: https://github.com/apache/doris/pull/11673#issuecomment-1211653838 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 pull request #11673: [enhancement](Nereids)refactor sort plan in nereids

2022-08-11 Thread GitBox
morrySnow commented on PR #11673: URL: https://github.com/apache/doris/pull/11673#issuecomment-1211656641 @924060929 PTAL -- 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

[GitHub] [doris] FelixDonChen opened a new issue, #11686: when use two view table left jon hive error not hive param

2022-08-11 Thread GitBox
FelixDonChen opened a new issue, #11686: URL: https://github.com/apache/doris/issues/11686 ### 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 1.1.1

[GitHub] [doris] 924060929 commented on a diff in pull request #11673: [enhancement](Nereids)refactor sort plan in nereids

2022-08-11 Thread GitBox
924060929 commented on code in PR #11673: URL: https://github.com/apache/doris/pull/11673#discussion_r943198726 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -286,10 +288,42 @@ public PlanFragment visitLogicalSort(Logical

[GitHub] [doris] 924060929 commented on a diff in pull request #11673: [enhancement](Nereids)refactor sort plan in nereids

2022-08-11 Thread GitBox
924060929 commented on code in PR #11673: URL: https://github.com/apache/doris/pull/11673#discussion_r943203001 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/AbstractPhysicalSort.java: ## @@ -0,0 +1,83 @@ +// Licensed to the Apache Software Foundation

[GitHub] [doris] 924060929 commented on a diff in pull request #11673: [enhancement](Nereids)refactor sort plan in nereids

2022-08-11 Thread GitBox
924060929 commented on code in PR #11673: URL: https://github.com/apache/doris/pull/11673#discussion_r943203001 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/AbstractPhysicalSort.java: ## @@ -0,0 +1,83 @@ +// Licensed to the Apache Software Foundation

[GitHub] [doris] morningman opened a new pull request, #11687: [minor](recycle) add log to observe bug

2022-08-11 Thread GitBox
morningman opened a new pull request, #11687: URL: https://github.com/apache/doris/pull/11687 # Proposed changes Issue Number: close #xxx ## Problem summary To track the bug in described in #11514 ## Checklist(Required) 1. Does it affect the original behavio

[GitHub] [doris] yangzhg opened a new pull request, #11688: [deps](brpc) Upgrade Brpc to 1.2.0 fix `_dl_sym undefined reference` on new verison of glibc

2022-08-11 Thread GitBox
yangzhg opened a new pull request, #11688: URL: https://github.com/apache/doris/pull/11688 # Proposed changes Issue Number: close #xxx ## Problem summary Upgrade Brpc to 1.2.0 fix `_dl_sym undefined reference` on new verison of glibc patch `patches/brpc-1.1.0.patch` a

[doris] branch master updated: [chore](check) update sonarcloud workflow files (#11674)

2022-08-11 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 a72e20da69 [chore](check) update sonarcloud w

[GitHub] [doris] morningman merged pull request #11674: [chore](check) update sonarcloud workflow files

2022-08-11 Thread GitBox
morningman merged PR #11674: URL: https://github.com/apache/doris/pull/11674 -- 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] morrySnow commented on issue #11677: [Bug]

2022-08-11 Thread GitBox
morrySnow commented on issue #11677: URL: https://github.com/apache/doris/issues/11677#issuecomment-1211687655 sorry, Doris do not support use distinct aggregate function as analytic function now. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [doris] github-actions[bot] commented on pull request #11683: [Fix](fe-core) fix cancel fragment bug

2022-08-11 Thread GitBox
github-actions[bot] commented on PR #11683: URL: https://github.com/apache/doris/pull/11683#issuecomment-1211691875 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 #11683: [Fix](fe-core) fix cancel fragment bug

2022-08-11 Thread GitBox
github-actions[bot] commented on PR #11683: URL: https://github.com/apache/doris/pull/11683#issuecomment-1211691909 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] carlvinhust2012 opened a new pull request, #11689: [optimization] (be-log) modify the backendservice log

2022-08-11 Thread GitBox
carlvinhust2012 opened a new pull request, #11689: URL: https://github.com/apache/doris/pull/11689 # Proposed changes 1. This pr is used to modify the backendservice log, which should be different from the 'internal_service.cpp'. Issue Number: close #xxx ## Problem summary

[GitHub] [doris] github-actions[bot] commented on pull request #11688: [deps](brpc) Upgrade Brpc to 1.2.0 fix `_dl_sym undefined reference` on new verison of glibc

2022-08-11 Thread GitBox
github-actions[bot] commented on PR #11688: URL: https://github.com/apache/doris/pull/11688#issuecomment-1211696994 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 #11688: [deps](brpc) Upgrade Brpc to 1.2.0 fix `_dl_sym undefined reference` on new verison of glibc

2022-08-11 Thread GitBox
github-actions[bot] commented on PR #11688: URL: https://github.com/apache/doris/pull/11688#issuecomment-1211697037 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 merged pull request #11683: [Fix](fe-core) fix cancel fragment bug

2022-08-11 Thread GitBox
yiguolei merged PR #11683: URL: https://github.com/apache/doris/pull/11683 -- 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: [Bug] fix cancel fragment bug (#11683)

2022-08-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 9214346603 [Bug] fix cancel fragment bug (#1168

[GitHub] [doris] yiguolei closed issue #11682: [Bug] fix cancel fragment bug

2022-08-11 Thread GitBox
yiguolei closed issue #11682: [Bug] fix cancel fragment bug URL: https://github.com/apache/doris/issues/11682 -- 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-

[GitHub] [doris] github-actions[bot] commented on pull request #11623: [Feature](unique-key-merge-on-write) some fix on delete bitmap usage

2022-08-11 Thread GitBox
github-actions[bot] commented on PR #11623: URL: https://github.com/apache/doris/pull/11623#issuecomment-1211714975 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] siriume commented on issue #11677: [Bug]

2022-08-11 Thread GitBox
siriume commented on issue #11677: URL: https://github.com/apache/doris/issues/11677#issuecomment-1211717696 > sorry, Doris do not support use distinct aggregate function as analytic function now. documents says its support https://doris.apache.org/docs/sql-manual/sql-functions/wi

[GitHub] [doris] morrySnow commented on issue #11681: [Bug] subquery with limit statement meet an error

2022-08-11 Thread GitBox
morrySnow commented on issue #11681: URL: https://github.com/apache/doris/issues/11681#issuecomment-1211718246 introduced by #11621 . @Kikyou1997 PTAL -- 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

[GitHub] [doris] morrySnow commented on issue #11686: when use two view table left jon hive error not hive param

2022-08-11 Thread GitBox
morrySnow commented on issue #11686: URL: https://github.com/apache/doris/issues/11686#issuecomment-1211723672 i think this could be resolved by #11566 , @englefly what do u think? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [doris] englefly commented on issue #11686: when use two view table left jon hive error not hive param

2022-08-11 Thread GitBox
englefly commented on issue #11686: URL: https://github.com/apache/doris/issues/11686#issuecomment-1211727635 > cor_alternative_id yes, I think so. -- 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 t

[GitHub] [doris] morrySnow commented on issue #11677: [Bug] count (distinct (xxx)) over is not support

2022-08-11 Thread GitBox
morrySnow commented on issue #11677: URL: https://github.com/apache/doris/issues/11677#issuecomment-1211729016 i think document has a mistake on it. i has review the code. it is not support yet. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [doris] yiguolei opened a new pull request, #11690: [dev-1.1.2](bugfix) pick some code manually for #11657

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

[GitHub] [doris] morrySnow commented on issue #11686: when use two view table left jon hive error not hive param

2022-08-11 Thread GitBox
morrySnow commented on issue #11686: URL: https://github.com/apache/doris/issues/11686#issuecomment-1211730490 @FelixDonChen this bug will be fixed in version 1.1.2. It should be released at the end of this month or the beginning of next month -- This is an automated message from the Apac

[doris] branch dev-1.1.2 updated: [Bug] fix cancel fragment bug (#11683)

2022-08-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 139faeb6e4 [Bug] fix cancel fragment bug

[GitHub] [doris] yiguolei commented on pull request #11688: [deps](brpc) Upgrade Brpc to 1.2.0 fix `_dl_sym undefined reference` on new verison of glibc

2022-08-11 Thread GitBox
yiguolei commented on PR #11688: URL: https://github.com/apache/doris/pull/11688#issuecomment-1211732364 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 unsubscri

[doris] branch dev-1.1.2 updated: [dev-1.1.2](bugfix) pick some code manually for #11657 (#11690)

2022-08-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new d7e2166eee [dev-1.1.2](bugfix) pick some

[GitHub] [doris] yiguolei merged pull request #11690: [dev-1.1.2](bugfix) pick some code manually for #11657

2022-08-11 Thread GitBox
yiguolei merged PR #11690: URL: https://github.com/apache/doris/pull/11690 -- 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] kpfly commented on issue #11686: when use two view table left jon hive error not hive param

2022-08-11 Thread GitBox
kpfly commented on issue #11686: URL: https://github.com/apache/doris/issues/11686#issuecomment-1211733663 > @FelixDonChen this bug will be fixed in version 1.1.2. It should be released at the end of this month or the beginning of next month version 1.1.2 will be released next week

[doris] branch master updated (9214346603 -> 2d5ffac590)

2022-08-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 9214346603 [Bug] fix cancel fragment bug (#11683) add 2d5ffac590 [fix](optimization) InferFiltersRule bug: a se

[GitHub] [doris] yiguolei merged pull request #11566: [fix](optimization) InferFiltersRule bug: a self inner join on a view, which contains where clause, will cause mis-inference.

2022-08-11 Thread GitBox
yiguolei merged PR #11566: URL: https://github.com/apache/doris/pull/11566 -- 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 dev-1.1.2 updated: [fix](optimization) InferFiltersRule bug: a self inner join on a view, which contains where clause, will cause mis-inference. (#11566)

2022-08-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 73b4968b78 [fix](optimization) InferFilt

[GitHub] [doris] jackwener commented on a diff in pull request #11673: [enhancement](Nereids)refactor sort plan in nereids

2022-08-11 Thread GitBox
jackwener commented on code in PR #11673: URL: https://github.com/apache/doris/pull/11673#discussion_r943279161 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalTopN.java: ## @@ -0,0 +1,129 @@ +// Licensed to the Apache Software Foundation (ASF) un

[GitHub] [doris] Jibing-Li opened a new pull request, #11691: Fix file arrow scanner column index out of range core.

2022-08-11 Thread GitBox
Jibing-Li opened a new pull request, #11691: URL: https://github.com/apache/doris/pull/11691 # Proposed changes ```FileArrowScanner::_append_batch_to_block``` may core while executing tpch queries. It also may core while executing query like ```select count(1) from xxx```. ##

[GitHub] [doris-flink-connector] JNSimba commented on issue #53: [Bug] Stream load fails when there's no data

2022-08-11 Thread GitBox
JNSimba commented on issue #53: URL: https://github.com/apache/doris-flink-connector/issues/53#issuecomment-1211770430 hello, link3280, thanks for your reply. Version 0.15 has this problem. In version 0.15, curl streamload an empty file will also report this error, even if all data is fi

[GitHub] [doris] Toms1999 opened a new pull request, #11692: add odbc conf and some fix

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

[GitHub] [doris] ChPi commented on a diff in pull request #8921: [Bug] fix backup timeout on a table without partition

2022-08-11 Thread GitBox
ChPi commented on code in PR #8921: URL: https://github.com/apache/doris/pull/8921#discussion_r943323205 ## fe/fe-core/src/main/java/org/apache/doris/backup/BackupJob.java: ## @@ -358,6 +358,18 @@ private void prepareAndSendSnapshotTask() { taskProgress.clear();

[GitHub] [doris-flink-connector] JNSimba commented on issue #52: Flink Doris Connector Release Note 1.2.0

2022-08-11 Thread GitBox
JNSimba commented on issue #52: URL: https://github.com/apache/doris-flink-connector/issues/52#issuecomment-1211802609 > is there any incompatible change should be mentioned? eg. strip_outer_array Replaced strip_outer_array with read_json_line write in 1.1.0 -- This is an automated

[GitHub] [doris] ccoffline opened a new pull request, #11693: [Enhancement] add more metrics #11214

2022-08-11 Thread GitBox
ccoffline opened a new pull request, #11693: URL: https://github.com/apache/doris/pull/11693 # Proposed changes Issue Number: close #11214 ## Problem summary * Add `AutoMappedMetric` to measure dynamic object. * Add query instance and rpc metrics * Add thrift rpc me

[GitHub] [doris] wangbo opened a new pull request, #11694: [BUG]fix column dict incorrect result

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

[GitHub] [doris] bin41215 commented on a diff in pull request #11658: [minor](be)turn virtual memory to physical memory

2022-08-11 Thread GitBox
bin41215 commented on code in PR #11658: URL: https://github.com/apache/doris/pull/11658#discussion_r943380941 ## be/src/runtime/memory/mem_tracker_limiter.h: ## @@ -72,7 +72,7 @@ class MemTrackerLimiter final : public MemTracker { if (PerfCounters::get_vm_rss() + bytes

[GitHub] [doris] Gabriel39 commented on a diff in pull request #11691: Fix file arrow scanner column index out of range core.

2022-08-11 Thread GitBox
Gabriel39 commented on code in PR #11691: URL: https://github.com/apache/doris/pull/11691#discussion_r943384602 ## be/src/exec/arrow/arrow_reader.h: ## @@ -100,6 +100,7 @@ class ArrowReaderWrap { int get_cloumn_index(std::string column_name); void prefetch_batch(); +

[GitHub] [doris] morningman commented on a diff in pull request #11691: Fix file arrow scanner column index out of range core.

2022-08-11 Thread GitBox
morningman commented on code in PR #11691: URL: https://github.com/apache/doris/pull/11691#discussion_r943374587 ## be/src/exec/arrow/arrow_reader.h: ## @@ -100,6 +100,7 @@ class ArrowReaderWrap { int get_cloumn_index(std::string column_name); void prefetch_batch();

[GitHub] [doris] liaoxin01 opened a new pull request, #11695: [feature-wip](unique-key-merge-on-write) push down runtime filter on unique key with merge on write table

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

[GitHub] [doris] zhannngchen opened a new pull request, #11696: [Feature](unique-key-merge-on-write) add MoW property in show create table

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

[GitHub] [doris] zhannngchen commented on pull request #11696: [Feature](unique-key-merge-on-write) add MoW property in show create table

2022-08-11 Thread GitBox
zhannngchen commented on PR #11696: URL: https://github.com/apache/doris/pull/11696#issuecomment-1211934635 duplicate with #11664 -- 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

[GitHub] [doris] zhannngchen closed pull request #11696: [Feature](unique-key-merge-on-write) add MoW property in show create table

2022-08-11 Thread GitBox
zhannngchen closed pull request #11696: [Feature](unique-key-merge-on-write) add MoW property in show create table URL: https://github.com/apache/doris/pull/11696 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [doris] zhannngchen commented on a diff in pull request #11664: [feature-wip](unique-key-merge-on-write) show enable_unique_key_merge_on_write property when get ddl

2022-08-11 Thread GitBox
zhannngchen commented on code in PR #11664: URL: https://github.com/apache/doris/pull/11664#discussion_r943437599 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java: ## @@ -2890,6 +2890,12 @@ public static void getDdlStmt(DdlStmt ddlStmt, String dbName, TableIf table

[GitHub] [doris] morningman commented on a diff in pull request #11695: [feature-wip](unique-key-merge-on-write) push down runtime filter on unique key with merge on write table

2022-08-11 Thread GitBox
morningman commented on code in PR #11695: URL: https://github.com/apache/doris/pull/11695#discussion_r943439956 ## be/src/vec/exec/volap_scan_node.cpp: ## @@ -879,9 +879,11 @@ Status VOlapScanNode::change_value_range(ColumnValueRange& temp_r } bool VOlapScanNode::is_key_co

[GitHub] [doris] iceqing opened a new pull request, #11697: docs: Add a description `explain graph` and `desc graph`

2022-08-11 Thread GitBox
iceqing opened a new pull request, #11697: URL: https://github.com/apache/doris/pull/11697 # Proposed changes Issue Number: close #xxx ## Problem summary Add description for `explain graph` and `desc graph` commands to avoid inconsistent documentation. 为`expla

[GitHub] [doris] platoneko opened a new issue, #11698: [Enhancement] Separate code and err msg in Status and save err msg in heap

2022-08-11 Thread GitBox
platoneko opened a new issue, #11698: URL: https://github.com/apache/doris/issues/11698 ### 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. ### Description The curr

[GitHub] [doris] GoGoWen opened a new issue, #11699: [Bug] const fold not work for current_date when enable_fold_constant_by_be=false

2022-08-11 Thread GitBox
GoGoWen opened a new issue, #11699: URL: https://github.com/apache/doris/issues/11699 ### 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 1.1 ###

[GitHub] [doris] liaoxin01 commented on a diff in pull request #11664: [feature-wip](unique-key-merge-on-write) show enable_unique_key_merge_on_write property when get ddl

2022-08-11 Thread GitBox
liaoxin01 commented on code in PR #11664: URL: https://github.com/apache/doris/pull/11664#discussion_r943451860 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java: ## @@ -2890,6 +2890,12 @@ public static void getDdlStmt(DdlStmt ddlStmt, String dbName, TableIf table,

[GitHub] [doris] liaoxin01 commented on a diff in pull request #11695: [feature-wip](unique-key-merge-on-write) push down runtime filter on unique key with merge on write table

2022-08-11 Thread GitBox
liaoxin01 commented on code in PR #11695: URL: https://github.com/apache/doris/pull/11695#discussion_r943458386 ## be/src/vec/exec/volap_scan_node.cpp: ## @@ -879,9 +879,11 @@ Status VOlapScanNode::change_value_range(ColumnValueRange& temp_r } bool VOlapScanNode::is_key_col

[GitHub] [doris-flink-connector] link3280 commented on issue #53: [Bug] Stream load fails when there's no data

2022-08-11 Thread GitBox
link3280 commented on issue #53: URL: https://github.com/apache/doris-flink-connector/issues/53#issuecomment-1211966333 @JNSimba Thanks for your input! Then I'll close the issue and the PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [doris-flink-connector] link3280 closed issue #53: [Bug] Stream load fails when there's no data

2022-08-11 Thread GitBox
link3280 closed issue #53: [Bug] Stream load fails when there's no data URL: https://github.com/apache/doris-flink-connector/issues/53 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [doris-flink-connector] link3280 closed pull request #54: [fix] Fix job failure caused by stream load no data exception

2022-08-11 Thread GitBox
link3280 closed pull request #54: [fix] Fix job failure caused by stream load no data exception URL: https://github.com/apache/doris-flink-connector/pull/54 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [doris] morningman commented on pull request #11693: [Enhancement] add more metrics #11214

2022-08-11 Thread GitBox
morningman commented on PR #11693: URL: https://github.com/apache/doris/pull/11693#issuecomment-1211970222 Please update the document: ``` docs/zh-CN/docs/admin-manual/maint-monitor/monitor-metrics/metrics.md ``` -- This is an automated message from the Apache Git Service. To resp

[GitHub] [doris] github-actions[bot] commented on pull request #11695: [feature-wip](unique-key-merge-on-write) push down runtime filter on unique key with merge on write table

2022-08-11 Thread GitBox
github-actions[bot] commented on PR #11695: URL: https://github.com/apache/doris/pull/11695#issuecomment-1211970969 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 #11695: [feature-wip](unique-key-merge-on-write) push down runtime filter on unique key with merge on write table

2022-08-11 Thread GitBox
github-actions[bot] commented on PR #11695: URL: https://github.com/apache/doris/pull/11695#issuecomment-1211971013 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] starocean999 opened a new pull request, #11700: [fix](join)fix outer join bug when a subquery as nullable side

2022-08-11 Thread GitBox
starocean999 opened a new pull request, #11700: URL: https://github.com/apache/doris/pull/11700 # Proposed changes Issue Number: close #xxx ## Problem summary When the subquery's root node is a agg node, the output slot may come from the child outer join node's nullable

[GitHub] [doris] Kikyou1997 opened a new pull request, #11701: [Bugfix] Fix unexpected failure of dev1.1.2

2022-08-11 Thread GitBox
Kikyou1997 opened a new pull request, #11701: URL: https://github.com/apache/doris/pull/11701 # Proposed changes Issue Number:#11681 ## Problem summary Add some codes which was omitted when cherry-pick commit to dev1.1.2 ## Checklist(Required) 1. Does it aff

[GitHub] [doris] Kikyou1997 commented on pull request #11701: [Bugfix] Fix unexpected failure of dev1.1.2

2022-08-11 Thread GitBox
Kikyou1997 commented on PR #11701: URL: https://github.com/apache/doris/pull/11701#issuecomment-1212018979 @yiguolei @morrySnow -- 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 comme

[GitHub] [doris] github-actions[bot] commented on pull request #11664: [feature-wip](unique-key-merge-on-write) show enable_unique_key_merge_on_write property when get ddl

2022-08-11 Thread GitBox
github-actions[bot] commented on PR #11664: URL: https://github.com/apache/doris/pull/11664#issuecomment-1212029187 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] qidaye opened a new pull request, #11702: [feature](function)Support function "current_date" in FE

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

[GitHub] [doris] dataroaring merged pull request #11695: [feature-wip](unique-key-merge-on-write) push down runtime filter on unique key with merge on write table

2022-08-11 Thread GitBox
dataroaring merged PR #11695: URL: https://github.com/apache/doris/pull/11695 -- 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](unique-key-merge-on-write) push down runtime filter on unique key with merge on write table (#11695)

2022-08-11 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 5d66839035 [feature-wip](unique-key-merge-on

[GitHub] [doris] carlvinhust2012 opened a new pull request, #11703: [enhancement](array-type) support export files in 'select into outfile'

2022-08-11 Thread GitBox
carlvinhust2012 opened a new pull request, #11703: URL: https://github.com/apache/doris/pull/11703 # Proposed changes 1. this pr is used to support export files in 'select into outfile'. 2. the usage is as follow: MySQL [example_db]> set enable_array_type=true; MySQL [example_db]>

[GitHub] [doris] platoneko opened a new pull request, #11704: [enhancement](Status) Optimize Status implementation

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

[GitHub] [doris] gavinchou commented on pull request #11494: [feature](schema change) Light schema change support rollup/mv

2022-08-11 Thread GitBox
gavinchou commented on PR #11494: URL: https://github.com/apache/doris/pull/11494#issuecomment-1212154360 LGTM again -- 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

[GitHub] [doris] Jibing-Li commented on a diff in pull request #11691: Fix file arrow scanner column index out of range core.

2022-08-11 Thread GitBox
Jibing-Li commented on code in PR #11691: URL: https://github.com/apache/doris/pull/11691#discussion_r943654430 ## be/src/exec/arrow/arrow_reader.h: ## @@ -100,6 +100,7 @@ class ArrowReaderWrap { int get_cloumn_index(std::string column_name); void prefetch_batch(); +

[GitHub] [doris] dataroaring opened a new pull request, #11705: [fix](profile) close eof scanner before transfer done

2022-08-11 Thread GitBox
dataroaring opened a new pull request, #11705: URL: https://github.com/apache/doris/pull/11705 We should close eof scanners before transfer done, otherwise, they are closed until scannode is closed. Because plan is closed after the plan is finished, so query profile would leak stats fro

[GitHub] [doris] luzhijing opened a new issue, #11706: Getting Started Tasks for New Contributors

2022-08-11 Thread GitBox
luzhijing opened a new issue, #11706: URL: https://github.com/apache/doris/issues/11706 The following are some easy tasks for new contributors. If you are participating in an open source project for the first time, it is recommended to choose one of the following tasks to practice. The firs

[GitHub] [doris] github-actions[bot] commented on pull request #11701: [Bugfix] Fix unexpected failure of dev1.1.2

2022-08-11 Thread GitBox
github-actions[bot] commented on PR #11701: URL: https://github.com/apache/doris/pull/11701#issuecomment-1212215262 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] bin41215 closed pull request #11658: [minor](be)turn virtual memory to physical memory

2022-08-11 Thread GitBox
bin41215 closed pull request #11658: [minor](be)turn virtual memory to physical memory URL: https://github.com/apache/doris/pull/11658 -- 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] bin41215 closed pull request #11658: [minor](be)turn virtual memory to physical memory

2022-08-11 Thread GitBox
bin41215 closed pull request #11658: [minor](be)turn virtual memory to physical memory URL: https://github.com/apache/doris/pull/11658 -- 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] bin41215 opened a new pull request, #11707: [minor](be)turn virtual memory to physical memory

2022-08-11 Thread GitBox
bin41215 opened a new pull request, #11707: URL: https://github.com/apache/doris/pull/11707 # Proposed changes In the check_sys_mem_info method of mem_tracker_limiter.h, turn physical memory and virtual memory separately. ## Problem summary The information about memory i

[GitHub] [doris] bin41215 closed pull request #11707: [minor](be)turn virtual memory to physical memory

2022-08-11 Thread GitBox
bin41215 closed pull request #11707: [minor](be)turn virtual memory to physical memory URL: https://github.com/apache/doris/pull/11707 -- 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] stalary commented on pull request #11702: [feature](function)Support function "current_date" in FE

2022-08-11 Thread GitBox
stalary commented on PR #11702: URL: https://github.com/apache/doris/pull/11702#issuecomment-1212593410 It looks like there are some problems with the P0 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 ab

[GitHub] [doris] github-actions[bot] commented on pull request #11689: [optimization](be-log) modify the backendservice log

2022-08-11 Thread GitBox
github-actions[bot] commented on PR #11689: URL: https://github.com/apache/doris/pull/11689#issuecomment-1212597405 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 #11687: [minor](recycle) add log to observe bug

2022-08-11 Thread GitBox
github-actions[bot] commented on PR #11687: URL: https://github.com/apache/doris/pull/11687#issuecomment-1212598055 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] xinyiZzz commented on pull request #11697: [docs](query plan) Add a description `explain graph` and `desc graph`

2022-08-11 Thread GitBox
xinyiZzz commented on PR #11697: URL: https://github.com/apache/doris/pull/11697#issuecomment-1212612558 can also add the usage documentation of `explain verbose` -- 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] xinyiZzz commented on a diff in pull request #11658: [minor](be)turn virtual memory to physical memory

2022-08-11 Thread GitBox
xinyiZzz commented on code in PR #11658: URL: https://github.com/apache/doris/pull/11658#discussion_r944034747 ## be/src/runtime/memory/mem_tracker_limiter.h: ## @@ -72,7 +72,7 @@ class MemTrackerLimiter final : public MemTracker { if (PerfCounters::get_vm_rss() + bytes

[GitHub] [doris] xinyiZzz commented on pull request #11658: [minor](be)turn virtual memory to physical memory

2022-08-11 Thread GitBox
xinyiZzz commented on PR #11658: URL: https://github.com/apache/doris/pull/11658#issuecomment-1212619081 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [doris] yiguolei commented on a diff in pull request #11704: [enhancement](Status) Optimize Status implementation

2022-08-11 Thread GitBox
yiguolei commented on code in PR #11704: URL: https://github.com/apache/doris/pull/11704#discussion_r944035868 ## be/src/common/status.cpp: ## @@ -58,18 +59,18 @@ Status::Status(const PStatus& s) { if (code != TStatusCode::OK) { // It is ok to set precise code == 1

[doris] branch dev-1.1.2 updated: [Bugfix] Fix unexpected failure of dev1.1.2 #11701

2022-08-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 944062ba27 [Bugfix] Fix unexpected failur

[GitHub] [doris] yiguolei merged pull request #11701: [Bugfix] Fix unexpected failure of dev1.1.2

2022-08-11 Thread GitBox
yiguolei merged PR #11701: URL: https://github.com/apache/doris/pull/11701 -- 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

  1   2   3   >