[incubator-doris] branch master updated: [Improvement] remove unused code in vectorized compaction (#9774)

2022-05-26 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new cd99c24844 [Improvement] remove unuse

[GitHub] [incubator-doris] yiguolei merged pull request #9774: [Improvement] remove unused code in vectorized compaction

2022-05-26 Thread GitBox
yiguolei merged PR #9774: URL: https://github.com/apache/incubator-doris/pull/9774 -- 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...@d

[GitHub] [incubator-doris] yiguolei closed issue #9766: [Bug] vectorized compaction

2022-05-26 Thread GitBox
yiguolei closed issue #9766: [Bug] vectorized compaction URL: https://github.com/apache/incubator-doris/issues/9766 -- 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] [incubator-doris] yiguolei merged pull request #9773: [BUG] fix correctness for vectorized compaction

2022-05-26 Thread GitBox
yiguolei merged PR #9773: URL: https://github.com/apache/incubator-doris/pull/9773 -- 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...@d

[incubator-doris] branch master updated: [bugfix] fix correctness for vectorized compaction (#9773)

2022-05-26 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 24631915ed [bugfix] fix correctness f

[incubator-doris] branch master updated: [docs]add sql mode markdown (#9742)

2022-05-26 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 8898b11bb0 [docs]add sql mode markdow

[GitHub] [incubator-doris] yiguolei merged pull request #9742: [Doc] Add SQL Mode Doc

2022-05-26 Thread GitBox
yiguolei merged PR #9742: URL: https://github.com/apache/incubator-doris/pull/9742 -- 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...@d

[GitHub] [incubator-doris] yiguolei merged pull request #9736: [bugfix] fix memleaks reported by ASAN

2022-05-26 Thread GitBox
yiguolei merged PR #9736: URL: https://github.com/apache/incubator-doris/pull/9736 -- 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...@d

[incubator-doris] branch master updated (8898b11bb0 -> f4dd3bf013)

2022-05-26 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/incubator-doris.git from 8898b11bb0 [docs]add sql mode markdown (#9742) add f4dd3bf013 [bugfix] fix memleak in olapscannode(#97

[GitHub] [incubator-doris] yiguolei merged pull request #9771: [improvement] Show detail status code string for BE http api

2022-05-26 Thread GitBox
yiguolei merged PR #9771: URL: https://github.com/apache/incubator-doris/pull/9771 -- 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...@d

[incubator-doris] branch master updated: [improvement] Show detail status code string for be http api (#9771)

2022-05-26 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 9236c2efc9 [improvement] Show detail

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9771: [improvement] Show detail status code string for BE http api

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9771: URL: https://github.com/apache/incubator-doris/pull/9771#issuecomment-1138234797 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9771: [improvement] Show detail status code string for BE http api

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9771: URL: https://github.com/apache/incubator-doris/pull/9771#issuecomment-1138234832 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 us

[GitHub] [incubator-doris] chenlinzhong opened a new issue, #9791: [Feature] compaction quickly for samll data import

2022-05-26 Thread GitBox
chenlinzhong opened a new issue, #9791: URL: https://github.com/apache/incubator-doris/issues/9791 ### 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

[GitHub] [incubator-doris] Gabriel39 commented on a diff in pull request #9582: [refactor](decimalv3) optimize decimal performance and precision

2022-05-26 Thread GitBox
Gabriel39 commented on code in PR #9582: URL: https://github.com/apache/incubator-doris/pull/9582#discussion_r882367320 ## be/src/olap/field.h: ## @@ -298,6 +298,11 @@ class Field { Field* get_sub_field(int i) const { return _sub_fields[i].get(); } size_t get_sub_field

[GitHub] [incubator-doris] yiguolei opened a new pull request, #9792: Opt scannode

2022-05-26 Thread GitBox
yiguolei opened a new pull request, #9792: URL: https://github.com/apache/incubator-doris/pull/9792 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavi

[GitHub] [incubator-doris] pengxiangyu opened a new issue, #9793: [Feature] There is Policy which is not on TABLE, Policy should be a base class, and use TablePolicy to extends it.

2022-05-26 Thread GitBox
pengxiangyu opened a new issue, #9793: URL: https://github.com/apache/incubator-doris/issues/9793 ### 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

[GitHub] [incubator-doris] Vikasss7663 commented on issue #9775: [Enhancement] Remove the redundant `this.`

2022-05-26 Thread GitBox
Vikasss7663 commented on issue #9775: URL: https://github.com/apache/incubator-doris/issues/9775#issuecomment-1138265113 So should I have to remove this from "fe/fe-core/src/main/java" only? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] morningman commented on a diff in pull request #9752: [feature](hudi) Step2: Support query hudi external table(include cow and mor table) #9559

2022-05-26 Thread GitBox
morningman commented on code in PR #9752: URL: https://github.com/apache/incubator-doris/pull/9752#discussion_r881375493 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java: ## @@ -4142,6 +4142,15 @@ private void createHudiTable(Database db, CreateTableStmt stmt)

[GitHub] [incubator-doris] BiteTheDDDDt commented on issue #9789: [Bug] variance calculate error

2022-05-26 Thread GitBox
BiteThet commented on issue #9789: URL: https://github.com/apache/incubator-doris/issues/9789#issuecomment-1138267117 ```sql MySQL [test]> set enable_vectorized_engine=false; Query OK, 0 rows affected (0.001 sec) MySQL [test]> select variance(cast(k1 as decimal)) from test_

[GitHub] [incubator-doris] jackwener commented on issue #9775: [Enhancement] Remove the redundant `this.`

2022-05-26 Thread GitBox
jackwener commented on issue #9775: URL: https://github.com/apache/incubator-doris/issues/9775#issuecomment-1138273262 > So should I have to remove this from "fe/fe-core/src/main/java" only? Yes, It's enough. -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-doris] stalary commented on a diff in pull request #9786: There is Policy which is not on TABLE, Policy should be a base class, and use TablePolicy to extends it.

2022-05-26 Thread GitBox
stalary commented on code in PR #9786: URL: https://github.com/apache/incubator-doris/pull/9786#discussion_r882408928 ## fe/fe-core/src/main/java/org/apache/doris/policy/Policy.java: ## @@ -17,106 +17,97 @@ package org.apache.doris.policy; -import org.apache.doris.analysis.

[GitHub] [incubator-doris] stalary commented on pull request #9786: There is Policy which is not on TABLE, Policy should be a base class, and use TablePolicy to extends it.

2022-05-26 Thread GitBox
stalary commented on PR #9786: URL: https://github.com/apache/incubator-doris/pull/9786#issuecomment-1138271405 Need to 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 commen

[GitHub] [incubator-doris] Jibing-Li commented on a diff in pull request #9752: [feature](hudi) Step2: Support query hudi external table(include cow and mor table) #9559

2022-05-26 Thread GitBox
Jibing-Li commented on code in PR #9752: URL: https://github.com/apache/incubator-doris/pull/9752#discussion_r882424723 ## fe/fe-core/src/main/java/org/apache/doris/analysis/Analyzer.java: ## @@ -626,6 +628,11 @@ public TableRef resolveTableRef(TableRef tableRef) throws Analysi

[GitHub] [incubator-doris] whutpencil commented on pull request #9464: [Enhancement] add config to optimize load balance of label class HIGH

2022-05-26 Thread GitBox
whutpencil commented on PR #9464: URL: https://github.com/apache/incubator-doris/pull/9464#issuecomment-1138305879 @morningman please have a look. -- 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] [incubator-doris] HappenLee closed issue #9733: [Bug] [Vectorized] add padding when load char type data

2022-05-26 Thread GitBox
HappenLee closed issue #9733: [Bug] [Vectorized] add padding when load char type data URL: https://github.com/apache/incubator-doris/issues/9733 -- 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 s

[GitHub] [incubator-doris] HappenLee merged pull request #9734: [Bug] [Vectorized] add padding when load char type data

2022-05-26 Thread GitBox
HappenLee merged PR #9734: URL: https://github.com/apache/incubator-doris/pull/9734 -- 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...@

[incubator-doris] branch master updated: [Bug] [Vectorized] add padding when load char type data (#9734)

2022-05-26 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 13c1d20426 [Bug] [Vectorized] add pa

[GitHub] [incubator-doris] morningman commented on a diff in pull request #9764: [style] (fe) wrap and whitespace rules

2022-05-26 Thread GitBox
morningman commented on code in PR #9764: URL: https://github.com/apache/incubator-doris/pull/9764#discussion_r882264225 ## fe/fe-core/src/main/java/org/apache/doris/analysis/BinaryPredicate.java: ## @@ -134,11 +134,21 @@ public Operator converse() { } }

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9764: [style] (fe) wrap and whitespace rules

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9764: URL: https://github.com/apache/incubator-doris/pull/9764#issuecomment-1138315637 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9764: [style] (fe) wrap and whitespace rules

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9764: URL: https://github.com/apache/incubator-doris/pull/9764#issuecomment-1138315670 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 us

[GitHub] [incubator-doris] morningman commented on pull request #9764: [style] (fe) wrap and whitespace rules

2022-05-26 Thread GitBox
morningman commented on PR #9764: URL: https://github.com/apache/incubator-doris/pull/9764#issuecomment-1138316177 I will merge this PR quickly to avoid further conflicts with other PRs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-doris] morningman merged pull request #9764: [style] (fe) wrap and whitespace rules

2022-05-26 Thread GitBox
morningman merged PR #9764: URL: https://github.com/apache/incubator-doris/pull/9764 -- 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...

[GitHub] [incubator-doris] morningman closed issue #9405: [Enhancement] [FE Code Style] step3: turn on more whitespace, pad and wrap check

2022-05-26 Thread GitBox
morningman closed issue #9405: [Enhancement] [FE Code Style] step3: turn on more whitespace, pad and wrap check URL: https://github.com/apache/incubator-doris/issues/9405 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [incubator-doris] Gabriel39 commented on a diff in pull request #9582: [refactor](decimalv3) optimize decimal performance and precision

2022-05-26 Thread GitBox
Gabriel39 commented on code in PR #9582: URL: https://github.com/apache/incubator-doris/pull/9582#discussion_r882395470 ## be/src/vec/olap/olap_data_convertor.h: ## @@ -164,6 +165,45 @@ class OlapBlockDataConvertor { PaddedPODArray _values; Review Comment: We should

[GitHub] [incubator-doris] Gabriel39 commented on pull request #9582: [refactor](decimalv3) optimize decimal performance and precision

2022-05-26 Thread GitBox
Gabriel39 commented on PR #9582: URL: https://github.com/apache/incubator-doris/pull/9582#issuecomment-1138350323 PredicateColumn for DecimalV3 is still not supported, right? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8923: [Feature] Support compression prop

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #8923: URL: https://github.com/apache/incubator-doris/pull/8923#issuecomment-1138354649 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8923: [Feature] Support compression prop

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #8923: URL: https://github.com/apache/incubator-doris/pull/8923#issuecomment-1138354682 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 us

[GitHub] [incubator-doris] hf200012 opened a new pull request, #9794: [doc]Remove tcp-h

2022-05-26 Thread GitBox
hf200012 opened a new pull request, #9794: URL: https://github.com/apache/incubator-doris/pull/9794 Delete the tcp-h document, and add it after subsequent improvement # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes.

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request, #9795: [API changed](parser) Remove merge join syntax

2022-05-26 Thread GitBox
EmmyMiao87 opened a new pull request, #9795: URL: https://github.com/apache/incubator-doris/pull/9795 Remove merge join sql and merge join node # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Req

[GitHub] [incubator-doris] hello-stephen opened a new pull request, #9796: [tools]add ssb flat test scripts

2022-05-26 Thread GitBox
hello-stephen opened a new pull request, #9796: URL: https://github.com/apache/incubator-doris/pull/9796 ## Summary: As the title, add some scripts for SSB flat test, which may make things easy. ## Checklist(Required) 1. Does it affect the original behavior: (No) 2. Ha

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9747: add zstd compression codec

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9747: URL: https://github.com/apache/incubator-doris/pull/9747#issuecomment-1138364634 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9747: add zstd compression codec

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9747: URL: https://github.com/apache/incubator-doris/pull/9747#issuecomment-1138364670 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 us

[GitHub] [incubator-doris-manager] caoliang-web opened a new pull request, #59: [fix] ubuntu check jdk dependencies, jdk is not available: /root/.bash_profile

2022-05-26 Thread GitBox
caoliang-web opened a new pull request, #59: URL: https://github.com/apache/incubator-doris-manager/pull/59 ## Problem Summary: fix ubuntu check jdk dependencies, jdk is not available: /root/.bash_profile ## Checklist(Required) 1. Does it affect the original behavior: (Ye

[GitHub] [incubator-doris] hf200012 merged pull request #9753: [doc]Add Doris join optimization documentation

2022-05-26 Thread GitBox
hf200012 merged PR #9753: URL: https://github.com/apache/incubator-doris/pull/9753 -- 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...@d

[incubator-doris] branch master updated (e701c057dc -> dbc5af44ef)

2022-05-26 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from e701c057dc [style](fe) wrap and whitespace rules (#9764) add dbc5af44ef [doc]Add Doris join optimi

[GitHub] [incubator-doris] hf200012 opened a new pull request, #9797: [doc]Add export sql help documentation

2022-05-26 Thread GitBox
hf200012 opened a new pull request, #9797: URL: https://github.com/apache/incubator-doris/pull/9797 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavi

[GitHub] [incubator-doris] lit2430 opened a new pull request, #9798: modify bloomfilter doc

2022-05-26 Thread GitBox
lit2430 opened a new pull request, #9798: URL: https://github.com/apache/incubator-doris/pull/9798 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavio

[GitHub] [incubator-doris] waruto210 commented on issue #6370: [Proposal] Collect richer statistical information

2022-05-26 Thread GitBox
waruto210 commented on issue #6370: URL: https://github.com/apache/incubator-doris/issues/6370#issuecomment-1138390727 I am interested in the CBO project in the OSPP,can anyone tell me where can I find the code that persist stats when manually inject stats, I only found update `TableStats`

[GitHub] [incubator-doris] luwei16 opened a new issue, #9800: [Bug] Low cardinality dictionary bloom filter calculates hash value incorrectly

2022-05-26 Thread GitBox
luwei16 opened a new issue, #9800: URL: https://github.com/apache/incubator-doris/issues/9800 ### 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.0.1

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9798: modify bloomfilter doc

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9798: URL: https://github.com/apache/incubator-doris/pull/9798#issuecomment-1138432167 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9798: modify bloomfilter doc

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9798: URL: https://github.com/apache/incubator-doris/pull/9798#issuecomment-1138432191 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9794: [doc]Remove tcp-h

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9794: URL: https://github.com/apache/incubator-doris/pull/9794#issuecomment-1138433887 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9794: [doc]Remove tcp-h

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9794: URL: https://github.com/apache/incubator-doris/pull/9794#issuecomment-1138433910 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 us

[GitHub] [incubator-doris] dujl commented on a diff in pull request #9752: [feature](hudi) Step2: Support query hudi external table(include cow and mor table) #9559

2022-05-26 Thread GitBox
dujl commented on code in PR #9752: URL: https://github.com/apache/incubator-doris/pull/9752#discussion_r882576583 ## fe/fe-core/src/main/java/org/apache/doris/analysis/Analyzer.java: ## @@ -626,6 +628,11 @@ public TableRef resolveTableRef(TableRef tableRef) throws AnalysisExce

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9797: [doc]Add export sql help documentation

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9797: URL: https://github.com/apache/incubator-doris/pull/9797#issuecomment-1138439870 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9797: [doc]Add export sql help documentation

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9797: URL: https://github.com/apache/incubator-doris/pull/9797#issuecomment-1138439917 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9790: [doc][fix]Sync job doc

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9790: URL: https://github.com/apache/incubator-doris/pull/9790#issuecomment-1138441746 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9790: [doc][fix]Sync job doc

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9790: URL: https://github.com/apache/incubator-doris/pull/9790#issuecomment-1138441772 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9702: [doc] 更新文档中的编译与部署章节

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9702: URL: https://github.com/apache/incubator-doris/pull/9702#issuecomment-1138443522 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

[GitHub] [incubator-doris] dujl commented on a diff in pull request #9752: [feature](hudi) Step2: Support query hudi external table(include cow and mor table) #9559

2022-05-26 Thread GitBox
dujl commented on code in PR #9752: URL: https://github.com/apache/incubator-doris/pull/9752#discussion_r882594727 ## fe/fe-core/src/main/java/org/apache/doris/planner/HudiScanNode.java: ## @@ -0,0 +1,372 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or m

[GitHub] [incubator-doris-manager] feihengye opened a new pull request, #60: [Fix] fix the time units

2022-05-26 Thread GitBox
feihengye opened a new pull request, #60: URL: https://github.com/apache/incubator-doris-manager/pull/60 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original b

[GitHub] [incubator-doris] luwei16 opened a new pull request, #9802: Fix bug of bloom filter hash value calculation error

2022-05-26 Thread GitBox
luwei16 opened a new pull request, #9802: URL: https://github.com/apache/incubator-doris/pull/9802 # Proposed changes Issue Number: close #9800 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behav

[GitHub] [incubator-doris] dujl commented on a diff in pull request #9752: [feature](hudi) Step2: Support query hudi external table(include cow and mor table) #9559

2022-05-26 Thread GitBox
dujl commented on code in PR #9752: URL: https://github.com/apache/incubator-doris/pull/9752#discussion_r882594727 ## fe/fe-core/src/main/java/org/apache/doris/planner/HudiScanNode.java: ## @@ -0,0 +1,372 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or m

[incubator-doris] branch master updated: [feature-wip](parquet-orc) Support orc scanner in vectorized engine (#9541)

2022-05-26 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new cbbda7857b [feature-wip](parquet-orc

[GitHub] [incubator-doris] HappenLee merged pull request #9541: [feature-wip](parquet-orc) Support orc scanner in vectorized engine

2022-05-26 Thread GitBox
HappenLee merged PR #9541: URL: https://github.com/apache/incubator-doris/pull/9541 -- 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...@

[GitHub] [incubator-doris] xinyiZzz opened a new pull request, #9803: brpc_http

2022-05-26 Thread GitBox
xinyiZzz opened a new pull request, #9803: URL: https://github.com/apache/incubator-doris/pull/9803 # Proposed changes Issue Number: close #7163 ## Problem Summary: When the length of `Tuple/Block data` is greater than 1.8G, serialize the protoBuf request and embed the `

[GitHub] [incubator-doris] Gabriel39 commented on a diff in pull request #9792: Opt scannode

2022-05-26 Thread GitBox
Gabriel39 commented on code in PR #9792: URL: https://github.com/apache/incubator-doris/pull/9792#discussion_r882702083 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -705,6 +704,9 @@ void SegmentIterator::_vec_init_lazy_materialization() { // _schema.column_

[GitHub] [incubator-doris] chenlinzhong opened a new pull request, #9804: [Feature] compaction quickly for small data import #9791

2022-05-26 Thread GitBox
chenlinzhong opened a new pull request, #9804: URL: https://github.com/apache/incubator-doris/pull/9804 # Proposed changes Issue Number: close #9791 ## Problem Summary: Merge small versions of rowset as soon as possible to increase the import frequency of small version

[GitHub] [incubator-doris] morningman commented on pull request #9804: [Feature] compaction quickly for small data import #9791

2022-05-26 Thread GitBox
morningman commented on PR #9804: URL: https://github.com/apache/incubator-doris/pull/9804#issuecomment-1138649944 Could you provide some test result for this feature? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [incubator-doris] morningman closed issue #9662: [Bug] Query data date format output is incorrect

2022-05-26 Thread GitBox
morningman closed issue #9662: [Bug] Query data date format output is incorrect URL: https://github.com/apache/incubator-doris/issues/9662 -- 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] [incubator-doris] morningman merged pull request #9728: [Bug] If function adds type inference

2022-05-26 Thread GitBox
morningman merged PR #9728: URL: https://github.com/apache/incubator-doris/pull/9728 -- 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...

[incubator-doris] branch master updated: [fix](function) If function adds type inference (#9728)

2022-05-26 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 6698f63dec [fix](function) If funct

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9779: Add backend_rpc_timeout_second in AdminConfig

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9779: URL: https://github.com/apache/incubator-doris/pull/9779#issuecomment-1138658005 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9779: Add backend_rpc_timeout_second in AdminConfig

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9779: URL: https://github.com/apache/incubator-doris/pull/9779#issuecomment-1138658032 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 us

[GitHub] [incubator-doris] Gabriel39 commented on a diff in pull request #9582: [refactor](decimalv3) optimize decimal performance and precision

2022-05-26 Thread GitBox
Gabriel39 commented on code in PR #9582: URL: https://github.com/apache/incubator-doris/pull/9582#discussion_r882768009 ## be/src/vec/exec/vaggregation_node.cpp: ## @@ -145,9 +145,22 @@ void AggregationNode::_init_hash_method(std::vector& probe_exprs) _agg_data.ini

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9752: [feature](hudi) Step2: Support query hudi external table(include cow and mor table) #9559

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9752: URL: https://github.com/apache/incubator-doris/pull/9752#issuecomment-1138674994 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9752: [feature](hudi) Step2: Support query hudi external table(include cow and mor table) #9559

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9752: URL: https://github.com/apache/incubator-doris/pull/9752#issuecomment-1138675030 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 us

[GitHub] [incubator-doris] Jibing-Li commented on a diff in pull request #9752: [feature](hudi) Step2: Support query hudi external table(include cow and mor table) #9559

2022-05-26 Thread GitBox
Jibing-Li commented on code in PR #9752: URL: https://github.com/apache/incubator-doris/pull/9752#discussion_r882739754 ## fe/fe-core/src/main/java/org/apache/doris/analysis/Analyzer.java: ## @@ -626,6 +628,11 @@ public TableRef resolveTableRef(TableRef tableRef) throws Analysi

[GitHub] [incubator-doris] Gabriel39 commented on pull request #9582: [refactor](decimalv3) optimize decimal performance and precision

2022-05-26 Thread GitBox
Gabriel39 commented on PR #9582: URL: https://github.com/apache/incubator-doris/pull/9582#issuecomment-1138728173 also add new decimal types to `_infos_mapping` in `AggregateFuncResolver` -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9785: [doc] Add a note about the version of checkstyle

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9785: URL: https://github.com/apache/incubator-doris/pull/9785#issuecomment-1138932024 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 us

[GitHub] [incubator-doris] Gabriel39 commented on a diff in pull request #9804: [Feature] compaction quickly for small data import #9791

2022-05-26 Thread GitBox
Gabriel39 commented on code in PR #9804: URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883217210 ## be/src/olap/tablet.cpp: ## @@ -839,10 +839,53 @@ void Tablet::calculate_cumulative_point() { if (ret_cumulative_point == K_INVALID_CUMULATIVE_POINT) {

[GitHub] [incubator-doris] chenlinzhong commented on pull request #9804: [Feature] compaction quickly for small data import #9791

2022-05-26 Thread GitBox
chenlinzhong commented on PR #9804: URL: https://github.com/apache/incubator-doris/pull/9804#issuecomment-1139213892 > Could you provide some test result for this feature? ok -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-doris] chenlinzhong commented on a diff in pull request #9804: [Feature] compaction quickly for small data import #9791

2022-05-26 Thread GitBox
chenlinzhong commented on code in PR #9804: URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883219680 ## be/src/olap/tablet.cpp: ## @@ -839,10 +839,53 @@ void Tablet::calculate_cumulative_point() { if (ret_cumulative_point == K_INVALID_CUMULATIVE_POINT)

[GitHub] [incubator-doris] yangzhg commented on a diff in pull request #9803: [fix](brpc) Embed serialized request into the attachment and transmit it through http brpc

2022-05-26 Thread GitBox
yangzhg commented on code in PR #9803: URL: https://github.com/apache/incubator-doris/pull/9803#discussion_r883221816 ## gensrc/proto/internal_service.proto: ## @@ -456,14 +457,19 @@ message PResetRPCChannelResponse { repeated string channels = 2; }; +message PEchoReques

[GitHub] [incubator-doris] yangzhg commented on a diff in pull request #9803: [fix](brpc) Embed serialized request into the attachment and transmit it through http brpc

2022-05-26 Thread GitBox
yangzhg commented on code in PR #9803: URL: https://github.com/apache/incubator-doris/pull/9803#discussion_r883222702 ## be/src/util/proto_util.h: ## @@ -17,10 +17,17 @@ #pragma once -#include "util/stack_util.h" - namespace doris { +// When the tuple/block data is great

[GitHub] [incubator-doris] yangzhg commented on a diff in pull request #9803: [fix](brpc) Embed serialized request into the attachment and transmit it through http brpc

2022-05-26 Thread GitBox
yangzhg commented on code in PR #9803: URL: https://github.com/apache/incubator-doris/pull/9803#discussion_r883222702 ## be/src/util/proto_util.h: ## @@ -17,10 +17,17 @@ #pragma once -#include "util/stack_util.h" - namespace doris { +// When the tuple/block data is great

[incubator-doris-website] branch master updated: [chore] update node memory limit to 4g

2022-05-26 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/incubator-doris-website.git The following commit(s) were added to refs/heads/master by this push: new 9996601c10 [chore] update n

[GitHub] [incubator-doris] BiteTheDDDDt commented on a diff in pull request #9804: [Feature] compaction quickly for small data import #9791

2022-05-26 Thread GitBox
BiteThet commented on code in PR #9804: URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883228569 ## be/src/vec/common/cow.h: ## @@ -350,8 +350,8 @@ class COW { const T& operator*() const { return *value; } T& operator*() { return value

[GitHub] [incubator-doris] BiteTheDDDDt commented on a diff in pull request #9804: [Feature] compaction quickly for small data import #9791

2022-05-26 Thread GitBox
BiteThet commented on code in PR #9804: URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883229984 ## be/src/olap/compaction.cpp: ## @@ -55,6 +55,25 @@ Status Compaction::execute_compact() { return st; } +Status Compaction::samll_rowsets_compact()

[GitHub] [incubator-doris] chenlinzhong commented on a diff in pull request #9804: [Feature] compaction quickly for small data import #9791

2022-05-26 Thread GitBox
chenlinzhong commented on code in PR #9804: URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883230445 ## be/src/vec/common/cow.h: ## @@ -350,8 +350,8 @@ class COW { const T& operator*() const { return *value; } T& operator*() { return value

[GitHub] [incubator-doris] chenlinzhong commented on a diff in pull request #9804: [Feature] compaction quickly for small data import #9791

2022-05-26 Thread GitBox
chenlinzhong commented on code in PR #9804: URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883230578 ## be/src/olap/compaction.cpp: ## @@ -55,6 +55,25 @@ Status Compaction::execute_compact() { return st; } +Status Compaction::samll_rowsets_compact()

[GitHub] [incubator-doris] BiteTheDDDDt commented on a diff in pull request #9804: [Feature] compaction quickly for small data import #9791

2022-05-26 Thread GitBox
BiteThet commented on code in PR #9804: URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883230780 ## be/src/olap/tablet.cpp: ## @@ -839,10 +839,53 @@ void Tablet::calculate_cumulative_point() { if (ret_cumulative_point == K_INVALID_CUMULATIVE_POINT)

[GitHub] [incubator-doris] caiconghui commented on a diff in pull request #9804: [Feature] compaction quickly for small data import #9791

2022-05-26 Thread GitBox
caiconghui commented on code in PR #9804: URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883231419 ## be/src/olap/compaction.cpp: ## @@ -55,6 +55,25 @@ Status Compaction::execute_compact() { return st; } +Status Compaction::samll_rowsets_compact() {

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9778: [Bug] sql block rule npe

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9778: URL: https://github.com/apache/incubator-doris/pull/9778#issuecomment-1139234140 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9778: [Bug] sql block rule npe

2022-05-26 Thread GitBox
github-actions[bot] commented on PR #9778: URL: https://github.com/apache/incubator-doris/pull/9778#issuecomment-1139234123 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

[GitHub] [incubator-doris] xinyiZzz commented on a diff in pull request #9803: [fix](brpc) Embed serialized request into the attachment and transmit it through http brpc

2022-05-26 Thread GitBox
xinyiZzz commented on code in PR #9803: URL: https://github.com/apache/incubator-doris/pull/9803#discussion_r883235473 ## gensrc/proto/internal_service.proto: ## @@ -456,14 +457,19 @@ message PResetRPCChannelResponse { repeated string channels = 2; }; +message PEchoReque

[GitHub] [incubator-doris] xinyiZzz commented on a diff in pull request #9803: [fix](brpc) Embed serialized request into the attachment and transmit it through http brpc

2022-05-26 Thread GitBox
xinyiZzz commented on code in PR #9803: URL: https://github.com/apache/incubator-doris/pull/9803#discussion_r883235362 ## be/src/util/proto_util.h: ## @@ -17,10 +17,17 @@ #pragma once -#include "util/stack_util.h" - namespace doris { +// When the tuple/block data is grea

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #9754: [feature] datetime column type support auto-initialized with default …

2022-05-26 Thread GitBox
yiguolei commented on code in PR #9754: URL: https://github.com/apache/incubator-doris/pull/9754#discussion_r883244505 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Column.java: ## @@ -75,6 +76,8 @@ public class Column implements Writable { private boolean isAllowNul

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #9754: [feature] datetime column type support auto-initialized with default …

2022-05-26 Thread GitBox
yiguolei commented on code in PR #9754: URL: https://github.com/apache/incubator-doris/pull/9754#discussion_r883244865 ## fe/fe-core/src/main/java/org/apache/doris/planner/LoadScanNode.java: ## @@ -159,7 +160,11 @@ protected void finalizeParams(Map slotDescByName,

  1   2   >