[GitHub] [incubator-doris] BiteTheDDDDt commented on a diff in pull request #10146: [Refactor] Use iequal to replace boost::iequals

2022-06-14 Thread GitBox
BiteThet commented on code in PR #10146: URL: https://github.com/apache/incubator-doris/pull/10146#discussion_r897602968 ## be/src/exec/schema_scan_node.cpp: ## @@ -158,8 +159,8 @@ Status SchemaScanNode::prepare(RuntimeState* state) { // TODO(zhaochun): Is this slow

[GitHub] [incubator-doris] yixiutt closed pull request #10098: [improvement](compaction) remove pick rowset skip window strategy to reduce compaction score

2022-06-14 Thread GitBox
yixiutt closed pull request #10098: [improvement](compaction) remove pick rowset skip window strategy to reduce compaction score URL: https://github.com/apache/incubator-doris/pull/10098 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] Gabriel39 commented on pull request #10153: [opt](compaction) optimize compaction in concurrent load

2022-06-14 Thread GitBox
Gabriel39 commented on PR #10153: URL: https://github.com/apache/incubator-doris/pull/10153#issuecomment-1156060900 #10098 needs to be closed -- 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] [incubator-doris] sangli00 opened a new issue, #10155: [Bug] Use Gcc 11.X cannot build

2022-06-14 Thread GitBox
sangli00 opened a new issue, #10155: URL: https://github.com/apache/incubator-doris/issues/10155 ### 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 apa

[GitHub] [incubator-doris] pingchunzhang opened a new issue, #10154: [Bug] core dump, doris::DeltaWriter::flush_memtable_and_wait

2022-06-14 Thread GitBox
pingchunzhang opened a new issue, #10154: URL: https://github.com/apache/incubator-doris/issues/10154 ### 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

[GitHub] [incubator-doris] spaces-X commented on pull request #10121: [fix](groupingsets) deep check with grouping set in the SelectStmt analyze

2022-06-14 Thread GitBox
spaces-X commented on PR #10121: URL: https://github.com/apache/incubator-doris/pull/10121#issuecomment-1156058597 > Please add ut for this case in PlannerTest.java Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[incubator-doris] branch master updated: [doc](website)add translate warning in docs (#10152)

2022-06-14 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 606c32cc30 [doc](website)add tran

[GitHub] [incubator-doris] hf200012 merged pull request #10152: [doc](website)add translate warning in docs

2022-06-14 Thread GitBox
hf200012 merged PR #10152: URL: https://github.com/apache/incubator-doris/pull/10152 -- 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] yixiutt opened a new pull request, #10153: [opt](compaction) optimize compaction in concurrent load

2022-06-14 Thread GitBox
yixiutt opened a new pull request, #10153: URL: https://github.com/apache/incubator-doris/pull/10153 add some logic to opt compaction: 1.seperate base&cumu compaction in case base compaction runs too long and affect cumu compaction 2.fix level size in cu compaction so that file size

[incubator-doris] branch dev-1.0.1 updated: [dependency][enhancement] support build libhdfs in arm cpus (#10018)

2022-06-14 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/dev-1.0.1 by this push: new 01d4494928 [dependency][enhan

[GitHub] [incubator-doris] morningman merged pull request #10151: merge pr #10018

2022-06-14 Thread GitBox
morningman merged PR #10151: URL: https://github.com/apache/incubator-doris/pull/10151 -- 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: [feature-wip](array-type) Support loading data in vectorized format (#10065)

2022-06-14 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 983cdc7b0d [feature-wip](array-type)

[GitHub] [incubator-doris] HappenLee merged pull request #10065: [feature-wip](array-type) Support loading data in vectorized format

2022-06-14 Thread GitBox
HappenLee merged PR #10065: URL: https://github.com/apache/incubator-doris/pull/10065 -- 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] HappenLee closed issue #10064: [Bug][array-type] Failed to select array type data after enable storage vectorization.

2022-06-14 Thread GitBox
HappenLee closed issue #10064: [Bug][array-type] Failed to select array type data after enable storage vectorization. URL: https://github.com/apache/incubator-doris/issues/10064 -- 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 #10128: [feature] Support hive on s3.

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10128: URL: https://github.com/apache/incubator-doris/pull/10128#issuecomment-1156048516 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10128: [feature] Support hive on s3.

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10128: URL: https://github.com/apache/incubator-doris/pull/10128#issuecomment-1156048475 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10035: [Enhancement] Remove some unused include

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10035: URL: https://github.com/apache/incubator-doris/pull/10035#issuecomment-1156041101 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10035: [Enhancement] Remove some unused include

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10035: URL: https://github.com/apache/incubator-doris/pull/10035#issuecomment-1156041075 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

[GitHub] [incubator-doris] yixiutt commented on pull request #10136: [Feature] Lightweight schema change of add/drop column

2022-06-14 Thread GitBox
yixiutt commented on PR #10136: URL: https://github.com/apache/incubator-doris/pull/10136#issuecomment-1156032038 > What a fancy improvement! And after reading your issue, I'm curious will it increase the pressure on metadata storage because we persist all schema of all rowsets? sch

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10152: [doc](website)add translate warning in docs

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10152: URL: https://github.com/apache/incubator-doris/pull/10152#issuecomment-1156027645 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10152: [doc](website)add translate warning in docs

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10152: URL: https://github.com/apache/incubator-doris/pull/10152#issuecomment-1156027667 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

[GitHub] [incubator-doris] wangyf0555 opened a new pull request, #10152: [doc](website)add translate warning in docs

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

[GitHub] [incubator-doris] yixiutt closed pull request #9915: [feature](compaction) add some optimize for compaction

2022-06-14 Thread GitBox
yixiutt closed pull request #9915: [feature](compaction) add some optimize for compaction URL: https://github.com/apache/incubator-doris/pull/9915 -- 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] [incubator-doris] yixiutt closed pull request #9926: [feature](storage) rowset meta add tablet schema for future use

2022-06-14 Thread GitBox
yixiutt closed pull request #9926: [feature](storage) rowset meta add tablet schema for future use URL: https://github.com/apache/incubator-doris/pull/9926 -- 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

[GitHub] [incubator-doris] yixiutt closed pull request #10043: [optimize](compaction) optimize cu compaction policy in pick rowset

2022-06-14 Thread GitBox
yixiutt closed pull request #10043: [optimize](compaction) optimize cu compaction policy in pick rowset URL: https://github.com/apache/incubator-doris/pull/10043 -- 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] [incubator-doris] github-actions[bot] commented on pull request #10150: [doc] add tpc-h benchmark

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10150: URL: https://github.com/apache/incubator-doris/pull/10150#issuecomment-1155984360 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10150: [doc] add tpc-h benchmark

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10150: URL: https://github.com/apache/incubator-doris/pull/10150#issuecomment-1155984339 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

[GitHub] [incubator-doris] yangzhg opened a new pull request, #10151: merge pr #10018

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

[incubator-doris-website] branch master updated: update README.md to introduce blog and versions

2022-06-14 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/incubator-doris-website.git The following commit(s) were added to refs/heads/master by this push: new ce5bd8be15c update README

[GitHub] [incubator-doris] hf200012 merged pull request #10148: [doc](website)modify home page text and navbar

2022-06-14 Thread GitBox
hf200012 merged PR #10148: URL: https://github.com/apache/incubator-doris/pull/10148 -- 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: [doc](website)modify home page text and navbar (#10148)

2022-06-14 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 96b54dd1d5 [doc](website)modify h

[GitHub] [incubator-doris] Jibing-Li commented on a diff in pull request #10128: [feature] Support hive on s3.

2022-06-14 Thread GitBox
Jibing-Li commented on code in PR #10128: URL: https://github.com/apache/incubator-doris/pull/10128#discussion_r897513756 ## fe/fe-core/src/main/java/org/apache/doris/catalog/HiveMetaStoreClientHelper.java: ## @@ -192,6 +194,9 @@ public static String getHiveDataFiles(HiveTable h

[GitHub] [incubator-doris] Jibing-Li commented on pull request #10128: [feature] Support hive on s3.

2022-06-14 Thread GitBox
Jibing-Li commented on PR #10128: URL: https://github.com/apache/incubator-doris/pull/10128#issuecomment-1155958938 > Please add some instruction documents according to your modification Added -- This is an automated message from the Apache Git Service. To respond to the message, p

[incubator-doris] branch master updated (c9f33fa051 -> 76a968d1dd)

2022-06-14 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from c9f33fa051 [test] add cast array regression test (#10069) add 76a968d1dd [Enhancement][Refactor](Nerei

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #10019: [Enhancement][Refactor](Nereids) generate pattern by operator and refactor Plan and NODE_TYPE generic type

2022-06-14 Thread GitBox
EmmyMiao87 merged PR #10019: URL: https://github.com/apache/incubator-doris/pull/10019 -- 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] hf200012 opened a new pull request, #10150: [doc] add tpc-h benchmark

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

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #10103: [feature] support runtime filter on vectorized engine

2022-06-14 Thread GitBox
HappenLee commented on code in PR #10103: URL: https://github.com/apache/incubator-doris/pull/10103#discussion_r897497731 ## be/src/util/simd/bits.h: ## @@ -57,5 +57,35 @@ inline uint32_t bytes32_mask_to_bits32_mask(const bool* data) { return bytes32_mask_to_bits32_mask(re

[GitHub] [incubator-doris] hf200012 closed pull request #10125: [doc] add tpc-h benchmark

2022-06-14 Thread GitBox
hf200012 closed pull request #10125: [doc] add tpc-h benchmark URL: https://github.com/apache/incubator-doris/pull/10125 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [incubator-doris-spark-connector] lordk911 commented on issue #34: [Bug] CREATE TEMPORARY VIEW USING doris got error

2022-06-14 Thread GitBox
lordk911 commented on issue #34: URL: https://github.com/apache/incubator-doris-spark-connector/issues/34#issuecomment-1155946840 `"password"="�Doris" ` cause a messy code here -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris-spark-connector] lordk911 closed issue #34: [Bug] CREATE TEMPORARY VIEW USING doris got error

2022-06-14 Thread GitBox
lordk911 closed issue #34: [Bug] CREATE TEMPORARY VIEW USING doris got error URL: https://github.com/apache/incubator-doris-spark-connector/issues/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

[GitHub] [incubator-doris-spark-connector] lordk911 opened a new issue, #34: [Bug] CREATE TEMPORARY VIEW USING doris got error

2022-06-14 Thread GitBox
lordk911 opened a new issue, #34: URL: https://github.com/apache/incubator-doris-spark-connector/issues/34 ### 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

[incubator-doris] branch master updated (c4d0fba713 -> c9f33fa051)

2022-06-14 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from c4d0fba713 Add storage policy for remote storage migration (#9997) add c9f33fa051 [test] add cast array

[GitHub] [incubator-doris] yangzhg merged pull request #10069: [test] add cast array regression test

2022-06-14 Thread GitBox
yangzhg merged PR #10069: URL: https://github.com/apache/incubator-doris/pull/10069 -- 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] morrySnow commented on a diff in pull request #10125: [doc] add tpc-h benchmark

2022-06-14 Thread GitBox
morrySnow commented on code in PR #10125: URL: https://github.com/apache/incubator-doris/pull/10125#discussion_r897497748 ## docs/zh-CN/docs/benchmark/tpch.md: ## @@ -0,0 +1,232 @@ +--- +{ +"title": "TPC-H benchmark", +"language": "zh-CN" +} +--- + + + +# TPC-H benchmark

[GitHub] [incubator-doris] morrySnow commented on a diff in pull request #10125: [doc] add tpc-h benchmark

2022-06-14 Thread GitBox
morrySnow commented on code in PR #10125: URL: https://github.com/apache/incubator-doris/pull/10125#discussion_r896772103 ## docs/en/docs/benchmark/tpch.md: ## @@ -0,0 +1,973 @@ +--- +{ +"title": "TPC-H Benchmark", +"language": "en" +} +--- + + + +# TPC-H 基准测试 + +TPC-H i

[incubator-doris] branch master updated: Add storage policy for remote storage migration (#9997)

2022-06-14 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 c4d0fba713 Add storage policy for re

[GitHub] [incubator-doris] HappenLee merged pull request #9997: add storage policy for remote storage migration

2022-06-14 Thread GitBox
HappenLee merged PR #9997: URL: https://github.com/apache/incubator-doris/pull/9997 -- 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] HappenLee closed pull request #8901: Support remote storage, step 4 only fe, add MigrationHandler and MigrationJob

2022-06-14 Thread GitBox
HappenLee closed pull request #8901: Support remote storage, step 4 only fe, add MigrationHandler and MigrationJob URL: https://github.com/apache/incubator-doris/pull/8901 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [incubator-doris] hf200012 closed pull request #10126: [Vectorized][Function] add orthogonal bitmap agg functions

2022-06-14 Thread GitBox
hf200012 closed pull request #10126: [Vectorized][Function] add orthogonal bitmap agg functions URL: https://github.com/apache/incubator-doris/pull/10126 -- 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] [incubator-doris] caiconghui commented on issue #10147: [Bug] The results of multiple counts are inconsistent

2022-06-14 Thread GitBox
caiconghui commented on issue #10147: URL: https://github.com/apache/incubator-doris/issues/10147#issuecomment-1155938183 is this table unique key table? -- 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] [incubator-doris] github-actions[bot] commented on pull request #10148: [doc](website)modify home page text and navbar

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10148: URL: https://github.com/apache/incubator-doris/pull/10148#issuecomment-1155932223 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10148: [doc](website)modify home page text and navbar

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10148: URL: https://github.com/apache/incubator-doris/pull/10148#issuecomment-1155932202 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

[GitHub] [incubator-doris] wangyf0555 opened a new pull request, #10148: [doc](website)modify home page text and navbar

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

[GitHub] [incubator-doris] lcs559 opened a new issue, #10147: [Bug] The count result keeps changing

2022-06-14 Thread GitBox
lcs559 opened a new issue, #10147: URL: https://github.com/apache/incubator-doris/issues/10147 ### 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 0.15

[incubator-doris] branch master updated: [Vectorized][UDF] support java-udaf (#9930)

2022-06-14 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 4c24586865 [Vectorized][UDF] support

[GitHub] [incubator-doris] HappenLee merged pull request #9930: [Vectorized][UDF] support java-udaf

2022-06-14 Thread GitBox
HappenLee merged PR #9930: URL: https://github.com/apache/incubator-doris/pull/9930 -- 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] HappenLee closed issue #8389: [Feature] Support Java UDF

2022-06-14 Thread GitBox
HappenLee closed issue #8389: [Feature] Support Java UDF URL: https://github.com/apache/incubator-doris/issues/8389 -- 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] github-actions[bot] commented on pull request #9930: [Vectorized][UDF] support java-udaf

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #9930: URL: https://github.com/apache/incubator-doris/pull/9930#issuecomment-1155925474 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] qidaye closed pull request #6063: [Bug]Fix the bug data balance causes tablet loss

2022-06-14 Thread GitBox
qidaye closed pull request #6063: [Bug]Fix the bug data balance causes tablet loss URL: https://github.com/apache/incubator-doris/pull/6063 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

[GitHub] [incubator-doris] qidaye commented on pull request #6063: [Bug]Fix the bug data balance causes tablet loss

2022-06-14 Thread GitBox
qidaye commented on PR #6063: URL: https://github.com/apache/incubator-doris/pull/6063#issuecomment-1155925024 fix at #9971 -- 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] [incubator-doris] Gabriel39 commented on a diff in pull request #10103: [feature] support runtime filter on vectorized engine

2022-06-14 Thread GitBox
Gabriel39 commented on code in PR #10103: URL: https://github.com/apache/incubator-doris/pull/10103#discussion_r897484770 ## be/src/vec/exprs/vruntimefilter_wrapper.cpp: ## @@ -0,0 +1,108 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

[GitHub] [incubator-doris] yinzhijian opened a new pull request, #10146: [Refactor] Use iequal to replace boost::iequals

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

[GitHub] [incubator-doris] SaintBacchus commented on a diff in pull request #10033: [feature-wip](multi-catalog) Catalog operation syntax

2022-06-14 Thread GitBox
SaintBacchus commented on code in PR #10033: URL: https://github.com/apache/incubator-doris/pull/10033#discussion_r897478724 ## fe/fe-core/src/main/java/org/apache/doris/datasource/DataSourceMgr.java: ## @@ -52,103 +66,180 @@ public DataSourceMgr() { private void initInte

[GitHub] [incubator-doris] morrySnow commented on a diff in pull request #10125: [doc] add tpc-h benchmark

2022-06-14 Thread GitBox
morrySnow commented on code in PR #10125: URL: https://github.com/apache/incubator-doris/pull/10125#discussion_r897476151 ## docs/en/docs/benchmark/tpch.md: ## @@ -59,16 +59,16 @@ On 22 queries on the TPC-H standard test dataset, we tested the upcoming Doris 1 The entire tes

[GitHub] [incubator-doris] Gabriel39 commented on a diff in pull request #10103: [feature] support runtime filter on vectorized engine

2022-06-14 Thread GitBox
Gabriel39 commented on code in PR #10103: URL: https://github.com/apache/incubator-doris/pull/10103#discussion_r897468507 ## be/src/vec/exprs/vexpr.cpp: ## @@ -88,8 +98,8 @@ void VExpr::close(doris::RuntimeState* state, VExprContext* context, } } -Status VExpr::create_e

[GitHub] [incubator-doris] cambyzju commented on pull request #10140: [fix] croaringbitmap compile support USE_AVX2=0

2022-06-14 Thread GitBox
cambyzju commented on PR #10140: URL: https://github.com/apache/incubator-doris/pull/10140#issuecomment-1155910334 > P0 regression failed Every body's P0 regression failed. It looks like the BE for regression is crashed. -- This is an automated message from the Apache Git Service.

[GitHub] [incubator-doris] xinyiZzz opened a new issue, #10144: [Bug] Core dump in `VExprContext::close DCHECK(!_closed)`

2022-06-14 Thread GitBox
xinyiZzz opened a new issue, #10144: URL: https://github.com/apache/incubator-doris/issues/10144 ### 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 14b

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10142: [typo] Fix typos in comments

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10142: URL: https://github.com/apache/incubator-doris/pull/10142#issuecomment-1155898259 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10142: [typo] Fix typos in comments

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10142: URL: https://github.com/apache/incubator-doris/pull/10142#issuecomment-1155898227 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

[GitHub] [incubator-doris] xinyiZzz commented on pull request #10133: [fix] (mem tracker) Fix core dump during `transmit_block`

2022-06-14 Thread GitBox
xinyiZzz commented on PR #10133: URL: https://github.com/apache/incubator-doris/pull/10133#issuecomment-1155897300 @morningman Resubmitted the code. The location of thread mem tracker attach is incorrect, PTAL~ -- This is an automated message from the Apache Git Service. To respond t

[incubator-doris] branch master updated: [fix] Fix the bug that data balance causes tablet loss (#9971)

2022-06-14 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 f4e2f78a1a [fix] Fix the bug that d

[GitHub] [incubator-doris] morningman closed issue #6061: [Bug] Tablet is lost due to data balancing

2022-06-14 Thread GitBox
morningman closed issue #6061: [Bug] Tablet is lost due to data balancing URL: https://github.com/apache/incubator-doris/issues/6061 -- 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 comme

[GitHub] [incubator-doris] morningman merged pull request #9971: [Bugfix] Fix the bug data balance causes tablet loss

2022-06-14 Thread GitBox
morningman merged PR #9971: URL: https://github.com/apache/incubator-doris/pull/9971 -- 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] github-actions[bot] commented on pull request #9971: [Bugfix] Fix the bug data balance causes tablet loss

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #9971: URL: https://github.com/apache/incubator-doris/pull/9971#issuecomment-1155887246 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] stalary opened a new pull request, #10143: [Bug] Compatible with Datagrip, fix checkStyle

2022-06-14 Thread GitBox
stalary opened a new pull request, #10143: URL: https://github.com/apache/incubator-doris/pull/10143 # Proposed changes Issue Number: close https://github.com/apache/incubator-doris/issues/10141 ## Problem Summary: Describe the overview of changes. ## Checklist(Req

[GitHub] [incubator-doris] yinzhijian opened a new pull request, #10142: [typo] Fix typos in comments

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

[GitHub] [incubator-doris] Gabriel39 commented on pull request #10140: [fix] croaringbitmap compile support USE_AVX2=0

2022-06-14 Thread GitBox
Gabriel39 commented on PR #10140: URL: https://github.com/apache/incubator-doris/pull/10140#issuecomment-1155881596 P0 regression failed -- 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 speci

[GitHub] [incubator-doris] lordk911 commented on issue #10129: [Bug] doris-manager agent can't start

2022-06-14 Thread GitBox
lordk911 commented on issue #10129: URL: https://github.com/apache/incubator-doris/issues/10129#issuecomment-1155880530 ``` ./manager.out:2022-06-15 09:36:29.583 INFO 17997 --- [onPool-worker-5] o.apache.doris.stack.shell.BaseCommand : run command: ssh -o ConnectTimeOut=20 -o StrictH

[incubator-doris] branch master updated: [doc][website]update home page content and add slack button (#10091)

2022-06-14 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 7ab64f9155 [doc][website]update h

[GitHub] [incubator-doris] hf200012 merged pull request #10091: [doc][website]update home page content and add slack button

2022-06-14 Thread GitBox
hf200012 merged PR #10091: URL: https://github.com/apache/incubator-doris/pull/10091 -- 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] hf200012 commented on pull request #10125: [doc] add tpc-h benchmark

2022-06-14 Thread GitBox
hf200012 commented on PR #10125: URL: https://github.com/apache/incubator-doris/pull/10125#issuecomment-1155864114 OK,solved -- 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.

[incubator-doris] branch master updated (34ea6ce850 -> 02b1908ce4)

2022-06-14 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 34ea6ce850 [doc]Added be enable_stream_load_record configuration description (#10130) add 02b1908ce4

[GitHub] [incubator-doris] yiguolei merged pull request #10110: [improvement][config] change be 2pc config enbale defalut

2022-06-14 Thread GitBox
yiguolei merged PR #10110: URL: https://github.com/apache/incubator-doris/pull/10110 -- 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] github-actions[bot] commented on pull request #10110: [improvement][config] change be 2pc config enbale defalut

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10110: URL: https://github.com/apache/incubator-doris/pull/10110#issuecomment-1155864727 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

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #10103: [feature] support runtime filter on vectorized engine

2022-06-14 Thread GitBox
yiguolei commented on code in PR #10103: URL: https://github.com/apache/incubator-doris/pull/10103#discussion_r897427437 ## be/src/exprs/runtime_filter.cpp: ## @@ -986,6 +980,21 @@ Status IRuntimeFilter::get_prepared_context(std::vector* push_expr return Status::OK(); }

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #10103: [feature] support runtime filter on vectorized engine

2022-06-14 Thread GitBox
yiguolei commented on code in PR #10103: URL: https://github.com/apache/incubator-doris/pull/10103#discussion_r897425517 ## be/src/vec/exec/volap_scan_node.cpp: ## @@ -162,29 +163,63 @@ void VOlapScanNode::scanner_thread(VOlapScanner* scanner) { scanner->set_opened();

[GitHub] [incubator-doris] stalary opened a new issue, #10141: [Bug] Datagrip connect doris error

2022-06-14 Thread GitBox
stalary opened a new issue, #10141: URL: https://github.com/apache/incubator-doris/issues/10141 ### 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 mas

[GitHub] [incubator-doris] stalary commented on issue #9744: [Enhancement] group_concat support order by

2022-06-14 Thread GitBox
stalary commented on issue #9744: URL: https://github.com/apache/incubator-doris/issues/9744#issuecomment-1155822259 @BiteThet Could you help to implement this function? There are a lot of changes in this function that I cannot complete. -- This is an automated message from the Apach

[incubator-doris] branch master updated (be3aa2aa37 -> 34ea6ce850)

2022-06-14 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 be3aa2aa37 [enhancement](community): polish doc to reformat (#10137) add 34ea6ce850 [doc]Added be enab

[GitHub] [incubator-doris] yiguolei merged pull request #10130: [doc]Added be enable_stream_load_record configuration description

2022-06-14 Thread GitBox
yiguolei merged PR #10130: URL: https://github.com/apache/incubator-doris/pull/10130 -- 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: [enhancement](community): polish doc to reformat (#10137)

2022-06-14 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 be3aa2aa37 [enhancement](community):

[GitHub] [incubator-doris] yiguolei merged pull request #10137: [enhancement](community): polish doc to reformat

2022-06-14 Thread GitBox
yiguolei merged PR #10137: URL: https://github.com/apache/incubator-doris/pull/10137 -- 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] stalary closed pull request #10004: [feature-wip] group_concat support order by

2022-06-14 Thread GitBox
stalary closed pull request #10004: [feature-wip] group_concat support order by URL: https://github.com/apache/incubator-doris/pull/10004 -- 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] github-actions[bot] commented on pull request #10137: [enhancement](community): polish doc to reformat

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10137: URL: https://github.com/apache/incubator-doris/pull/10137#issuecomment-1155312958 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10137: [enhancement](community): polish doc to reformat

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10137: URL: https://github.com/apache/incubator-doris/pull/10137#issuecomment-1155313002 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10130: [doc]Added be enable_stream_load_record configuration description

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10130: URL: https://github.com/apache/incubator-doris/pull/10130#issuecomment-1155342779 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10130: [doc]Added be enable_stream_load_record configuration description

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10130: URL: https://github.com/apache/incubator-doris/pull/10130#issuecomment-1155342727 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10123: [Bug] [Regression-Test] run test_outfile failed because not use regression-conf

2022-06-14 Thread GitBox
github-actions[bot] commented on PR #10123: URL: https://github.com/apache/incubator-doris/pull/10123#issuecomment-1155341171 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

[GitHub] [incubator-doris] BiteTheDDDDt commented on a diff in pull request #10103: [feature] support runtime filter on vectorized engine

2022-06-14 Thread GitBox
BiteThet commented on code in PR #10103: URL: https://github.com/apache/incubator-doris/pull/10103#discussion_r896942232 ## be/src/vec/exprs/vexpr.cpp: ## @@ -88,8 +98,8 @@ void VExpr::close(doris::RuntimeState* state, VExprContext* context, } } -Status VExpr::creat

[GitHub] [incubator-doris] BiteTheDDDDt commented on a diff in pull request #10103: [feature] support runtime filter on vectorized engine

2022-06-14 Thread GitBox
BiteThet commented on code in PR #10103: URL: https://github.com/apache/incubator-doris/pull/10103#discussion_r896928158 ## be/src/vec/exprs/vruntimefilter_wrapper.cpp: ## @@ -0,0 +1,108 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

  1   2   3   >