[GitHub] [doris] xy720 opened a new pull request, #10781: [feature-wip](array-type) add function array_union/array_except/array_intersect

2022-07-11 Thread GitBox
xy720 opened a new pull request, #10781: URL: https://github.com/apache/doris/pull/10781 Usage example: `array_union/array_except/array_intersect` ``` mysql> set enable_vectorized_engine=true; ``` ``` mysql> select k1,k2,k3,array_union(k2,k3) from array_type_tab

[GitHub] [doris] HappenLee commented on a diff in pull request #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-11 Thread GitBox
HappenLee commented on code in PR #10775: URL: https://github.com/apache/doris/pull/10775#discussion_r918575131 ## be/src/runtime/mem_pool.h: ## @@ -104,9 +104,17 @@ class MemPool { /// of the current chunk. Creates a new chunk if there aren't any chunks /// with enoug

[GitHub] [doris] koooolllll commented on issue #5396: Node catalog is not ready, please wait for a while.

2022-07-11 Thread GitBox
kl commented on issue #5396: URL: https://github.com/apache/doris/issues/5396#issuecomment-1181325616 @hf200012 +1,请问是怎么解决这个问题的呢 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

[GitHub] [doris] SWJTU-ZhangLei commented on pull request #10768: [enhancement](be) be asan add asan_suppr.conf to ignore known leak.

2022-07-11 Thread GitBox
SWJTU-ZhangLei commented on PR #10768: URL: https://github.com/apache/doris/pull/10768#issuecomment-1181314693 > Does this pr aim at resolving the issue #10680 ? Yes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [doris] adonis0147 opened a new pull request, #10780: [chore][nereids] Bump the version of antlr4 to 4.10.1

2022-07-11 Thread GitBox
adonis0147 opened a new pull request, #10780: URL: https://github.com/apache/doris/pull/10780 # Proposed changes ~~Issue Number: close #xxx~~ ## Problem Summary: Bump the version of antlr4 to the latest one to eliminates some complaints from Intellij Idea. ## Chec

[GitHub] [doris] HappenLee commented on a diff in pull request #10739: release memory allocated in agg function in vec stream load

2022-07-11 Thread GitBox
HappenLee commented on code in PR #10739: URL: https://github.com/apache/doris/pull/10739#discussion_r918541657 ## be/src/olap/memtable.cpp: ## @@ -118,6 +118,19 @@ void MemTable::_init_agg_functions(const vectorized::Block* block) { } MemTable::~MemTable() { +if (_vec_

[GitHub] [doris] adonis0147 commented on pull request #10770: [Regression](Array) add more array test

2022-07-11 Thread GitBox
adonis0147 commented on PR #10770: URL: https://github.com/apache/doris/pull/10770#issuecomment-1181304973 > Rethink we really do the work now? I think should do it after we support the array literal. we can do array function test more friendly and easy. like `selet array_min([1,2,3)`

[GitHub] [doris] HappenLee commented on pull request #10770: [Regression](Array) add more array test

2022-07-11 Thread GitBox
HappenLee commented on PR #10770: URL: https://github.com/apache/doris/pull/10770#issuecomment-1181303659 Rethink we really do the work now? I think should do it after we support the array literal. we can do array function test more friendly and easy. like `selet array_min([1,2,3)` --

[GitHub] [doris] adonis0147 commented on pull request #10768: [enhancement](be) be asan add asan_suppr.conf to ignore known leak.

2022-07-11 Thread GitBox
adonis0147 commented on PR #10768: URL: https://github.com/apache/doris/pull/10768#issuecomment-1181301152 Does this pr aim at resolving the issue #10680 ? -- 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 #10777: [fix] fix to_string use memory after free

2022-07-11 Thread GitBox
github-actions[bot] commented on PR #10777: URL: https://github.com/apache/doris/pull/10777#issuecomment-1181300148 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 #10777: [fix] fix to_string use memory after free

2022-07-11 Thread GitBox
github-actions[bot] commented on PR #10777: URL: https://github.com/apache/doris/pull/10777#issuecomment-1181300128 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] jackwener closed issue #9126: [Enhancement] Enhancement the FE java code

2022-07-11 Thread GitBox
jackwener closed issue #9126: [Enhancement] Enhancement the FE java code URL: https://github.com/apache/doris/issues/9126 -- 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] jackwener closed issue #9016: [Enhancement] Eliminate expr which is self compare self

2022-07-11 Thread GitBox
jackwener closed issue #9016: [Enhancement] Eliminate expr which is self compare self URL: https://github.com/apache/doris/issues/9016 -- 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] jackwener closed issue #8985: [Enhancement] Format existing code

2022-07-11 Thread GitBox
jackwener closed issue #8985: [Enhancement] Format existing code URL: https://github.com/apache/doris/issues/8985 -- 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] jackwener closed issue #8907: [Proposal] Change the field/scope of PR/Commit

2022-07-11 Thread GitBox
jackwener closed issue #8907: [Proposal] Change the field/scope of PR/Commit URL: https://github.com/apache/doris/issues/8907 -- 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. T

[GitHub] [doris] adonis0147 commented on a diff in pull request #10771: [Refactor](nereids)Refactor Literal to an inheritance hierarchy

2022-07-11 Thread GitBox
adonis0147 commented on code in PR #10771: URL: https://github.com/apache/doris/pull/10771#discussion_r918523226 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/BooleanLiteral.java: ## @@ -0,0 +1,42 @@ +// Licensed to the Apache Software Foundation (ASF) u

[GitHub] [doris] jackwener commented on issue #4839: [Bug] Create view failed

2022-07-11 Thread GitBox
jackwener commented on issue #4839: URL: https://github.com/apache/doris/issues/4839#issuecomment-1181282845 @no7dw In this case, you -- 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] github-actions[bot] commented on pull request #10736: [Bug] fix datetimev2 decimal error.

2022-07-11 Thread GitBox
github-actions[bot] commented on PR #10736: URL: https://github.com/apache/doris/pull/10736#issuecomment-1181282384 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] zuiwanyuan commented on issue #9963: [OSPP][Feature]Support Doris-Airbyte-Connector

2022-07-11 Thread GitBox
zuiwanyuan commented on issue #9963: URL: https://github.com/apache/doris/issues/9963#issuecomment-1181282189 Hi,any progress? -- 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

[GitHub] [doris] jackwener commented on issue #10779: [Bug] Create View error when use `union_all`

2022-07-11 Thread GitBox
jackwener commented on issue #10779: URL: https://github.com/apache/doris/issues/10779#issuecomment-1181281035 from #4839 -- 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] jackwener opened a new issue, #10779: [Bug] Create View error when use `union_all`

2022-07-11 Thread GitBox
jackwener opened a new issue, #10779: URL: https://github.com/apache/doris/issues/10779 ### 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 closed issue #4839: [Bug] Create view failed

2022-07-11 Thread GitBox
jackwener closed issue #4839: [Bug] Create view failed URL: https://github.com/apache/doris/issues/4839 -- 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:

[GitHub] [doris] jackwener commented on issue #4839: [Bug] Create view failed

2022-07-11 Thread GitBox
jackwener commented on issue #4839: URL: https://github.com/apache/doris/issues/4839#issuecomment-1181278187 Thanks @no7dw . I will open a new issue for this problems. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [doris] freesinger commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-11 Thread GitBox
freesinger commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r918518686 ## be/src/common/env_config.h.in: ## @@ -19,6 +19,6 @@ namespace doris { -#cmakedefine HAVE_SCHED_GETCPU @HAVE_SCHED_GETCPU@ +#cmakedefine HAVE_SCHED_GETCPU @HAV

[GitHub] [doris] freesinger commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-11 Thread GitBox
freesinger commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r918517597 ## be/src/common/config.h: ## @@ -744,6 +744,11 @@ CONF_mInt32(string_type_length_soft_limit_bytes, "1048576"); CONF_Validator(string_type_length_soft_limit_bytes,

[GitHub] [doris] englefly opened a new pull request, #10778: [enhancement] using zone index to skip range predicate

2022-07-11 Thread GitBox
englefly opened a new pull request, #10778: URL: https://github.com/apache/doris/pull/10778 # Proposed changes some range predicate could be evaluated by zone_map_index (min/max). This pr aims to skip range predicate at segment level. on ssb100, test sql: ` select count(LO_ORDER

[GitHub] [doris] cambyzju opened a new pull request, #10777: [fix] fix to_string use memory after free

2022-07-11 Thread GitBox
cambyzju opened a new pull request, #10777: URL: https://github.com/apache/doris/pull/10777 # Proposed changes Issue Number: close #10638 ## Problem Summary: After search all `convert_to_full_column_if_const` call, I find DataTypeNullable and DataTypeString have the same

[GitHub] [doris] zxealous commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-11 Thread GitBox
zxealous commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r918507521 ## regression-test/suites/query/sql_functions/string_functions/test_string_function.groovy: ## @@ -38,6 +38,9 @@ suite("test_string_function", "query") { qt_sql "s

[GitHub] [doris] zxealous commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-11 Thread GitBox
zxealous commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r918507313 ## be/src/vec/functions/function_string.h: ## @@ -553,20 +563,123 @@ class FunctionStringConcatWs : public IFunction { fmt::memory_buffer buffer; std:

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

2022-07-11 Thread GitBox
deardeng commented on code in PR #10693: URL: https://github.com/apache/doris/pull/10693#discussion_r918492586 ## fe/fe-core/src/main/java/org/apache/doris/policy/PolicyMgr.java: ## @@ -362,4 +398,30 @@ public static PolicyMgr read(DataInput in) throws IOException { po

[GitHub] [doris] weizuo93 commented on a diff in pull request #10721: [Bug] Fix bug that segments are removed as trash but tablet meta is normal

2022-07-11 Thread GitBox
weizuo93 commented on code in PR #10721: URL: https://github.com/apache/doris/pull/10721#discussion_r918485330 ## be/src/olap/tablet_manager.cpp: ## @@ -154,13 +154,24 @@ Status TabletManager::_add_tablet_unlocked(TTabletId tablet_id, const TabletShar // During restore pro

[GitHub] [doris] xiaokang commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-07-11 Thread GitBox
xiaokang commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r918439471 ## be/src/common/config.h: ## @@ -744,6 +744,11 @@ CONF_mInt32(string_type_length_soft_limit_bytes, "1048576"); CONF_Validator(string_type_length_soft_limit_bytes,

[GitHub] [doris] cambyzju commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-11 Thread GitBox
cambyzju commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r918470842 ## docs/zh-CN/docs/sql-manual/sql-functions/string-functions/concat_ws.md: ## @@ -58,6 +59,27 @@ mysql> select concat_ws("or", "d", NULL,"is"); +--

[GitHub] [doris] cambyzju commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-11 Thread GitBox
cambyzju commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r918470367 ## regression-test/suites/query/sql_functions/string_functions/test_string_function.groovy: ## @@ -38,6 +38,9 @@ suite("test_string_function", "query") { qt_sql "s

[GitHub] [doris] cambyzju commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-11 Thread GitBox
cambyzju commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r918467991 ## be/src/vec/functions/function_string.h: ## @@ -553,20 +563,123 @@ class FunctionStringConcatWs : public IFunction { fmt::memory_buffer buffer; std:

[GitHub] [doris] cambyzju commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-11 Thread GitBox
cambyzju commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r918466163 ## be/src/vec/functions/function_string.h: ## @@ -553,20 +563,123 @@ class FunctionStringConcatWs : public IFunction { fmt::memory_buffer buffer; std:

[GitHub] [doris] cambyzju commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-11 Thread GitBox
cambyzju commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r918463373 ## be/src/vec/functions/function_string.h: ## @@ -553,20 +563,123 @@ class FunctionStringConcatWs : public IFunction { fmt::memory_buffer buffer; std:

[GitHub] [doris] cambyzju commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-11 Thread GitBox
cambyzju commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r918463119 ## be/src/vec/functions/function_string.h: ## @@ -553,20 +563,123 @@ class FunctionStringConcatWs : public IFunction { fmt::memory_buffer buffer; std:

[GitHub] [doris] hello-stephen commented on pull request #10686: [regression] update test framework and fix cases

2022-07-11 Thread GitBox
hello-stephen commented on PR #10686: URL: https://github.com/apache/doris/pull/10686#issuecomment-1181187676 this pr meets the bug https://github.com/apache/doris/issues/10766 too, maybe need to rebase master when the bug fixed -- This is an automated message from the Apache Git Service.

[doris] branch master updated: optimize substr performance and fix ASAN global buffer overflow (#10442)

2022-07-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 4e9d5a7f7a optimize substr performance and fix

[GitHub] [doris] yiguolei merged pull request #10442: optimize substr performance and fix ASAN global buffer overflow

2022-07-11 Thread GitBox
yiguolei merged PR #10442: URL: https://github.com/apache/doris/pull/10442 -- 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] BiteTheDDDDt commented on pull request #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-11 Thread GitBox
BiteThet commented on PR #10775: URL: https://github.com/apache/doris/pull/10775#issuecomment-1180603761 yes -- Original -- From: Xinyi Zou ***@***.***> Date: Mon,Jul 11,2022 11:55 PM To: apache/doris ***@***.***> Cc: Pxl

[GitHub] [doris] xinyiZzz commented on a diff in pull request #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-11 Thread GitBox
xinyiZzz commented on code in PR #10775: URL: https://github.com/apache/doris/pull/10775#discussion_r918101331 ## be/src/runtime/mem_pool.h: ## @@ -104,9 +104,17 @@ class MemPool { /// of the current chunk. Creates a new chunk if there aren't any chunks /// with enough

[doris] branch master updated (aea41c2ffa -> f5036fea63)

2022-07-11 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 aea41c2ffa support different python version in build-support scripts (#10378) add f5036fea63 [enhancement][mu

[GitHub] [doris] morningman closed issue #10723: [Bug] [Multi-Catalog] Failed to use hms database when there are some presto views in hms.

2022-07-11 Thread GitBox
morningman closed issue #10723: [Bug] [Multi-Catalog] Failed to use hms database when there are some presto views in hms. URL: https://github.com/apache/doris/issues/10723 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [doris] morningman merged pull request #10724: [enhancement][MultiCatalog]Add strong checker for hms table

2022-07-11 Thread GitBox
morningman merged PR #10724: URL: https://github.com/apache/doris/pull/10724 -- 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: support different python version in build-support scripts (#10378)

2022-07-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 aea41c2ffa support different python version

[GitHub] [doris] dataroaring merged pull request #10378: [Enhancement] support different python version in build-support scripts

2022-07-11 Thread GitBox
dataroaring merged PR #10378: URL: https://github.com/apache/doris/pull/10378 -- 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] dataroaring commented on a diff in pull request #10721: [Bug] Fix bug that segments are removed as trash but tablet meta is normal

2022-07-11 Thread GitBox
dataroaring commented on code in PR #10721: URL: https://github.com/apache/doris/pull/10721#discussion_r918062727 ## be/src/olap/tablet_manager.cpp: ## @@ -154,13 +154,24 @@ Status TabletManager::_add_tablet_unlocked(TTabletId tablet_id, const TabletShar // During restore

[GitHub] [doris] github-actions[bot] commented on pull request #10677: [enhancement] Support building thirdparty on macOS

2022-07-11 Thread GitBox
github-actions[bot] commented on PR #10677: URL: https://github.com/apache/doris/pull/10677#issuecomment-1180540159 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 #10677: [enhancement] Support building thirdparty on macOS

2022-07-11 Thread GitBox
github-actions[bot] commented on PR #10677: URL: https://github.com/apache/doris/pull/10677#issuecomment-1180540221 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 #10755: [Bug] DISTRIBUTED BY RANDOM BUCKETS is not random

2022-07-11 Thread GitBox
dataroaring closed issue #10755: [Bug] DISTRIBUTED BY RANDOM BUCKETS is not random URL: https://github.com/apache/doris/issues/10755 -- 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] dataroaring merged pull request #10756: [Fix](distrubution) DISTRIBUTED BY RANDOM BUCKETS not random

2022-07-11 Thread GitBox
dataroaring merged PR #10756: URL: https://github.com/apache/doris/pull/10756 -- 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: [Fix](distrubution) fix random tablet (#10756)

2022-07-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 62fba5aa5d [Fix](distrubution) fix random ta

[doris] branch master updated: [feature-wip](unique-key-merge-on-write) Add rowset tree, based on interval-tree, DSIP-018[3/3] (#10714)

2022-07-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 3b9cb524bc [feature-wip](unique-key-merge-on

[GitHub] [doris] dataroaring merged pull request #10714: [feature-wip](unique-key-merge-on-write) Add rowset tree, based on interval-tree, DSIP-018[3/3]

2022-07-11 Thread GitBox
dataroaring merged PR #10714: URL: https://github.com/apache/doris/pull/10714 -- 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: [bugfix] temporarily disable pushing RF to scanner to avoid coredump (#10776)

2022-07-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 88f466ab86 [bugfix] temporarily disable pushing

[GitHub] [doris] yiguolei merged pull request #10776: [bugfix] temporarily disable pushing RF to scanner to avoid coredump

2022-07-11 Thread GitBox
yiguolei merged PR #10776: URL: https://github.com/apache/doris/pull/10776 -- 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] BiteTheDDDDt commented on a diff in pull request #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-11 Thread GitBox
BiteThet commented on code in PR #10775: URL: https://github.com/apache/doris/pull/10775#discussion_r918022045 ## be/src/olap/memtable.cpp: ## @@ -101,19 +101,14 @@ void MemTable::_init_agg_functions(const vectorized::Block* block) { } for (uint32_t cid = _schem

[doris] branch master updated: [bug](be) fix be _quick_compaction_thread_pool without shutdown. (#10758)

2022-07-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 a266d7b040 [bug](be) fix be _quick_compactio

[GitHub] [doris] dataroaring merged pull request #10758: [bug](be) fix be _quick_compaction_thread_pool without shutdown.

2022-07-11 Thread GitBox
dataroaring merged PR #10758: URL: https://github.com/apache/doris/pull/10758 -- 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] dataroaring commented on a diff in pull request #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-11 Thread GitBox
dataroaring commented on code in PR #10775: URL: https://github.com/apache/doris/pull/10775#discussion_r918002387 ## be/src/olap/memtable.cpp: ## @@ -101,19 +101,14 @@ void MemTable::_init_agg_functions(const vectorized::Block* block) { } for (uint32_t cid = _schema

[doris] branch master updated: [Refactor](Nereids) remove generic type from concrete expressions (#10761)

2022-07-11 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 5a54d518dc [Refactor](Nereids) remove generic t

[GitHub] [doris] EmmyMiao87 merged pull request #10761: [Refactor](Nereids) remove generic type from concrete expressions

2022-07-11 Thread GitBox
EmmyMiao87 merged PR #10761: URL: https://github.com/apache/doris/pull/10761 -- 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] zhannngchen commented on pull request #10706: [feature-wip](unique-key-merge-on-write) add bloom filter index for primary key, DSIP-018[1.2]

2022-07-11 Thread GitBox
zhannngchen commented on PR #10706: URL: https://github.com/apache/doris/pull/10706#issuecomment-1180482126 @dataroaring could you help to review this PR? -- 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] zhannngchen commented on pull request #10714: [feature-wip](unique-key-merge-on-write) Add rowset tree, based on interval-tree, DSIP-018[3/3]

2022-07-11 Thread GitBox
zhannngchen commented on PR #10714: URL: https://github.com/apache/doris/pull/10714#issuecomment-1180472929 @dataroaring @liaoxin01 pls help to review this PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [doris] github-actions[bot] commented on pull request #10770: [Regression](Array) add more array test

2022-07-11 Thread GitBox
github-actions[bot] commented on PR #10770: URL: https://github.com/apache/doris/pull/10770#issuecomment-1180471097 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] dataroaring merged pull request #10748: [regression](array-type) add test for array functions support WHERE

2022-07-11 Thread GitBox
dataroaring merged PR #10748: URL: https://github.com/apache/doris/pull/10748 -- 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: add regression test for array functions inside WHERE condition (#10748)

2022-07-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 27505773f5 add regression test for array fun

[GitHub] [doris] github-actions[bot] commented on pull request #10768: [enhancement](be) be asan add asan_suppr.conf to ignore known leak.

2022-07-11 Thread GitBox
github-actions[bot] commented on PR #10768: URL: https://github.com/apache/doris/pull/10768#issuecomment-1180469506 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 #10768: [enhancement](be) be asan add asan_suppr.conf to ignore known leak.

2022-07-11 Thread GitBox
github-actions[bot] commented on PR #10768: URL: https://github.com/apache/doris/pull/10768#issuecomment-1180469463 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 #10776: [bugfix] temporarily disable pushing RF to scanner to avoid coredump

2022-07-11 Thread GitBox
github-actions[bot] commented on PR #10776: URL: https://github.com/apache/doris/pull/10776#issuecomment-1180446544 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 (9b554be698 -> 195d3b4a5a)

2022-07-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 9b554be698 [improvement]Division of integer is too slow (#10769) add 195d3b4a5a fix Level1Iterator memory leak (

[GitHub] [doris] github-actions[bot] commented on pull request #10776: [bugfix] temporarily disable pushing RF to scanner to avoid coredump

2022-07-11 Thread GitBox
github-actions[bot] commented on PR #10776: URL: https://github.com/apache/doris/pull/10776#issuecomment-1180446490 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 merged pull request #10772: fix Level1Iterator memory leak

2022-07-11 Thread GitBox
yiguolei merged PR #10772: URL: https://github.com/apache/doris/pull/10772 -- 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] xiaokang commented on pull request #10442: optimize substr performance and fix ASAN global buffer overflow

2022-07-11 Thread GitBox
xiaokang commented on PR #10442: URL: https://github.com/apache/doris/pull/10442#issuecomment-1180428035 @HappenLee @kpfly Is there any more comments before it can be merged? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [doris] jacktengg commented on a diff in pull request #10745: [improvement] remove _free_blocks of VOlapScannode to simplify logic

2022-07-11 Thread GitBox
jacktengg commented on code in PR #10745: URL: https://github.com/apache/doris/pull/10745#discussion_r917918822 ## be/src/vec/exec/volap_scan_node.cpp: ## @@ -42,19 +42,16 @@ VOlapScanNode::VOlapScanNode(ObjectPool* pool, const TPlanNode& tnode, const Des _tuple_desc

[GitHub] [doris] jacktengg opened a new pull request, #10776: [bugfix] temporarily disable pushing RF to scanner to avoid coredump

2022-07-11 Thread GitBox
jacktengg opened a new pull request, #10776: URL: https://github.com/apache/doris/pull/10776 # Proposed changes Issue Number: close #xxx ## Problem Summary: Pushing RF to volapscanner will cause coredump when running tpcds-sf1 queries, disable it temporarily. ## C

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #10775: [Bug][Memtable] fix core dump on int128 because not aligned by 16 byte

2022-07-11 Thread GitBox
BiteThet opened a new pull request, #10775: URL: https://github.com/apache/doris/pull/10775 # Proposed changes Issue Number: close #10766 only core dump on clang ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affec

[GitHub] [doris] wangsha0 commented on issue #10703: [Feature] About supporting the format file of EC when using BrokerLoad to sync data from hdfs to doris

2022-07-11 Thread GitBox
wangsha0 commented on issue #10703: URL: https://github.com/apache/doris/issues/10703#issuecomment-1180379223 Is it possible to support by using BrokerLoad? -- 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 #10385: [feature-wip](array-type) add function array_remove

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

2022-07-11 Thread GitBox
github-actions[bot] commented on PR #10385: URL: https://github.com/apache/doris/pull/10385#issuecomment-1180340826 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 opened a new issue, #4839: [Bug] Create view failed

2022-07-11 Thread GitBox
morningman opened a new issue, #4839: URL: https://github.com/apache/doris/issues/4839 **Describe the bug** Create view failed with error: "failed to init view stmt" **To Reproduce** create a view with some complex select stmt such as union and join and group by. **Why**

[GitHub] [doris] jackwener opened a new pull request, #10774: [enhance]: remove the resolvedTupleExprs.

2022-07-11 Thread GitBox
jackwener opened a new pull request, #10774: URL: https://github.com/apache/doris/pull/10774 # Proposed changes Issue Number: close #xxx ## Problem Summary: `resolvedTupleExprs` is so confusing and redundant. So, I try to remove it. ## Checklist(Required)

[GitHub] [doris] github-actions[bot] commented on pull request #10772: fix Level1Iterator memory leak

2022-07-11 Thread GitBox
github-actions[bot] commented on PR #10772: URL: https://github.com/apache/doris/pull/10772#issuecomment-1180305632 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 #10772: fix Level1Iterator memory leak

2022-07-11 Thread GitBox
github-actions[bot] commented on PR #10772: URL: https://github.com/apache/doris/pull/10772#issuecomment-1180305610 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 #10772: fix Level1Iterator memory leak

2022-07-11 Thread GitBox
xiaokang commented on code in PR #10772: URL: https://github.com/apache/doris/pull/10772#discussion_r917831368 ## be/src/vec/olap/vcollect_iterator.cpp: ## @@ -260,6 +260,14 @@ VCollectIterator::Level1Iterator::~Level1Iterator() { child = nullptr; } }

[doris] branch master updated: [improvement]Division of integer is too slow (#10769)

2022-07-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 9b554be698 [improvement]Division of integer is

[GitHub] [doris] yiguolei merged pull request #10769: [improvement]Division of integer is too slow

2022-07-11 Thread GitBox
yiguolei merged PR #10769: URL: https://github.com/apache/doris/pull/10769 -- 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 #10767: [feature-wip](datev2) add FE functions and fix some bugs

2022-07-11 Thread GitBox
yiguolei merged PR #10767: URL: https://github.com/apache/doris/pull/10767 -- 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 (5eb38467ef -> c51badb1ae)

2022-07-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 5eb38467ef [bug](be) be asan core doris::DiskIoMgr::~DiskIoMgr(#10759) (#10760) add c51badb1ae [feature-wip](da

[GitHub] [doris] yiguolei commented on a diff in pull request #10772: fix Level1Iterator memory leak

2022-07-11 Thread GitBox
yiguolei commented on code in PR #10772: URL: https://github.com/apache/doris/pull/10772#discussion_r917822747 ## be/src/vec/olap/vcollect_iterator.cpp: ## @@ -260,6 +260,14 @@ VCollectIterator::Level1Iterator::~Level1Iterator() { child = nullptr; } }

[GitHub] [doris] yiguolei closed issue #10759: [Bug] (be) asan be core doris::DiskIoMgr::~DiskIoMgr()

2022-07-11 Thread GitBox
yiguolei closed issue #10759: [Bug] (be) asan be core doris::DiskIoMgr::~DiskIoMgr() URL: https://github.com/apache/doris/issues/10759 -- 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] yiguolei merged pull request #10760: [bug](be) be asan core doris::DiskIoMgr::~DiskIoMgr(#10759)

2022-07-11 Thread GitBox
yiguolei merged PR #10760: URL: https://github.com/apache/doris/pull/10760 -- 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](be) be asan core doris::DiskIoMgr::~DiskIoMgr(#10759) (#10760)

2022-07-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 5eb38467ef [bug](be) be asan core doris::DiskIo

[GitHub] [doris] github-actions[bot] commented on pull request #10769: [improvement]Division of integer is too slow

2022-07-11 Thread GitBox
github-actions[bot] commented on PR #10769: URL: https://github.com/apache/doris/pull/10769#issuecomment-1180248683 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 #10769: [improvement]Division of integer is too slow

2022-07-11 Thread GitBox
github-actions[bot] commented on PR #10769: URL: https://github.com/apache/doris/pull/10769#issuecomment-1180248643 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] caoliang-web opened a new pull request, #10773: [doc]Add common errors to broker load import documentation

2022-07-11 Thread GitBox
caoliang-web opened a new pull request, #10773: URL: https://github.com/apache/doris/pull/10773 ## Problem Summary: Add common errors to broker load import documentation ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/I Don't know) 2. Has unit t

[GitHub] [doris] xiaokang opened a new pull request, #10772: fix Level1Iterator memory leak

2022-07-11 Thread GitBox
xiaokang opened a new pull request, #10772: URL: https://github.com/apache/doris/pull/10772 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. VCollectIterator::Level1Iterator::~Level1Iterator() does not delete element

[GitHub] [doris] dataroaring commented on pull request #10769: [improvement]Division of integer is too slow

2022-07-11 Thread GitBox
dataroaring commented on PR #10769: URL: https://github.com/apache/doris/pull/10769#issuecomment-1180220192 wow~ -- 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 unsubscr

  1   2   >