[GitHub] [doris] 924060929 commented on a diff in pull request #11454: [feature](nereids) Convert subqueries into algebraic expressions and …

2022-08-03 Thread GitBox
924060929 commented on code in PR #11454: URL: https://github.com/apache/doris/pull/11454#discussion_r936235006 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/AnalyzeSubquery.java: ## @@ -0,0 +1,172 @@ +// Licensed to the Apache Software Foundation (ASF) und

[GitHub] [doris] 924060929 commented on a diff in pull request #11454: [feature](nereids) Convert subqueries into algebraic expressions and …

2022-08-03 Thread GitBox
924060929 commented on code in PR #11454: URL: https://github.com/apache/doris/pull/11454#discussion_r936309072 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/Scope.java: ## @@ -50,6 +55,15 @@ public Optional getOuterScope() { return outerScope;

[GitHub] [doris] 924060929 commented on a diff in pull request #11454: [feature](nereids) Convert subqueries into algebraic expressions and …

2022-08-03 Thread GitBox
924060929 commented on code in PR #11454: URL: https://github.com/apache/doris/pull/11454#discussion_r936235006 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/AnalyzeSubquery.java: ## @@ -0,0 +1,172 @@ +// Licensed to the Apache Software Foundation (ASF) und

[GitHub] [doris] weizuo93 opened a new pull request, #11457: [Bug] Fix bug that http server should not be stoped when destruction if it not running

2022-08-03 Thread GitBox
weizuo93 opened a new pull request, #11457: URL: https://github.com/apache/doris/pull/11457 # Proposed changes Issue Number: close #xxx ## Problem summary Http server should not be stoped when destruction if it not running . ## Checklist(Required) 1. Does it

[GitHub] [doris] 924060929 commented on a diff in pull request #11454: [feature](nereids) Convert subqueries into algebraic expressions and …

2022-08-03 Thread GitBox
924060929 commented on code in PR #11454: URL: https://github.com/apache/doris/pull/11454#discussion_r936291379 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/BindSlotReference.java: ## @@ -156,7 +179,12 @@ public Expression visitUnboundAlias(UnboundAlias u

[GitHub] [doris] github-actions[bot] commented on pull request #11246: [WIP](optional) using hash set to distinct single value

2022-08-03 Thread GitBox
github-actions[bot] commented on PR #11246: URL: https://github.com/apache/doris/pull/11246#issuecomment-1203600262 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 #11456: [doc](schema change) Correct Schema Change error description

2022-08-03 Thread GitBox
github-actions[bot] commented on PR #11456: URL: https://github.com/apache/doris/pull/11456#issuecomment-1203601547 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] luozenglin opened a new pull request, #11458: [enhancement](tracing) append the profile counter to trace.

2022-08-03 Thread GitBox
luozenglin opened a new pull request, #11458: URL: https://github.com/apache/doris/pull/11458 1. append the profile counter and infos to span attributes. 2. output traceid to audit log. # Proposed changes Issue Number: close #xxx DSIP: https://cwiki.apache.org/confluence/

[GitHub] [doris] morrySnow opened a new pull request, #11459: [enhancement](Nereids)set default join type to CROSS_JOIN

2022-08-03 Thread GitBox
morrySnow opened a new pull request, #11459: URL: https://github.com/apache/doris/pull/11459 # Proposed changes set default join type to CROSS_JOIN on join that has no equal on condition when parse sql string. ## Checklist(Required) 1. Does it affect the original behavio

[GitHub] [doris] HappenLee commented on pull request #10792: [Feature][Materialized-View] support materialized view on vectorized engine

2022-08-03 Thread GitBox
HappenLee commented on PR #10792: URL: https://github.com/apache/doris/pull/10792#issuecomment-1203622387 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 unsubscrib

[GitHub] [doris] github-actions[bot] commented on pull request #10792: [Feature][Materialized-View] support materialized view on vectorized engine

2022-08-03 Thread GitBox
github-actions[bot] commented on PR #10792: URL: https://github.com/apache/doris/pull/10792#issuecomment-1203625889 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 #10792: [Feature][Materialized-View] support materialized view on vectorized engine

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

[GitHub] [doris] starocean999 opened a new pull request, #11461: [improvement](agg)limit the output of agg node

2022-08-03 Thread GitBox
starocean999 opened a new pull request, #11461: URL: https://github.com/apache/doris/pull/11461 # Proposed changes Issue Number: close #xxx ## Problem summary The limit operation can be done at agg node instead of last topN node. This can reduce the time cost to 1/3 of the o

[GitHub] [doris] BiteTheDDDDt opened a new issue, #11462: [Bug] window function meet failed analysis after expr substitution

2022-08-03 Thread GitBox
BiteThet opened a new issue, #11462: URL: https://github.com/apache/doris/issues/11462 ### 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] jacktengg commented on pull request #11454: [feature](nereids) Convert subqueries into algebraic expressions and …

2022-08-03 Thread GitBox
jacktengg commented on PR #11454: URL: https://github.com/apache/doris/pull/11454#issuecomment-1203639233 Please rebase master to re-run P0 test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [doris] adonis0147 commented on a diff in pull request #11459: [enhancement](Nereids)set default join type to CROSS_JOIN

2022-08-03 Thread GitBox
adonis0147 commented on code in PR #11459: URL: https://github.com/apache/doris/pull/11459#discussion_r936397601 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -584,7 +584,7 @@ public LogicalPlan visitFromClause(FromClauseContext ctx)

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #11463: [Bug](function) fix current_date not equal to curdate

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

[doris-thirdparty] branch bdbje created (now 284830b)

2022-08-03 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch bdbje in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git at 284830b patch bdbje This branch includes the following new commits: new 2d31276 initial commit

[doris-thirdparty] 01/03: initial commit

2022-08-03 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch bdbje in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git commit 2d3127627b87d5d39a17e3f7ca6867bb7116aedf Author: Zhengguo Yang AuthorDate: Wed Aug 3 13:36:42 2022 +0800

[doris-thirdparty] 03/03: patch bdbje

2022-08-03 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch bdbje in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git commit 284830b22b0dc8cefbeef81c3002e97faa2dff01 Author: Zhengguo Yang AuthorDate: Wed Aug 3 17:09:09 2022 +0800

[GitHub] [doris] BiteTheDDDDt commented on issue #11462: [Bug] window function meet failed analysis after expr substitution

2022-08-03 Thread GitBox
BiteThet commented on issue #11462: URL: https://github.com/apache/doris/issues/11462#issuecomment-1203689193 the reason is this usage not supported, I add some message on #11463 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [doris] BiteTheDDDDt closed issue #11462: [Bug] window function meet failed analysis after expr substitution

2022-08-03 Thread GitBox
BiteThet closed issue #11462: [Bug] window function meet failed analysis after expr substitution URL: https://github.com/apache/doris/issues/11462 -- 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-thirdparty] annotated tag libhdfs3-v2.3.1 updated (ebf8bd2 -> 0dce8d6)

2022-08-03 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to annotated tag libhdfs3-v2.3.1 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git *** WARNING: tag libhdfs3-v2.3.1 was modified! *** from ebf8bd2 (commit) to 0dce8d6 (ta

[GitHub] [doris] yiguolei merged pull request #11401: [Improvement](datev2) apply time LUT to datev2/datetimev2

2022-08-03 Thread GitBox
yiguolei merged PR #11401: URL: https://github.com/apache/doris/pull/11401 -- 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: [Improvement](datev2) apply time LUT to datev2/datetimev2 (#11401)

2022-08-03 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 e1b878fe10 [Improvement](datev2) apply time LUT

[GitHub] [doris] smallhibiscus opened a new pull request, #11464: [regression-test](join) Add test case of join sql

2022-08-03 Thread GitBox
smallhibiscus opened a new pull request, #11464: URL: https://github.com/apache/doris/pull/11464 # Proposed changes Issue Number: close #xxx ## Problem summary 1.Add test case of join sql. 2.sql `select t.* from ( select * from wftest1 t1 left join wftest2 t2 on t

[GitHub] [doris] yiguolei commented on pull request #11441: [refactor](schema change)Remove delete from sc

2022-08-03 Thread GitBox
yiguolei commented on PR #11441: URL: https://github.com/apache/doris/pull/11441#issuecomment-1203700715 part of https://github.com/apache/doris/pull/10136 -- 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] yiguolei commented on pull request #11397: [refactor](schema change) spark dpp need not call convert rowset during load process

2022-08-03 Thread GitBox
yiguolei commented on PR #11397: URL: https://github.com/apache/doris/pull/11397#issuecomment-1203701157 part of https://github.com/apache/doris/pull/10136 -- 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] yiguolei commented on pull request #10860: [improvement] improvement for light weight schema change

2022-08-03 Thread GitBox
yiguolei commented on PR #10860: URL: https://github.com/apache/doris/pull/10860#issuecomment-1203701572 part of https://github.com/apache/doris/pull/10136 -- 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] BiteTheDDDDt commented on pull request #11463: [Bug](function) fix current_date not equal to curdate

2022-08-03 Thread GitBox
BiteThet commented on PR #11463: URL: https://github.com/apache/doris/pull/11463#issuecomment-1203702567 > FEFunctions in FE has the same problem. Could you fix them together? FE function only have `curdate`, the result is right. Do you means I should add `current_date` to fe? -

[GitHub] [doris] Wujiao233 opened a new issue, #11465: [Bug] Broker Load cannot correctly import hive data when column name start with number

2022-08-03 Thread GitBox
Wujiao233 opened a new issue, #11465: URL: https://github.com/apache/doris/issues/11465 ### 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.0-rc05

[GitHub] [doris] englefly commented on a diff in pull request #11459: [enhancement](Nereids)set default join type to CROSS_JOIN

2022-08-03 Thread GitBox
englefly commented on code in PR #11459: URL: https://github.com/apache/doris/pull/11459#discussion_r936364439 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -584,7 +584,7 @@ public LogicalPlan visitFromClause(FromClauseContext ctx) {

[GitHub] [doris] jacktengg commented on pull request #11169: [feature](FE): add new property to control whether use light schema change or not

2022-08-03 Thread GitBox
jacktengg commented on PR #11169: URL: https://github.com/apache/doris/pull/11169#issuecomment-1203742522 Please fix FE code style check error. -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #11186: [feature](cache) Add FileCache for RemoteFile

2022-08-03 Thread GitBox
github-actions[bot] commented on PR #11186: URL: https://github.com/apache/doris/pull/11186#issuecomment-1203743739 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 #11186: [feature](cache) Add FileCache for RemoteFile

2022-08-03 Thread GitBox
github-actions[bot] commented on PR #11186: URL: https://github.com/apache/doris/pull/11186#issuecomment-1203743785 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] ChPi opened a new issue, #11466: [Bug] select list expression not produced by aggregation output

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

[GitHub] [doris] Gabriel39 opened a new issue, #11467: [Enhancement] Derive push-down predicate from vconjuncts

2022-08-03 Thread GitBox
Gabriel39 opened a new issue, #11467: URL: https://github.com/apache/doris/issues/11467 ### 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 Currentl

[GitHub] [doris] Gabriel39 opened a new pull request, #11468: [Refactor](push-down predicate) WIP

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

[doris-thirdparty] branch bdbje updated: release bdbje-18.3.13-doris-SNAPSHOTD

2022-08-03 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 e4bb850 release bdbje-18.3.13-doris-SN

[doris-thirdparty] tag bdbje-18.3.13-doris-snapshot created (now e4bb850)

2022-08-03 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to tag bdbje-18.3.13-doris-snapshot in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git at e4bb850 (commit) No new revisions were added by this update.

[GitHub] [doris] hf200012 merged pull request #11456: [doc](schema change) Correct Schema Change error description

2022-08-03 Thread GitBox
hf200012 merged PR #11456: URL: https://github.com/apache/doris/pull/11456 -- 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: [doc](schema change) Correct Schema Change error description (#11456)

2022-08-03 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.git The following commit(s) were added to refs/heads/master by this push: new 7366f187d7 [doc](schema change) Correct Sch

[GitHub] [doris] github-actions[bot] commented on pull request #11463: [Bug](function) fix current_date not equal to curdate

2022-08-03 Thread GitBox
github-actions[bot] commented on PR #11463: URL: https://github.com/apache/doris/pull/11463#issuecomment-1203775284 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] hf200012 opened a new pull request, #11471: [doc](website)fe elastic scaling documentation issue

2022-08-03 Thread GitBox
hf200012 opened a new pull request, #11471: URL: https://github.com/apache/doris/pull/11471 https://github.com/apache/doris/discussions/11460 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required)

[doris-website] branch master updated: fix

2022-08-03 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 9101ce47ce7 fix 9101ce47ce7 is desc

[GitHub] [doris] github-actions[bot] commented on pull request #11439: [doc]fix-doc

2022-08-03 Thread GitBox
github-actions[bot] commented on PR #11439: URL: https://github.com/apache/doris/pull/11439#issuecomment-1203797648 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 #11439: [doc]fix-doc

2022-08-03 Thread GitBox
github-actions[bot] commented on PR #11439: URL: https://github.com/apache/doris/pull/11439#issuecomment-1203797692 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-thirdparty] tag bdbje-18.3.13-doris-snapshot created (now 1c5a526)

2022-08-03 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to tag bdbje-18.3.13-doris-snapshot in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git at 1c5a526 (commit) No new revisions were added by this update.

[GitHub] [doris] SWJTU-ZhangLei closed pull request #11424: [bug](bdbje) switch bdbje to fix bdb recoverTracker error.

2022-08-03 Thread GitBox
SWJTU-ZhangLei closed pull request #11424: [bug](bdbje) switch bdbje to fix bdb recoverTracker error. URL: https://github.com/apache/doris/pull/11424 -- 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

[GitHub] [doris] Lchangliang opened a new issue, #11472: [Bug] select with condition will coredump

2022-08-03 Thread GitBox
Lchangliang opened a new issue, #11472: URL: https://github.com/apache/doris/issues/11472 ### 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] Lchangliang opened a new pull request, #11474: [BugFix] fix condition index doesn't match

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

[GitHub] [doris] shutao917 closed issue #11127: [Bug] query odbc table error when set enable_vectorized_engine to true

2022-08-03 Thread GitBox
shutao917 closed issue #11127: [Bug] query odbc table error when set enable_vectorized_engine to true URL: https://github.com/apache/doris/issues/11127 -- 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 t

[GitHub] [doris] adonis0147 commented on pull request #11468: [Refactor](push-down predicate) WIP

2022-08-03 Thread GitBox
adonis0147 commented on PR #11468: URL: https://github.com/apache/doris/pull/11468#issuecomment-1203840100 > [Refactor](push-down predicate) WIP The title of this pr is not good. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [doris] yiguolei merged pull request #11434: [improvement](fe) Remove constant keys in aggregation

2022-08-03 Thread GitBox
yiguolei merged PR #11434: URL: https://github.com/apache/doris/pull/11434 -- 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: [improvement](fe) Remove constant keys in aggregation (#11434)

2022-08-03 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 4ba2422039 [improvement](fe) Remove constant ke

[GitHub] [doris] yiguolei merged pull request #11457: [Bug](httpserver) Fix bug that http server should not be stoped in destructor if it not running

2022-08-03 Thread GitBox
yiguolei merged PR #11457: URL: https://github.com/apache/doris/pull/11457 -- 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](httpserver) Fix bug that http server should not be stoped in destructor if it not running

2022-08-03 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 838fdc1354 [Bug](httpserver) Fix bug that http

[GitHub] [doris] freemandealer commented on issue #11465: [Bug] Broker Load cannot correctly import hive data when column name start with number

2022-08-03 Thread GitBox
freemandealer commented on issue #11465: URL: https://github.com/apache/doris/issues/11465#issuecomment-1203844155 just gussing... maybe both tables should have the same name? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [doris] yiguolei opened a new pull request, #11475: [refactor](schema change) Using tablet schema shared ptr instead of raw ptr

2022-08-03 Thread GitBox
yiguolei opened a new pull request, #11475: URL: https://github.com/apache/doris/pull/11475 # Proposed changes This is part of light weight schema change https://github.com/apache/doris/pull/10136 ## Problem summary Describe your changes. ## Checklist(Required)

[GitHub] [doris] yiguolei commented on a diff in pull request #11474: [BugFix](BE) fix condition index doesn't match

2022-08-03 Thread GitBox
yiguolei commented on code in PR #11474: URL: https://github.com/apache/doris/pull/11474#discussion_r936578677 ## be/src/olap/rowset/segment_v2/segment_iterator.h: ## @@ -165,9 +165,9 @@ class SegmentIterator : public RowwiseIterator { const Schema& _schema; // _column

[GitHub] [doris] xy720 opened a new issue, #11477: [Bug] compile hyperscan failed when build thirdparty

2022-08-03 Thread GitBox
xy720 opened a new issue, #11477: URL: https://github.com/apache/doris/issues/11477 ### 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] caiconghui opened a new issue, #11478: [Enhancement] Improve the performance of meta management(Step-2)

2022-08-03 Thread GitBox
caiconghui opened a new issue, #11478: URL: https://github.com/apache/doris/issues/11478 ### 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 As the

[GitHub] [doris] caiconghui opened a new pull request, #11479: [Enhancement](IdGenerator) Use IdGeneratorBuffer to get better performance for getNextId operation when create table, truncate table, add

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

[GitHub] [doris] xinyiZzz opened a new issue, #11480: [Enhancement] exceed memory limit readability

2022-08-03 Thread GitBox
xinyiZzz opened a new issue, #11480: URL: https://github.com/apache/doris/issues/11480 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description The retur

[GitHub] [doris] Gabriel39 commented on pull request #11468: [Refactor](push-down predicate) WIP

2022-08-03 Thread GitBox
Gabriel39 commented on PR #11468: URL: https://github.com/apache/doris/pull/11468#issuecomment-1203932457 > > [Refactor](push-down predicate) WIP > > The title of this pr is not good. You can mark the pr as a draft if you are working on it. I will change this title when this PR

[GitHub] [doris] xy720 opened a new pull request, #11481: [Bug] compile hyperscan failed when build thirdparty

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

[GitHub] [doris] yew1eb opened a new issue, #11482: [Enhancement] Fix benchmark scripts, cover case that $PASSWORD not empty

2022-08-03 Thread GitBox
yew1eb opened a new issue, #11482: URL: https://github.com/apache/doris/issues/11482 ### 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 TPCH benchm

[GitHub] [doris] xiaokang commented on a diff in pull request #10694: optimize topn query if order by columns is prefix of sort keys of table

2022-08-03 Thread GitBox
xiaokang commented on code in PR #10694: URL: https://github.com/apache/doris/pull/10694#discussion_r936697486 ## be/src/olap/reader.cpp: ## @@ -197,11 +197,17 @@ Status TabletReader::_capture_rs_readers(const ReaderParams& read_params, // it's ok for rowset to ret

[GitHub] [doris] xinyiZzz opened a new pull request, #11485: [enhancement](memtracker) Optimize exceed memory limit log readability

2022-08-03 Thread GitBox
xinyiZzz opened a new pull request, #11485: URL: https://github.com/apache/doris/pull/11485 # Proposed changes Issue Number: close #11480 ## Problem summary Optimize the returned information when query exceeds memory limit. mysql client return error: Mem

[GitHub] [doris] yew1eb opened a new pull request, #11486: [Enhancement] Fix benchmark scripts, cover case that $PASSWORD not empty

2022-08-03 Thread GitBox
yew1eb opened a new pull request, #11486: URL: https://github.com/apache/doris/pull/11486 # Proposed changes Issue Number: close #11482 ## Problem summary TPCH benchmark scripts(eg. create-tpch-tables.sh) should support situation that $PASSWORD not empty and simplify

[GitHub] [doris] morningman opened a new pull request, #11487: [improvement](outfile) support multibyte separator in outfile clause

2022-08-03 Thread GitBox
morningman opened a new pull request, #11487: URL: https://github.com/apache/doris/pull/11487 # Proposed changes Issue Number: close #xxx ## Problem summary ``` select * from tbl1 into outfile "file:///tmp/res_" properties("column_separator" = "\\x01", "line_delimiter

[GitHub] [doris] kpfly commented on pull request #11479: [Enhancement](IdGenerator) Use IdGeneratorBuffer to get better performance for getNextId operation when create table, truncate table, add parti

2022-08-03 Thread GitBox
kpfly commented on PR #11479: URL: https://github.com/apache/doris/pull/11479#issuecomment-1204068623 Is there any performance tests? -- 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] wsjz opened a new pull request, #11488: [feature-wip](parquet-reader) add predicate filter

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

[GitHub] [doris] caiconghui commented on pull request #11479: [Enhancement](IdGenerator) Use IdGeneratorBuffer to get better performance for getNextId operation when create table, truncate table, add

2022-08-03 Thread GitBox
caiconghui commented on PR #11479: URL: https://github.com/apache/doris/pull/11479#issuecomment-1204104383 > Is there any performance tests? the main cost is EditLog write, I use thread.sleep(2) to Simulate editlog write and here is the example for single thread ``` MetaIdG

[GitHub] [doris] morrySnow commented on a diff in pull request #11264: [feature](nereids)add InPredicate in expressions

2022-08-03 Thread GitBox
morrySnow commented on code in PR #11264: URL: https://github.com/apache/doris/pull/11264#discussion_r936810275 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/ExpressionTranslator.java: ## @@ -141,10 +145,48 @@ public Expr visitNullSafeEqual(NullSafeEqual

[GitHub] [doris] stalary commented on a diff in pull request #11479: [Enhancement](IdGenerator) Use IdGeneratorBuffer to get better performance for getNextId operation when create table, truncate tabl

2022-08-03 Thread GitBox
stalary commented on code in PR #11479: URL: https://github.com/apache/doris/pull/11479#discussion_r937236862 ## fe/fe-core/src/main/java/org/apache/doris/catalog/MetaIdGenerator.java: ## @@ -41,16 +43,27 @@ public void setEditLog(EditLog editLog) { // performance is more

[GitHub] [doris] github-actions[bot] commented on pull request #11487: [improvement](outfile) support multibyte separator in outfile clause

2022-08-03 Thread GitBox
github-actions[bot] commented on PR #11487: URL: https://github.com/apache/doris/pull/11487#issuecomment-1204620194 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] stalary commented on a diff in pull request #11450: [feature](cold_on_s3) Show remote data usage

2022-08-03 Thread GitBox
stalary commented on code in PR #11450: URL: https://github.com/apache/doris/pull/11450#discussion_r937251713 ## fe/fe-core/src/main/java/org/apache/doris/common/proc/TabletsProcDir.java: ## @@ -45,7 +45,7 @@ public class TabletsProcDir implements ProcDirInterface { public

[GitHub] [doris] github-actions[bot] commented on pull request #11471: [doc](website)fe elastic scaling documentation issue

2022-08-03 Thread GitBox
github-actions[bot] commented on PR #11471: URL: https://github.com/apache/doris/pull/11471#issuecomment-1204630440 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] stalary commented on pull request #11386: [improvement](profile)fix profile may cause query slow

2022-08-03 Thread GitBox
stalary commented on PR #11386: URL: https://github.com/apache/doris/pull/11386#issuecomment-1204631050 It looks like you need rebase~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[doris-website] branch master updated: Fix doc (#28)

2022-08-03 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 917f520eb90 Fix doc (#28) 917f520eb

[GitHub] [doris] yiguolei merged pull request #11487: [improvement](outfile) support multibyte separator in outfile clause

2022-08-03 Thread GitBox
yiguolei merged PR #11487: URL: https://github.com/apache/doris/pull/11487 -- 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: [improvement](outfile) support multibyte separator in outfile clause (#11487)

2022-08-03 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 33053ad1fe [improvement](outfile) support multi

[GitHub] [doris] morningman commented on pull request #11474: [BugFix](BE) fix condition index doesn't match

2022-08-03 Thread GitBox
morningman commented on PR #11474: URL: https://github.com/apache/doris/pull/11474#issuecomment-1204646263 Please fill the Checklist -- 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] morningman commented on a diff in pull request #11468: [Refactor](push-down predicate) WIP

2022-08-03 Thread GitBox
morningman commented on code in PR #11468: URL: https://github.com/apache/doris/pull/11468#discussion_r937262759 ## build.sh: ## @@ -84,7 +84,7 @@ clean_be() { # "build.sh --clean" just cleans and exits, however CMAKE_BUILD_DIR is set # while building be. -CMAKE_

[GitHub] [doris] yiguolei merged pull request #11463: [Bug](function) fix current_date not equal to curdate

2022-08-03 Thread GitBox
yiguolei merged PR #11463: URL: https://github.com/apache/doris/pull/11463 -- 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 (33053ad1fe -> ce68d24e95)

2022-08-03 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 33053ad1fe [improvement](outfile) support multibyte separator in outfile clause (#11487) add ce68d24e95 [Bug](f

[GitHub] [doris] yiguolei closed issue #11451: [Bug] CURRENT_DATE函数返回日期无法与日期常量正确比较

2022-08-03 Thread GitBox
yiguolei closed issue #11451: [Bug] CURRENT_DATE函数返回日期无法与日期常量正确比较 URL: https://github.com/apache/doris/issues/11451 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[GitHub] [doris] github-actions[bot] commented on pull request #11479: [Enhancement](IdGenerator) Use IdGeneratorBuffer to get better performance for getNextId operation when create table, truncate ta

2022-08-03 Thread GitBox
github-actions[bot] commented on PR #11479: URL: https://github.com/apache/doris/pull/11479#issuecomment-1204655714 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 #11479: [Enhancement](IdGenerator) Use IdGeneratorBuffer to get better performance for getNextId operation when create table, truncate ta

2022-08-03 Thread GitBox
github-actions[bot] commented on PR #11479: URL: https://github.com/apache/doris/pull/11479#issuecomment-1204655733 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] wangbo commented on pull request #11475: [refactor](schema change) Using tablet schema shared ptr instead of raw ptr

2022-08-03 Thread GitBox
wangbo commented on PR #11475: URL: https://github.com/apache/doris/pull/11475#issuecomment-1204662327 Have you done a stress test to see whether this is a performance drop for this pr? -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [doris] Jibing-Li opened a new pull request, #11489: Oss

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

[GitHub] [doris] caiconghui commented on a diff in pull request #11479: [Enhancement](IdGenerator) Use IdGeneratorBuffer to get better performance for getNextId operation when create table, truncate t

2022-08-03 Thread GitBox
caiconghui commented on code in PR #11479: URL: https://github.com/apache/doris/pull/11479#discussion_r937285824 ## fe/fe-core/src/main/java/org/apache/doris/datasource/InternalDataSource.java: ## @@ -2073,7 +2082,6 @@ private void createOdbcTable(Database db, CreateTableStmt s

[GitHub] [doris] zy-kkk opened a new pull request, #11490: improve the create table err msg

2022-08-03 Thread GitBox
zy-kkk opened a new pull request, #11490: URL: https://github.com/apache/doris/pull/11490 improve the err msg returned when the key not in columns when create table # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Chec

[GitHub] [doris] stalary commented on a diff in pull request #11479: [Enhancement](IdGenerator) Use IdGeneratorBuffer to get better performance for getNextId operation when create table, truncate tabl

2022-08-03 Thread GitBox
stalary commented on code in PR #11479: URL: https://github.com/apache/doris/pull/11479#discussion_r937286386 ## fe/fe-core/src/main/java/org/apache/doris/datasource/InternalDataSource.java: ## @@ -2073,7 +2082,6 @@ private void createOdbcTable(Database db, CreateTableStmt stmt

[GitHub] [doris] caiconghui commented on a diff in pull request #11479: [Enhancement](IdGenerator) Use IdGeneratorBuffer to get better performance for getNextId operation when create table, truncate t

2022-08-03 Thread GitBox
caiconghui commented on code in PR #11479: URL: https://github.com/apache/doris/pull/11479#discussion_r937286463 ## fe/fe-core/src/main/java/org/apache/doris/catalog/MetaIdGenerator.java: ## @@ -41,16 +43,27 @@ public void setEditLog(EditLog editLog) { // performance is m

[GitHub] [doris] englefly commented on a diff in pull request #11209: [feature] (Nereids) support limit clause

2022-08-03 Thread GitBox
englefly commented on code in PR #11209: URL: https://github.com/apache/doris/pull/11209#discussion_r937289497 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatsDeriveResult.java: ## @@ -112,10 +112,22 @@ public void setSlotToColumnStats(Map slotToColumnStats) {

[GitHub] [doris] yiguolei merged pull request #11485: [enhancement](memtracker) Optimize exceed memory limit log readability

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

[GitHub] [doris] yiguolei closed issue #11480: [Enhancement] exceed memory limit readability

2022-08-03 Thread GitBox
yiguolei closed issue #11480: [Enhancement] exceed memory limit readability URL: https://github.com/apache/doris/issues/11480 -- 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

[doris] branch master updated: [bugfix](memtracker)fix exceed memory limit log (#11485)

2022-08-03 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 ecbf87d77b [bugfix](memtracker)fix exceed memor

  1   2   >