[GitHub] [doris] Gabriel39 opened a new pull request, #11618: [Bug](datev2) Support to use datev2 as partition column

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

[GitHub] [doris] Jibing-Li commented on a diff in pull request #11582: [feature-wip](new-scan) add scanner scheduling framework

2022-08-09 Thread GitBox
Jibing-Li commented on code in PR #11582: URL: https://github.com/apache/doris/pull/11582#discussion_r940998214 ## be/src/vec/exec/scan/scanner_scheduler.h: ## @@ -0,0 +1,82 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreeme

[GitHub] [doris] wangshuo128 opened a new pull request, #11619: [Feature](Nereids)Add plan checker

2022-08-09 Thread GitBox
wangshuo128 opened a new pull request, #11619: URL: https://github.com/apache/doris/pull/11619 # Proposed changes This PR proposes to add a plan checker to facilitate plan checking in unit tests. Usage of plan checker is like below: ```java new PlanChecker() .plan(my

[GitHub] [doris] morningman commented on pull request #11577: [Chore](thirdparty) upgrade phmap and s2geo

2022-08-09 Thread GitBox
morningman commented on PR #11577: URL: https://github.com/apache/doris/pull/11577#issuecomment-1209026575 Hi @BiteThet , how about do this after we releasing the v1.2? or it may hard to maintain the version of the thirdparties, cause they are not compatible. -- This is an automate

[GitHub] [doris] jackwener opened a new pull request, #11620: [minor](*): remove redundant log and unused code.

2022-08-09 Thread GitBox
jackwener opened a new pull request, #11620: URL: https://github.com/apache/doris/pull/11620 # Proposed changes Issue Number: close #xxx ## Problem summary Don't print config during compilation. BTW, Remove unused code. ## Checklist(Required) 1. Does

[GitHub] [doris] Kikyou1997 opened a new pull request, #11621: [Fix](planner) Fix wrong planner with count(*) optmizer for cross join optimization

2022-08-09 Thread GitBox
Kikyou1997 opened a new pull request, #11621: URL: https://github.com/apache/doris/pull/11621 # Proposed changes Issue Number: noissue ## Problem summary 1. Set source expr for the slotDescrptor of inlineView, so that we could mark the slot in the lower level as material

[GitHub] [doris] morningman opened a new pull request, #11622: [dev-1.1.2](doc) fix help doc invalid format

2022-08-09 Thread GitBox
morningman opened a new pull request, #11622: URL: https://github.com/apache/doris/pull/11622 # Proposed changes Issue Number: close #xxx ## Problem summary This will cause FE start with error in log: ``` org.apache.doris.common.UserException: errCode = 2, detailMes

[GitHub] [doris] englefly commented on pull request #11515: [fix] infer equation expression bug

2022-08-09 Thread GitBox
englefly commented on PR #11515: URL: https://github.com/apache/doris/pull/11515#issuecomment-1209044710 I already add ut to check this incorrectly inference. -- 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] LemonLiTree commented on pull request #11558: [regression-test](time_add/sub)add time_add and time_sub funcation case

2022-08-09 Thread GitBox
LemonLiTree commented on PR #11558: URL: https://github.com/apache/doris/pull/11558#issuecomment-1209063096 > FYI: I think it's better to put those cases in test_date_function.groovy Thank you for your reply,I've already put those cases in test_date_function.groovy -- This is an au

[GitHub] [doris] zhannngchen opened a new pull request, #11623: [Feature](unique-key-merge-on-write) some fix on delete bitmap usage

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

[GitHub] [doris] yiguolei merged pull request #11622: [dev-1.1.2](doc) fix help doc invalid format

2022-08-09 Thread GitBox
yiguolei merged PR #11622: URL: https://github.com/apache/doris/pull/11622 -- 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: [dev-1.1.2](doc) fix help doc invalid format (#11622)

2022-08-09 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 10e5bd6234 [dev-1.1.2](doc) fix help doc

[GitHub] [doris] jackwener commented on a diff in pull request #11604: [feature](Nereids): polish enforcer

2022-08-09 Thread GitBox
jackwener commented on code in PR #11604: URL: https://github.com/apache/doris/pull/11604#discussion_r941047286 ## fe/fe-core/src/test/java/org/apache/doris/nereids/jobs/CostAndEnforcerJobTest.java: ## @@ -55,60 +49,69 @@ public class CostAndEnforcerJobTest { */

[GitHub] [doris] yiguolei merged pull request #11621: [Fix](planner) Fix wrong planner with count(*) optmizer for cross join optimization

2022-08-09 Thread GitBox
yiguolei merged PR #11621: URL: https://github.com/apache/doris/pull/11621 -- 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: [cherry-pick 1.1.2](planner) Fix wrong planner with count(*) optmizer for cross join optimization (#11621)

2022-08-09 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 a746b2675e [cherry-pick 1.1.2](planner) F

[GitHub] [doris] morningman merged pull request #10699: [enhancement] Improve the availability of broker load

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

[doris] branch master updated: [enhancement](broker) Improve the availability of broker load (#10699)

2022-08-09 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 583b44dfa8 [enhancement](broker) Improve the

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

2022-08-09 Thread GitBox
github-actions[bot] commented on PR #11623: URL: https://github.com/apache/doris/pull/11623#issuecomment-1209119665 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] LizZhang315 opened a new pull request, #11624: [regressiont-test] add p0 test cases from Baidu

2022-08-09 Thread GitBox
LizZhang315 opened a new pull request, #11624: URL: https://github.com/apache/doris/pull/11624 # Proposed changes Add p0 test cases from Baidu, including: aggregate join union order by group by keyword arithmetic operators logical operators case function c

[GitHub] [doris] 924060929 merged pull request #11619: [Feature](Nereids)Add plan checker

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

[doris] branch master updated (583b44dfa8 -> 7b67661262)

2022-08-09 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 583b44dfa8 [enhancement](broker) Improve the availability of broker load (#10699) add 7b67661262 add plan che

[GitHub] [doris] github-actions[bot] commented on pull request #11325: [Improvement] start|stop script files improvements

2022-08-09 Thread GitBox
github-actions[bot] commented on PR #11325: URL: https://github.com/apache/doris/pull/11325#issuecomment-1209154333 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 #11325: [Improvement] start|stop script files improvements

2022-08-09 Thread GitBox
hello-stephen commented on PR #11325: URL: https://github.com/apache/doris/pull/11325#issuecomment-1209159194 start_fe may need to rebase on master since it has added the '--version' option. -- This is an automated message from the Apache Git Service. To respond to the message, please log

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

2022-08-09 Thread GitBox
link3280 opened a new issue, #53: URL: https://github.com/apache/doris-flink-connector/issues/53 ### 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] yixiutt opened a new pull request, #11625: [Enhancement](load) add hidden_columns in stream load param

2022-08-09 Thread GitBox
yixiutt opened a new pull request, #11625: URL: https://github.com/apache/doris/pull/11625 Stream load will ignore invisible columns if no http header columns specified, but in some case user cannot get all columns if columns changed frequently。 Add a hidden_columns header to support

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

2022-08-09 Thread GitBox
link3280 opened a new pull request, #54: URL: https://github.com/apache/doris-flink-connector/pull/54 # Proposed changes Issue Number: close #53 ## Problem Summary: Avoid ending recordStream in DorisStreamLoad when there's no data to flush. ## Checklist(Required)

[GitHub] [doris] zhangy5 commented on a diff in pull request #11624: [regression-test] add p0 test cases from Baidu

2022-08-09 Thread GitBox
zhangy5 commented on code in PR #11624: URL: https://github.com/apache/doris/pull/11624#discussion_r941143348 ## regression-test/plugins/plugin_example.groovy: ## @@ -32,3 +32,23 @@ Suite.metaClass.testPlugin = { String info /* param */ -> } logger.info("Added 'testPlugin' f

[GitHub] [doris] yiguolei merged pull request #11266: [feature](information_schema) add `rowsets` table into information_s…

2022-08-09 Thread GitBox
yiguolei merged PR #11266: URL: https://github.com/apache/doris/pull/11266 -- 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 (7b67661262 -> 169996d8e4)

2022-08-09 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 7b67661262 add plan checker (#11619) add 169996d8e4 [feature](information_schema) add `rowsets` table into info

[GitHub] [doris] yiguolei commented on pull request #11624: [regression-test] add p0 test cases from Baidu

2022-08-09 Thread GitBox
yiguolei commented on PR #11624: URL: https://github.com/apache/doris/pull/11624#issuecomment-1209192090 wow, its great -- 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 u

[GitHub] [doris] github-actions[bot] commented on pull request #11595: [fix](regexpr)regexpr functions' contexts should be THREAD_LOCAL

2022-08-09 Thread GitBox
github-actions[bot] commented on PR #11595: URL: https://github.com/apache/doris/pull/11595#issuecomment-1209251189 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 #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
github-actions[bot] commented on PR #11598: URL: https://github.com/apache/doris/pull/11598#issuecomment-1209258370 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] catpineapple opened a new pull request, #11626: [fix](dbt-doris) avoid the restriction of having to add label_id when…

2022-08-09 Thread GitBox
catpineapple opened a new pull request, #11626: URL: https://github.com/apache/doris/pull/11626 Avoid the restriction of having to add label_id when sql is insert into + CTE When building a dbt project, the "with ... as(select)" sql expression model is often used. However, due to the

[GitHub] [doris-thirdparty] GoGoWen opened a new pull request, #7: support crc32 checksum

2022-08-09 Thread GitBox
GoGoWen opened a new pull request, #7: URL: https://github.com/apache/doris-thirdparty/pull/7 support crc32 checksum for hdfs -- 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-thirdparty] caiconghui merged pull request #7: support crc32 checksum

2022-08-09 Thread GitBox
caiconghui merged PR #7: URL: https://github.com/apache/doris-thirdparty/pull/7 -- 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...@dori

[doris-thirdparty] branch libhdfs3 updated: [enhancement](libhdfs3) Support crc32 checksum (#7)

2022-08-09 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch libhdfs3 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/libhdfs3 by this push: new dad0008 [enhancement](libhdfs

[GitHub] [doris] morrySnow commented on a diff in pull request #11604: [feature](Nereids): polish enforcer

2022-08-09 Thread GitBox
morrySnow commented on code in PR #11604: URL: https://github.com/apache/doris/pull/11604#discussion_r941116524 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/cascades/CostAndEnforcerJob.java: ## @@ -66,18 +67,18 @@ public CostAndEnforcerJob(GroupExpression groupExpre

[GitHub] [doris] pengxiangyu opened a new issue, #11627: [Bug] Fix bug for SubFileCache

2022-08-09 Thread GitBox
pengxiangyu opened a new issue, #11627: URL: https://github.com/apache/doris/issues/11627 ### 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] morrySnow commented on a diff in pull request #9983: [feature-wip](statistics) FE queries BE by SQL

2022-08-09 Thread GitBox
morrySnow commented on code in PR #9983: URL: https://github.com/apache/doris/pull/9983#discussion_r941285015 ## fe/fe-core/src/main/java/org/apache/doris/statistics/util/Packet.java: ## @@ -0,0 +1,42 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [doris] hello-stephen commented on pull request #11624: [regression-test](p0) add p0 test cases

2022-08-09 Thread GitBox
hello-stephen commented on PR #11624: URL: https://github.com/apache/doris/pull/11624#issuecomment-1209333813 great job~ -- 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] xy720 closed issue #11528: [Bug] collect_list without groupby make be crashed

2022-08-09 Thread GitBox
xy720 closed issue #11528: [Bug] collect_list without groupby make be crashed URL: https://github.com/apache/doris/issues/11528 -- 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] xy720 merged pull request #11213: [feature-wip](array-type) support the array type in reverse function

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

[doris] branch master updated: [feature-wip](array-type) support the array type in reverse function (#11213)

2022-08-09 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang 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 df47b6941d [feature-wip](array-type) support the

[doris] branch master updated: [fix]collect_list/collect_set without GROUP BY for NOT NULL column (#11529)

2022-08-09 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang 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 01e4522612 [fix]collect_list/collect_set without

[GitHub] [doris] xy720 merged pull request #11529: [fix](array-type) collect_list without GROUP BY for NOT NULL column

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

[GitHub] [doris] liaoxin01 opened a new pull request, #11628: [feature-wip](unique-key-merge-on-write) fix rowid conversion ut that may create a directory under an incorrect path

2022-08-09 Thread GitBox
liaoxin01 opened a new pull request, #11628: URL: https://github.com/apache/doris/pull/11628 # Proposed changes Issue Number: close #xxx ## Problem summary The path missing backslash,so create a directory under an incorrect path. ## Checklist(Required) 1

[GitHub] [doris] pengxiangyu opened a new pull request, #11629: [fix] (remote) Fix bug for Cache Reader

2022-08-09 Thread GitBox
pengxiangyu opened a new pull request, #11629: URL: https://github.com/apache/doris/pull/11629 # Proposed changes Issue Number: close #11627 ## Problem summary Fix bug for Cache Reader ## Checklist(Required) 1. Does it affect the original behavior: -

[doris-thirdparty] branch revert-5-libhdfs3 created (now c44bda4)

2022-08-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch revert-5-libhdfs3 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git at c44bda4 Revert "[Enhancement] Make libhdfs3 be compatible with old linux kernel" This bran

[doris-thirdparty] 01/01: Revert "[Enhancement] Make libhdfs3 be compatible with old linux kernel"

2022-08-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch revert-5-libhdfs3 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git commit c44bda4c577df4817dea3a2d7ad8d723c7fc894a Author: Mingyu Chen AuthorDate: Tue Aug 9 21:55:09 202

[GitHub] [doris-thirdparty] morningman opened a new pull request, #9: [github] add branch protection

2022-08-09 Thread GitBox
morningman opened a new pull request, #9: URL: https://github.com/apache/doris-thirdparty/pull/9 protect following branches: 1. main 2. bdbje 3. libhdfs3 -- 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-thirdparty] caiconghui merged pull request #8: [release] update version to 2.3.3 and add CHANGELOG

2022-08-09 Thread GitBox
caiconghui merged PR #8: URL: https://github.com/apache/doris-thirdparty/pull/8 -- 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...@dori

[doris-thirdparty] branch libhdfs3 updated: [release] update version to 2.3.3 and add CHANGELOG (#8)

2022-08-09 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch libhdfs3 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/libhdfs3 by this push: new e8a64b8 [release] update vers

[GitHub] [doris-thirdparty] caiconghui merged pull request #9: [github] add branch protection

2022-08-09 Thread GitBox
caiconghui merged PR #9: URL: https://github.com/apache/doris-thirdparty/pull/9 -- 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...@dori

[doris-thirdparty] branch main updated: [github] add branch protection (#9)

2022-08-09 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/main by this push: new 20fe30b [github] add branch protectio

[GitHub] [doris-thirdparty] caiconghui merged pull request #10: [doc] add changelog

2022-08-09 Thread GitBox
caiconghui merged PR #10: URL: https://github.com/apache/doris-thirdparty/pull/10 -- 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...@do

[doris-thirdparty] branch bdbje updated: [doc] add changelog (#10)

2022-08-09 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch bdbje in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/bdbje by this push: new 5cd4d31 [doc] add changelog (#10) 5

[GitHub] [doris] jackwener opened a new pull request, #11630: [feature](nereids): SimplifyCastRule

2022-08-09 Thread GitBox
jackwener opened a new pull request, #11630: URL: https://github.com/apache/doris/pull/11630 # Proposed changes Issue Number: close #xxx ## Problem summary - Remove redundant cast like - cast(1 as int) -> 1. - Merge cast like - cast(cast(1 as bigint) as strin

[doris-thirdparty] annotated tag libhdfs3-v2.3.3 updated (e8a64b8 -> 2985e11)

2022-08-09 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag libhdfs3-v2.3.3 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git *** WARNING: tag libhdfs3-v2.3.3 was modified! *** from e8a64b8 (commit) to 2985e11

[GitHub] [doris] morningman commented on pull request #11615: [chore](build) add apache snapshot maven repo to repositories

2022-08-09 Thread GitBox
morningman commented on PR #11615: URL: https://github.com/apache/doris/pull/11615#issuecomment-1209472068 HI @siriume I think this is done by #11549 -- 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] mrhhsg opened a new pull request, #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
mrhhsg opened a new pull request, #11631: URL: https://github.com/apache/doris/pull/11631 # Proposed changes Issue Number: close #xxx ## Problem summary The `LikeColumnPredicater` in #10355 was incomplete. Describe your changes. ## Checklist(Required)

[GitHub] [doris] mrhhsg opened a new pull request, #11632: [chore](regression-test) Add drop table in aggregate_count1

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

[GitHub] [doris] yiguolei merged pull request #11595: [fix](regexpr)regexpr functions' contexts should be THREAD_LOCAL

2022-08-09 Thread GitBox
yiguolei merged PR #11595: URL: https://github.com/apache/doris/pull/11595 -- 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: [fix](regexpr)regexpr functions' contexts should be THREAD_LOCAL (#11595)

2022-08-09 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 601f28dd90 [fix](regexpr)regexpr functions' con

[GitHub] [doris] github-actions[bot] closed pull request #7951: add performance test framework for ci/cd

2022-08-09 Thread GitBox
github-actions[bot] closed pull request #7951: add performance test framework for ci/cd URL: https://github.com/apache/doris/pull/7951 -- 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 #11628: [feature-wip](unique-key-merge-on-write) fix rowid conversion ut that may create a directory under an incorrect path

2022-08-09 Thread GitBox
yiguolei merged PR #11628: URL: https://github.com/apache/doris/pull/11628 -- 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: [feature-wip](unique-key-merge-on-write) fix rowid conversion ut that may create a directory under an incorrect path (#11628)

2022-08-09 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 aaaf6915e4 [feature-wip](unique-key-merge-on-wr

[GitHub] [doris] yiguolei closed issue #11614: [Bug] data skew should be 0.00% when partition is empty

2022-08-09 Thread GitBox
yiguolei closed issue #11614: [Bug] data skew should be 0.00% when partition is empty URL: https://github.com/apache/doris/issues/11614 -- 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

[doris] branch master updated: [Bug](show data skew)fix show data skew logic (#11616)

2022-08-09 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 ae90d45594 [Bug](show data skew)fix show data s

[GitHub] [doris] yiguolei merged pull request #11616: [Bug](show data skew)fix show data skew logic

2022-08-09 Thread GitBox
yiguolei merged PR #11616: URL: https://github.com/apache/doris/pull/11616 -- 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 #11612: [fix](ui)source map files not included in production builds

2022-08-09 Thread GitBox
yiguolei merged PR #11612: URL: https://github.com/apache/doris/pull/11612 -- 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: [fix](ui)source map files not included in production builds (#11612)

2022-08-09 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 b3d476eebb [fix](ui)source map files not includ

[GitHub] [doris] yiguolei commented on a diff in pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
yiguolei commented on code in PR #11598: URL: https://github.com/apache/doris/pull/11598#discussion_r941909423 ## be/src/olap/merger.cpp: ## @@ -41,6 +41,10 @@ Status Merger::merge_rowsets(TabletSharedPtr tablet, ReaderType reader_type, reader_params.reader_type = reader_t

[GitHub] [doris] yiguolei commented on a diff in pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
yiguolei commented on code in PR #11598: URL: https://github.com/apache/doris/pull/11598#discussion_r941909738 ## be/src/olap/merger.cpp: ## @@ -41,6 +41,10 @@ Status Merger::merge_rowsets(TabletSharedPtr tablet, ReaderType reader_type, reader_params.reader_type = reader_t

[GitHub] [doris] yiguolei commented on a diff in pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
yiguolei commented on code in PR #11598: URL: https://github.com/apache/doris/pull/11598#discussion_r941912108 ## be/src/olap/reader.cpp: ## @@ -613,15 +613,14 @@ Status TabletReader::_init_delete_condition(const ReaderParams& read_params) { } auto delete_init = [&]

[GitHub] [doris] stalary opened a new issue, #11633: [Feature](multi-catalog) Support refresh catalog metadata

2022-08-09 Thread GitBox
stalary opened a new issue, #11633: URL: https://github.com/apache/doris/issues/11633 ### 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 Support re

[GitHub] [doris] compasses commented on a diff in pull request #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
compasses commented on code in PR #11631: URL: https://github.com/apache/doris/pull/11631#discussion_r941925698 ## be/src/olap/like_column_predicate.h: ## @@ -45,33 +47,115 @@ class LikeColumnPredicate : public ColumnPredicate { return Status::OK(); } +uint16

[GitHub] [doris] compasses commented on pull request #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
compasses commented on PR #11631: URL: https://github.com/apache/doris/pull/11631#issuecomment-1210047061 Can you help add some regression test case for the like query? Need open the configuration ```enable_function_pushdown```, which default value is ```false```. -- This is an autom

[GitHub] [doris] zhannngchen commented on a diff in pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
zhannngchen commented on code in PR #11598: URL: https://github.com/apache/doris/pull/11598#discussion_r941926863 ## be/src/olap/merger.cpp: ## @@ -41,6 +41,10 @@ Status Merger::merge_rowsets(TabletSharedPtr tablet, ReaderType reader_type, reader_params.reader_type = reade

[doris] branch dev-1.1.2 updated: [minor](log) add a warn log to observer invalid query profile (#11588)

2022-08-09 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 a1483d0575 [minor](log) add a warn log to

[GitHub] [doris] zhannngchen commented on a diff in pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
zhannngchen commented on code in PR #11598: URL: https://github.com/apache/doris/pull/11598#discussion_r941929060 ## be/src/olap/merger.cpp: ## @@ -41,6 +41,10 @@ Status Merger::merge_rowsets(TabletSharedPtr tablet, ReaderType reader_type, reader_params.reader_type = reade

[GitHub] [doris] zhannngchen commented on a diff in pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
zhannngchen commented on code in PR #11598: URL: https://github.com/apache/doris/pull/11598#discussion_r941929060 ## be/src/olap/merger.cpp: ## @@ -41,6 +41,10 @@ Status Merger::merge_rowsets(TabletSharedPtr tablet, ReaderType reader_type, reader_params.reader_type = reade

[GitHub] [doris] mrhhsg commented on a diff in pull request #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
mrhhsg commented on code in PR #11631: URL: https://github.com/apache/doris/pull/11631#discussion_r941930620 ## be/src/olap/like_column_predicate.cpp: ## @@ -23,74 +23,131 @@ namespace doris { -LikeColumnPredicate::LikeColumnPredicate(bool opposite, uint32_t column_id, -

[GitHub] [doris] zhannngchen commented on a diff in pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
zhannngchen commented on code in PR #11598: URL: https://github.com/apache/doris/pull/11598#discussion_r941930649 ## be/src/olap/reader.cpp: ## @@ -613,15 +613,14 @@ Status TabletReader::_init_delete_condition(const ReaderParams& read_params) { } auto delete_init =

[GitHub] [doris] zhannngchen commented on a diff in pull request #11598: [fix](scanner) delete predicates might be inconsistent with rowset readers

2022-08-09 Thread GitBox
zhannngchen commented on code in PR #11598: URL: https://github.com/apache/doris/pull/11598#discussion_r941931065 ## be/src/olap/merger.cpp: ## @@ -41,6 +41,10 @@ Status Merger::merge_rowsets(TabletSharedPtr tablet, ReaderType reader_type, reader_params.reader_type = reade

[GitHub] [doris] mrhhsg commented on pull request #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
mrhhsg commented on PR #11631: URL: https://github.com/apache/doris/pull/11631#issuecomment-1210053456 > Can you help add some regression test case for the like query? Need open the configuration `enable_function_pushdown`, which default value is `false`. @compasses I think using

[GitHub] [doris] mrhhsg commented on a diff in pull request #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
mrhhsg commented on code in PR #11631: URL: https://github.com/apache/doris/pull/11631#discussion_r941933100 ## be/src/olap/like_column_predicate.h: ## @@ -45,33 +47,115 @@ class LikeColumnPredicate : public ColumnPredicate { return Status::OK(); } +uint16_t

[GitHub] [doris] qinchaofeng commented on issue #11591: [Bug] I want to create a new table from the query results of a table

2022-08-09 Thread GitBox
qinchaofeng commented on issue #11591: URL: https://github.com/apache/doris/issues/11591#issuecomment-1210072218 @longzmkm just like [stalary](https://github.com/stalary) said : ``` create table information_schema.first_model as select * from ( with source_data as (

[GitHub] [doris] yangzhg merged pull request #11188: [doc][fix] Fix the duplicate partition name in example of CREATE TABLE

2022-08-09 Thread GitBox
yangzhg merged PR #11188: URL: https://github.com/apache/doris/pull/11188 -- 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.apac

[doris] branch master updated: [doc][fix] fix the duplicate partition name in example of CREATE TABLE (#11188)

2022-08-09 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 a478e1d669 [doc][fix] fix the duplicate partitio

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #11535: [improvement](olapscan) Simplify data block queue of VOlapScanNode

2022-08-09 Thread GitBox
carlvinhust2012 commented on code in PR #11535: URL: https://github.com/apache/doris/pull/11535#discussion_r941952794 ## be/src/vec/exec/volap_scan_node.cpp: ## @@ -204,22 +201,6 @@ Status VOlapScanNode::prepare(RuntimeState* state) { return Status::InternalError("Faile

[GitHub] [doris-website] hf200012 closed pull request #31: [doc](bloomfilter)fix-doc

2022-08-09 Thread GitBox
hf200012 closed pull request #31: [doc](bloomfilter)fix-doc URL: https://github.com/apache/doris-website/pull/31 -- 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] morrySnow commented on a diff in pull request #11604: [feature](Nereids): polish enforcer

2022-08-09 Thread GitBox
morrySnow commented on code in PR #11604: URL: https://github.com/apache/doris/pull/11604#discussion_r941964427 ## fe/fe-core/src/main/java/org/apache/doris/nereids/properties/PhysicalProperties.java: ## @@ -17,35 +17,47 @@ package org.apache.doris.nereids.properties; +impo

[GitHub] [doris] morrySnow commented on a diff in pull request #11630: [feature](nereids): SimplifyCastRule

2022-08-09 Thread GitBox
morrySnow commented on code in PR #11630: URL: https://github.com/apache/doris/pull/11630#discussion_r941967031 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/SimplifyCastRule.java: ## @@ -0,0 +1,97 @@ +// Licensed to the Apache Software Foun

[GitHub] [doris] compasses commented on a diff in pull request #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
compasses commented on code in PR #11631: URL: https://github.com/apache/doris/pull/11631#discussion_r941967819 ## be/src/olap/like_column_predicate.cpp: ## @@ -23,74 +23,131 @@ namespace doris { -LikeColumnPredicate::LikeColumnPredicate(bool opposite, uint32_t column_id, -

[GitHub] [doris] compasses commented on a diff in pull request #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
compasses commented on code in PR #11631: URL: https://github.com/apache/doris/pull/11631#discussion_r941967983 ## be/src/olap/like_column_predicate.h: ## @@ -45,33 +47,115 @@ class LikeColumnPredicate : public ColumnPredicate { return Status::OK(); } +uint16

[GitHub] [doris] github-actions[bot] commented on pull request #11631: [fix](like-predicate) Add missing functions in LikeColumnPredicate

2022-08-09 Thread GitBox
github-actions[bot] commented on PR #11631: URL: https://github.com/apache/doris/pull/11631#issuecomment-1210100922 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-website] hf200012 merged pull request #34: [doc](add)add show query profile doc

2022-08-09 Thread GitBox
hf200012 merged PR #34: URL: https://github.com/apache/doris-website/pull/34 -- 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-website] branch master updated: add_doc (#34)

2022-08-09 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new ce726330302 add_doc (#34) ce7263303

[GitHub] [doris] caiconghui opened a new pull request, #11634: [Enhancement](hdfs) Support loading hdfs config for be from hdfs-site.xml

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

[GitHub] [doris] nextdreamblue opened a new issue, #11636: [Enhancement] sort result by tablename when show tables like 'show data'

2022-08-09 Thread GitBox
nextdreamblue opened a new issue, #11636: URL: https://github.com/apache/doris/issues/11636 ### 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 when

  1   2   >