[GitHub] [doris] hello-stephen commented on pull request #15957: [Feature](profile) support SHOW EXPORT PROFILE stmt.

2023-01-15 Thread GitBox
hello-stephen commented on PR #15957: URL: https://github.com/apache/doris/pull/15957#issuecomment-1383620091 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 37.93 seconds load time: 498 seconds storage size: 17120860607 Bytes https://doris-co

[GitHub] [doris] amorynan opened a new pull request, #15966: feature-map

2023-01-15 Thread GitBox
amorynan opened a new pull request, #15966: URL: https://github.com/apache/doris/pull/15966 # Proposed changes TO support doris complex type for map Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect t

[GitHub] [doris] github-actions[bot] commented on pull request #15963: [Feature](multi-catalog)Add support for Juicefs

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

[GitHub] [doris] LemonLiTree closed pull request #15963: [Feature](multi-catalog)Add support for Juicefs

2023-01-15 Thread GitBox
LemonLiTree closed pull request #15963: [Feature](multi-catalog)Add support for Juicefs URL: https://github.com/apache/doris/pull/15963 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15718: [fix](schema scanner)change schema_scanner::get_next_row to get_next_block

2023-01-15 Thread GitBox
github-actions[bot] commented on code in PR #15718: URL: https://github.com/apache/doris/pull/15718#discussion_r1070919026 ## be/src/exec/schema_scanner.cpp: ## @@ -231,4 +233,162 @@ Status SchemaScanner::create_tuple_desc(ObjectPool* pool) { return Status::OK(); } +Sta

[GitHub] [doris] XieJiann opened a new pull request, #15965: [fix](Nereids): always propose hashDistributeSpec of OlapScan

2023-01-15 Thread GitBox
XieJiann opened a new pull request, #15965: URL: https://github.com/apache/doris/pull/15965 Signed-off-by: xiejiann # Proposed changes always propose hashDistributeSpec of OlapScan ## Problem summary When calculating DistributionSpec of OlapScan, we don't need to

[GitHub] [doris] wsjz opened a new pull request, #15964: [typo](doc) fix doc sidebar does not display Chinese

2023-01-15 Thread GitBox
wsjz opened a new pull request, #15964: URL: https://github.com/apache/doris/pull/15964 # Proposed changes fix dochttps://github.com/apache/doris/pull/15883 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behav

[GitHub] [doris] carlvinhust2012 commented on pull request #15941: [fix](struct-type) support struct type insert

2023-01-15 Thread GitBox
carlvinhust2012 commented on PR #15941: URL: https://github.com/apache/doris/pull/15941#issuecomment-1383603466 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 unsu

[GitHub] [doris] Gabriel39 closed issue #15897: [Bug] Data is null after datetimev2 field insert 2022-01-01T00:00:01

2023-01-15 Thread GitBox
Gabriel39 closed issue #15897: [Bug] Data is null after datetimev2 field insert 2022-01-01T00:00:01 URL: https://github.com/apache/doris/issues/15897 -- 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

[doris] branch master updated: [fix](datetimev2) fix datetimev2 error with T (#15915)

2023-01-15 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 63d48564ed [fix](datetimev2) fix datetimev2 e

[GitHub] [doris] Gabriel39 merged pull request #15915: [fix](datetimev2) fix datetimev2 error with T

2023-01-15 Thread GitBox
Gabriel39 merged PR #15915: URL: https://github.com/apache/doris/pull/15915 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] github-actions[bot] commented on pull request #15963: [Feature](multi-catalog)Add support for Juicefs

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

[GitHub] [doris] LemonLiTree opened a new pull request, #15963: [Feature](multi-catalog && broker load)Add support for Juicefs

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

[GitHub] [doris] adonis0147 commented on a diff in pull request #15959: [fix](third-party) Pass search paths of dependencies to CLucene explicitly

2023-01-15 Thread GitBox
adonis0147 commented on code in PR #15959: URL: https://github.com/apache/doris/pull/15959#discussion_r1070900585 ## thirdparty/build-thirdparty.sh: ## @@ -1566,9 +1566,17 @@ build_clucene() { cd "${BUILD_DIR}" rm -rf CMakeCache.txt CMakeFiles/ -${CMAKE_CMD} -G "

[GitHub] [doris] github-actions[bot] commented on pull request #15823: [Feature-WIP](inverted index) inverted index reader's implementation, and add mysql_fulltext regression case to test fulltext que

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

[GitHub] [doris] airborne12 commented on a diff in pull request #15959: [fix](third-party) Pass search paths of dependencies to CLucene explicitly

2023-01-15 Thread GitBox
airborne12 commented on code in PR #15959: URL: https://github.com/apache/doris/pull/15959#discussion_r1070897807 ## thirdparty/build-thirdparty.sh: ## @@ -1566,9 +1566,17 @@ build_clucene() { cd "${BUILD_DIR}" rm -rf CMakeCache.txt CMakeFiles/ -${CMAKE_CMD} -G "

[GitHub] [doris] hello-stephen commented on pull request #15956: [Compile](lzo) fix lzo decompressor compiler error

2023-01-15 Thread GitBox
hello-stephen commented on PR #15956: URL: https://github.com/apache/doris/pull/15956#issuecomment-1383572847 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.03 seconds load time: 497 seconds storage size: 17122649158 Bytes https://doris-co

[GitHub] [doris] liukun4515 commented on issue #5154: Compilation error

2023-01-15 Thread GitBox
liukun4515 commented on issue #5154: URL: https://github.com/apache/doris/issues/5154#issuecomment-1383571780 > change env is ok which changes did you do for the env? @GiftLee Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [doris] github-actions[bot] commented on pull request #15961: [fix](load) fix that tablet channel doesn't set received rows for verify the number of rows

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

[GitHub] [doris] liaoxin01 opened a new pull request, #15961: [fix](load) fix that tablet channel doesn't set received rows for verify the number of rows

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

[GitHub] [doris] morrySnow opened a new pull request, #15960: [fix](Nereids) lateral view cannot bind function nested in generators

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

[GitHub] [doris] adonis0147 opened a new pull request, #15959: [fix](third-party) Pass search paths of dependencies to CLucene explicitly

2023-01-15 Thread GitBox
adonis0147 opened a new pull request, #15959: URL: https://github.com/apache/doris/pull/15959 # Proposed changes ~~Issue Number: close #xxx~~ ## Problem summary When building CLucene, CMake may find the wrong Boost and zlib. We should pass the search path to the build co

[GitHub] [doris] github-actions[bot] commented on pull request #15874: [fix](brokerload) fix be core dump casued by broker load

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

[doris] branch branch-1.2-lts updated: [feature](multi-catalog) support hive metastore more events (#15702)

2023-01-15 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 901f2711a3 [feature](multi-ca

[GitHub] [doris] hello-stephen commented on pull request #15955: [fix](fe)fix anti join bug

2023-01-15 Thread GitBox
hello-stephen commented on PR #15955: URL: https://github.com/apache/doris/pull/15955#issuecomment-1383550092 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.62 seconds load time: 506 seconds storage size: 17121879269 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #15250: (improvement)[bucket] Add auto bucket implement

2023-01-15 Thread GitBox
github-actions[bot] commented on PR #15250: URL: https://github.com/apache/doris/pull/15250#issuecomment-1383549220 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 #15250: (improvement)[bucket] Add auto bucket implement

2023-01-15 Thread GitBox
github-actions[bot] commented on PR #15250: URL: https://github.com/apache/doris/pull/15250#issuecomment-1383549192 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] morningman commented on a diff in pull request #15250: (improvement)[bucket] Add auto bucket implement

2023-01-15 Thread GitBox
morningman commented on code in PR #15250: URL: https://github.com/apache/doris/pull/15250#discussion_r1062560575 ## fe/fe-core/src/main/java/org/apache/doris/common/util/AutoBucketUtils.java: ## @@ -0,0 +1,98 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

[doris] branch master updated: [feature](multi-catalog) support hive metastore more events (#15702)

2023-01-15 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 899f5f5cf5 [feature](multi-catalog) support h

[GitHub] [doris] morningman merged pull request #15702: [feature](multi-catalog) support hive metastore more events

2023-01-15 Thread GitBox
morningman merged PR #15702: URL: https://github.com/apache/doris/pull/15702 -- 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 branch-1.2-lts updated (d054ab9dc7 -> 5142f30e80)

2023-01-15 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git from d054ab9dc7 [feature-wip](multi-catalog) support automatic sync hive metastore events (#15401) new d64

[doris] 01/06: [improvement](multi-catalog) support hive 1.x (#15886)

2023-01-15 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit d64fc25e0eb14ddd06465e7b3a5a797654f528d0 Author: Mingyu Chen AuthorDate: Fri Jan 13 18:32:12 2023 +0800

[doris] 06/06: [Enhencement](jdbc scanner) add profile for jdbc scanner (#15914)

2023-01-15 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 5142f30e803919773975959c4d5077df08f1d911 Author: Tiewei Fang <43782773+bepppo...@users.noreply.github.com> Aut

[doris] 05/06: [Bugfix] (ROLLUP) fix the coredump when add rollup by link schema change (#15654)

2023-01-15 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 870d86690b8978a484359ff9e725bec717d75785 Author: Lightman <31928846+lchangli...@users.noreply.github.com> Auth

[doris] 02/06: [feature](multi-catalog) support clickhouse jdbc catalog (#15780)

2023-01-15 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit f2ec5dde8cbcac3ebf8041b40574fbe6e3be1f07 Author: yongkang.zhong AuthorDate: Fri Jan 13 10:07:22 2023 +0800

[doris] 04/06: [fix](multi-catalog) fix bug that replay init catalog may happen after catalog is dropped (#15919)

2023-01-15 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 6bde53b102195bdcfcaf6c648f499a56c85331f4 Author: Mingyu Chen AuthorDate: Sat Jan 14 09:41:37 2023 +0800

[doris] 03/06: [feature](multi-catalog) support oracle jdbc catalog (#15862)

2023-01-15 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit ee329692fea3a01f055783087ed3c21eedf893f6 Author: Tiewei Fang <43782773+bepppo...@users.noreply.github.com> Aut

[GitHub] [doris] morrySnow opened a new pull request, #15958: [fix](regression) result of withUnionAll in query_p0/select_no_from is unstable

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

[GitHub] [doris] dutyu opened a new pull request, #15957: [Feature](profile) support SHOW EXPORT PROFILE stmt.

2023-01-15 Thread GitBox
dutyu opened a new pull request, #15957: URL: https://github.com/apache/doris/pull/15957 # Proposed changes Add `SHOW EXPORT PROFILE` statement. ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior:

[doris] branch master updated: [feature](nereids) const folding for in-predicate with null literal (#15880)

2023-01-15 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 fa03c8a241 [feature](nereids) const folding fo

[GitHub] [doris] morrySnow merged pull request #15880: [feature](nereids) const folding for in-predicate with null literal

2023-01-15 Thread GitBox
morrySnow merged PR #15880: URL: https://github.com/apache/doris/pull/15880 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] github-actions[bot] commented on pull request #15823: [Feature-WIP](inverted index) inverted index reader's implementation, and add mysql_fulltext regression case to test fulltext que

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

[GitHub] [doris] hello-stephen commented on pull request #15945: [Exec](opt) Opt the vexplode_split function performance

2023-01-15 Thread GitBox
hello-stephen commented on PR #15945: URL: https://github.com/apache/doris/pull/15945#issuecomment-1383515221 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.69 seconds load time: 494 seconds storage size: 17121622481 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #15642: [Enhancement](topn) support two phase read for topn query

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

[GitHub] [doris] github-actions[bot] commented on pull request #15956: [Compile](lzo) fix lzo decompressor compiler error

2023-01-15 Thread GitBox
github-actions[bot] commented on PR #15956: URL: https://github.com/apache/doris/pull/15956#issuecomment-1383470528 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 #15956: [Compile](lzo) fix lzo decompressor compiler error

2023-01-15 Thread GitBox
github-actions[bot] commented on PR #15956: URL: https://github.com/apache/doris/pull/15956#issuecomment-1383470552 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] hello-stephen commented on pull request #15949: [fix](nereids) fix bug in multiply return data type

2023-01-15 Thread GitBox
hello-stephen commented on PR #15949: URL: https://github.com/apache/doris/pull/15949#issuecomment-1383463521 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.63 seconds load time: 510 seconds storage size: 17122719390 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #15956: [Compile](lzo) fix lzo decompressor compiler error

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

[GitHub] [doris] github-actions[bot] commented on pull request #15828: [Expr](fe) Default set enableFoldConstantByBe = true

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

[GitHub] [doris] HappenLee opened a new pull request, #15956: [Compile](lzo) fix lzo decompressor compiler error

2023-01-15 Thread GitBox
HappenLee opened a new pull request, #15956: URL: https://github.com/apache/doris/pull/15956 # Proposed changes Fixed it: In file included from /mnt/disk1/baizhenbo/mycode/incubator-doris/be/src/exec/plain_text_line_reader.cpp:21: /mnt/disk1/baizhenbo/mycode/incubator-doris

[GitHub] [doris] HappenLee closed pull request #15828: [Expr](fe) Default set enableFoldConstantByBe = true

2023-01-15 Thread GitBox
HappenLee closed pull request #15828: [Expr](fe) Default set enableFoldConstantByBe = true URL: https://github.com/apache/doris/pull/15828 -- 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 specifi

[GitHub] [doris] zhouaoe commented on issue #15695: [Bug] Broker can not support multiple upload for aliyun oss

2023-01-15 Thread GitBox
zhouaoe commented on issue #15695: URL: https://github.com/apache/doris/issues/15695#issuecomment-1383441991 We will update the Version of hadoop to hadoop2.9.2 soon. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [doris] zhouaoe commented on issue #15695: [Bug] Broker can not support multiple upload for aliyun oss

2023-01-15 Thread GitBox
zhouaoe commented on issue #15695: URL: https://github.com/apache/doris/issues/15695#issuecomment-1383441694 This is a bug at hadoop2.9.1,because OssFS use a UnmodifiableList which returned by Guava .We have resolve this problem at hadoop2.9.1. -- This is an automated message from the A

[GitHub] [doris] eldenmoon commented on pull request #15491: [Enhancement](point query optimize) improve performace of point query on primary keys

2023-01-15 Thread GitBox
eldenmoon commented on PR #15491: URL: https://github.com/apache/doris/pull/15491#issuecomment-1383441653 @xiaokang PR modified according to code review, lets' continue ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [doris] Alexxigang commented on issue #7579: [Roadmap] Support more import data formats

2023-01-15 Thread GitBox
Alexxigang commented on issue #7579: URL: https://github.com/apache/doris/issues/7579#issuecomment-1383438865 [WeOpen star] Hello, I'm intrested in #7579, I am new to Open-Source, if there's any post remaining to assign , Please tell me. I want to contribute. -- This is an automated messa

[GitHub] [doris] github-actions[bot] commented on pull request #15902: [enhancement](profile) add read columns to scanner profile

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

[GitHub] [doris] hello-stephen commented on pull request #15823: [Feature-WIP](inverted index) inverted index reader's implementation, and add mysql_fulltext regression case to test fulltext query

2023-01-15 Thread GitBox
hello-stephen commented on PR #15823: URL: https://github.com/apache/doris/pull/15823#issuecomment-1383428131 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.54 seconds load time: 510 seconds storage size: 17122764146 Bytes https://doris-co

[GitHub] [doris] starocean999 opened a new pull request, #15955: [fix](fe)fix anti join bug

2023-01-15 Thread GitBox
starocean999 opened a new pull request, #15955: URL: https://github.com/apache/doris/pull/15955 # Proposed changes Issue Number: close #xxx ## Problem summary select t1.a left anti join t1.a on false; should output all t1.a including "null" value. ## Checklist(Requir

[doris] branch master updated: [Bug](function) catch function calculation error on aggregate node to avoid core dump (#15903)

2023-01-15 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 81bab55d43 [Bug](function) catch function cal

[GitHub] [doris] HappenLee merged pull request #15903: [Bug](function) catch function calculation error on aggregate node to avoid core dump

2023-01-15 Thread GitBox
HappenLee merged PR #15903: URL: https://github.com/apache/doris/pull/15903 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] github-actions[bot] commented on pull request #15749: [improvement](reader) use union merge when rowset are noneoverlapping

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

[GitHub] [doris] github-actions[bot] commented on pull request #15716: [enhancement](memtracker) Improve readability

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

[GitHub] [doris] Yukang-Lian commented on issue #15952: [Feature] Support array functions for nested type datev2/datetimev2

2023-01-15 Thread GitBox
Yukang-Lian commented on issue #15952: URL: https://github.com/apache/doris/issues/15952#issuecomment-138340 I will work on it! -- 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] Yukang-Lian commented on issue #15954: [Feature] Support array functions for nested type DECIMALV3

2023-01-15 Thread GitBox
Yukang-Lian commented on issue #15954: URL: https://github.com/apache/doris/issues/15954#issuecomment-1383407473 I will work on it! -- 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] Gabriel39 opened a new issue, #15954: [Feature] Support array functions for nested type DECIMALV3

2023-01-15 Thread GitBox
Gabriel39 opened a new issue, #15954: URL: https://github.com/apache/doris/issues/15954 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description _No response_

[GitHub] [doris] lsy3993 opened a new pull request, #15953: [typo](docs)add host and port in hdfs outfile

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

[GitHub] [doris] Gabriel39 opened a new issue, #15952: [Feature] Support array functions for nested type datev2/datetimev2

2023-01-15 Thread GitBox
Gabriel39 opened a new issue, #15952: URL: https://github.com/apache/doris/issues/15952 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description _No response_

[GitHub] [doris] github-actions[bot] commented on pull request #15716: [enhancement](memtracker) Improve readability

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

[GitHub] [doris] github-actions[bot] commented on pull request #15823: [Feature-WIP](inverted index) inverted index reader's implementation, and add mysql_fulltext regression case to test fulltext que

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

[GitHub] [doris] Accelarator opened a new issue, #15951: [Bug] 基础函数rank()排序有bug

2023-01-15 Thread GitBox
Accelarator opened a new issue, #15951: URL: https://github.com/apache/doris/issues/15951 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.2.1 ### Wha

[GitHub] [doris] github-actions[bot] commented on pull request #15874: [fix](brokerload) fix be core dump casued by broker load

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

[GitHub] [doris] englefly opened a new pull request, #15950: [fix](nereids) bind slot using exactly match

2023-01-15 Thread GitBox
englefly opened a new pull request, #15950: URL: https://github.com/apache/doris/pull/15950 # Proposed changes example: unbound slot `k` bounded {`k`, `t.k`} In previous binding algorithm, there are 2 candidate bindings, in which bounded `k` is exactly matched unbound slot

[GitHub] [doris] hello-stephen commented on pull request #15917: [improvement](scan) Support pushdown execute expr ctx

2023-01-15 Thread GitBox
hello-stephen commented on PR #15917: URL: https://github.com/apache/doris/pull/15917#issuecomment-1383389282 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.77 seconds load time: 491 seconds storage size: 17122669491 Bytes https://doris-co

[GitHub] [doris] englefly opened a new pull request, #15949: [fix](nereids) fix bug in multiply return data type

2023-01-15 Thread GitBox
englefly opened a new pull request, #15949: URL: https://github.com/apache/doris/pull/15949 # Proposed changes data type of `x * y` is not that of `x` Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it aff

[GitHub] [doris] github-actions[bot] commented on pull request #15836: [feature wip](multi catalog)Support iceberg schema evolution.

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

[GitHub] [doris] chenlinzhong opened a new pull request, #15948: [mtmv](opt) mtmv task use original query stmt so that user can set var more flexible

2023-01-15 Thread GitBox
chenlinzhong opened a new pull request, #15948: URL: https://github.com/apache/doris/pull/15948 # Proposed changes mtmv task use original query stmt so that user can set var more flexible, for example set query_timeout, exec_mem_limit etc though ``CREATE MATERIALIZED VIEW`` statement

[GitHub] [doris] github-actions[bot] commented on pull request #15915: [fix](datetimev2) fix datetimev2 error with T

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

[GitHub] [doris] morningman commented on pull request #15899: [improve](array) TypeDescriptor to_protobuf lost contains_null

2023-01-15 Thread GitBox
morningman commented on PR #15899: URL: https://github.com/apache/doris/pull/15899#issuecomment-1383357267 Please add test case -- 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 commen

[GitHub] [doris] morningman commented on pull request #15924: [improvement](agg-function) remove the limit on the max number of agg function parameters

2023-01-15 Thread GitBox
morningman commented on PR #15924: URL: https://github.com/apache/doris/pull/15924#issuecomment-1383355878 Please add test case -- 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 commen

[GitHub] [doris] github-actions[bot] commented on pull request #15716: [enhancement](memtracker) Improve readability

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

[GitHub] [doris] AlisaSmiler opened a new issue, #15947: [Feature]

2023-01-15 Thread GitBox
AlisaSmiler opened a new issue, #15947: URL: https://github.com/apache/doris/issues/15947 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description https://user-ima

[doris] branch branch-1.2-lts updated: [feature-wip](multi-catalog) support automatic sync hive metastore events (#15401)

2023-01-15 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new d054ab9dc7 [feature-wip](mult

[GitHub] [doris] yiguolei merged pull request #15934: [refactor](doc) add first class category "lakehouse" for multi catalog and external table

2023-01-15 Thread GitBox
yiguolei merged PR #15934: URL: https://github.com/apache/doris/pull/15934 -- 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] github-actions[bot] commented on pull request #15934: [refactor](doc) add first class category "lakehouse" for multi catalog and external table

2023-01-15 Thread GitBox
github-actions[bot] commented on PR #15934: URL: https://github.com/apache/doris/pull/15934#issuecomment-1383331348 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 #15934: [refactor](doc) add first class category "lakehouse" for multi catalog and external table

2023-01-15 Thread GitBox
github-actions[bot] commented on PR #15934: URL: https://github.com/apache/doris/pull/15934#issuecomment-1383331324 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] branch master updated: [Fix](inverted index) fix compilation error for inverted index compound directory (#15946)

2023-01-15 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 151fdc224e [Fix](inverted index) fix compilat

[GitHub] [doris] morningman merged pull request #15946: [Fix](inverted index) fix compilation error for inverted index compound directory

2023-01-15 Thread GitBox
morningman merged PR #15946: URL: https://github.com/apache/doris/pull/15946 -- 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] closed pull request #9686: push predicate to subquery

2023-01-15 Thread GitBox
github-actions[bot] closed pull request #9686: push predicate to subquery URL: https://github.com/apache/doris/pull/9686 -- 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] github-actions[bot] closed pull request #10858: [fix](array-type) fix vec arrow scanner using wrong type when choosing cast function

2023-01-15 Thread GitBox
github-actions[bot] closed pull request #10858: [fix](array-type) fix vec arrow scanner using wrong type when choosing cast function URL: https://github.com/apache/doris/pull/10858 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15925: [Refactor]Merged string_value into string_ref

2023-01-15 Thread GitBox
github-actions[bot] commented on code in PR #15925: URL: https://github.com/apache/doris/pull/15925#discussion_r1070650460 ## be/src/vec/common/string_ref.h: ## @@ -277,11 +383,12 @@ inline size_t hash_less_than16(const char* data, size_t size) { } struct CRC32Hash { -s

[GitHub] [doris] github-actions[bot] commented on pull request #15716: [enhancement](memtracker) Improve readability

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

[GitHub] [doris] hello-stephen commented on pull request #15946: [Fix](inverted index) fix compilation error for inverted index compound directory

2023-01-15 Thread GitBox
hello-stephen commented on PR #15946: URL: https://github.com/apache/doris/pull/15946#issuecomment-1383197442 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.23 seconds load time: 489 seconds storage size: 17122823268 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #15946: [Fix](inverted index) fix compilation error for inverted index compound directory

2023-01-15 Thread GitBox
github-actions[bot] commented on PR #15946: URL: https://github.com/apache/doris/pull/15946#issuecomment-1383186677 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 #15946: [Fix](inverted index) fix compilation error for inverted index compound directory

2023-01-15 Thread GitBox
github-actions[bot] commented on PR #15946: URL: https://github.com/apache/doris/pull/15946#issuecomment-1383186683 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] Tanya-W commented on pull request #15946: [Fix](inverted index) fix compilation error for inverted index compound directory

2023-01-15 Thread GitBox
Tanya-W commented on PR #15946: URL: https://github.com/apache/doris/pull/15946#issuecomment-1383186498 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] github-actions[bot] commented on pull request #15946: [Fix](inverted index) fix compilation error for inverted index compound directory

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

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15945: [Exec](opt) Opt the vexplode_split function performance

2023-01-15 Thread GitBox
github-actions[bot] commented on code in PR #15945: URL: https://github.com/apache/doris/pull/15945#discussion_r1070627284 ## be/src/vec/exprs/table_function/vexplode_split.cpp: ## @@ -63,17 +80,31 @@ Status VExplodeSplitTableFunction::process_row(size_t row_idx) { _is_cur

[GitHub] [doris] airborne12 opened a new pull request, #15946: [Fix](inverted index) fix compilation error for inverted index compound directory

2023-01-15 Thread GitBox
airborne12 opened a new pull request, #15946: URL: https://github.com/apache/doris/pull/15946 # Proposed changes fix compilation error for inverted index compound directory be/src/olap/rowset/segment_v2/inverted_index_compound_directory.cpp:249:32: error: comparison of unsigned

[GitHub] [doris] jeffreys-cat commented on a diff in pull request #15934: [refactor](doc) add first class category "lakehouse" for multi catalog and external table

2023-01-15 Thread GitBox
jeffreys-cat commented on code in PR #15934: URL: https://github.com/apache/doris/pull/15934#discussion_r1070625301 ## docs/dev.json: ## @@ -290,5 +286,17 @@ "sidebar.docs.category.Benchmark": { "message": "性能测试", "description": "The label for category Benchmark in

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15945: [Exec](opt) Opt the vexplode_split function performance

2023-01-15 Thread GitBox
github-actions[bot] commented on code in PR #15945: URL: https://github.com/apache/doris/pull/15945#discussion_r1070621821 ## be/src/vec/exprs/table_function/vexplode_split.cpp: ## @@ -63,17 +80,35 @@ Status VExplodeSplitTableFunction::process_row(size_t row_idx) { _is_cur

  1   2   >