[GitHub] [doris] chengyi3192 commented on issue #19340: [Bug] The query data is null, but Flink Spark and Trino are correct

2023-05-06 Thread via GitHub
chengyi3192 commented on issue #19340: URL: https://github.com/apache/doris/issues/19340#issuecomment-1537106176 > Can you go into more detail? How is the data of test_cy written? first row by flink: insert into test_cy values(1); second row by trino: insert into test_cy values(2); t

[GitHub] [doris] Mryange commented on pull request #19238: [feature](executor) Use the BE info to set pipeline variables.

2023-05-06 Thread via GitHub
Mryange commented on PR #19238: URL: https://github.com/apache/doris/pull/19238#issuecomment-1537106232 run p0 -- 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] Mryange commented on pull request #19238: [feature](executor) Use the BE info to set pipeline variables.

2023-05-06 Thread via GitHub
Mryange commented on PR #19238: URL: https://github.com/apache/doris/pull/19238#issuecomment-1537106606 There are two related PRs here, the first one sets using the information collected by BE, and the second one tests with fuzzy and pipeline enabled (because this PR is even-numbered). h

[GitHub] [doris] Mryange commented on pull request #19238: [feature](executor) Use the BE info to set pipeline variables.

2023-05-06 Thread via GitHub
Mryange commented on PR #19238: URL: https://github.com/apache/doris/pull/19238#issuecomment-1537106764 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [doris] github-actions[bot] commented on pull request #19345: [Only-Test](pipeline)use fuzzy in pipeline

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

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #19347: [Feature](generic-aggregation) some prowork of generic aggregation part 2

2023-05-06 Thread via GitHub
BiteThet opened a new pull request, #19347: URL: https://github.com/apache/doris/pull/19347 # Proposed changes clean some unused code. ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Ha

[GitHub] [doris] BiteTheDDDDt commented on pull request #19347: [Feature](generic-aggregation) some prowork of generic aggregation part 2

2023-05-06 Thread via GitHub
BiteThet commented on PR #19347: URL: https://github.com/apache/doris/pull/19347#issuecomment-1537107104 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] chenlinzhong commented on pull request #19209: [feature](graph)Support querying data from the Nebula graph database

2023-05-06 Thread via GitHub
chenlinzhong commented on PR #19209: URL: https://github.com/apache/doris/pull/19209#issuecomment-1537107629 run p0 -- 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 unsub

[GitHub] [doris] hello-stephen commented on pull request #19343: [Feature](generic-aggregation) some prowork of generic aggregation

2023-05-06 Thread via GitHub
hello-stephen commented on PR #19343: URL: https://github.com/apache/doris/pull/19343#issuecomment-1537109569 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.48 seconds stream load tsv: 421 seconds loaded 74807831229 Bytes, about 169 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #18805: [Feature](stat) Collect the information statistics of the query hit

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

[GitHub] [doris] kaka11chen opened a new pull request, #19348: [Fix](parquet-reader) Fix dict cols not be converted back to string type in some cases.

2023-05-06 Thread via GitHub
kaka11chen opened a new pull request, #19348: URL: https://github.com/apache/doris/pull/19348 # Proposed changes Issue Number: close #xxx ## Problem summary Fix dict cols not be converted back to string type in some cases, which includes introduced by #19039.

[GitHub] [doris] github-actions[bot] commented on pull request #19348: [Fix](parquet-reader) Fix dict cols not be converted back to string type in some cases.

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

[GitHub] [doris] kaka11chen commented on pull request #19348: [Fix](parquet-reader) Fix dict cols not be converted back to string type in some cases.

2023-05-06 Thread via GitHub
kaka11chen commented on PR #19348: URL: https://github.com/apache/doris/pull/19348#issuecomment-1537111964 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [doris] TangSiyang2001 commented on pull request #19142: [feature](load-refactor) Step1: InsertStmt as facade layer and run S3/Broker Load as POC

2023-05-06 Thread via GitHub
TangSiyang2001 commented on PR #19142: URL: https://github.com/apache/doris/pull/19142#issuecomment-1537112017 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [doris] Yukang-Lian commented on pull request #19329: [Doc](Decimalv3) Fixed the precision of DECIMALV3 in the document

2023-05-06 Thread via GitHub
Yukang-Lian commented on PR #19329: URL: https://github.com/apache/doris/pull/19329#issuecomment-1537112702 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] TangSiyang2001 commented on pull request #19142: [feature](load-refactor) Step1: InsertStmt as facade layer and run S3/Broker Load as POC

2023-05-06 Thread via GitHub
TangSiyang2001 commented on PR #19142: URL: https://github.com/apache/doris/pull/19142#issuecomment-1537112709 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [doris] ZashJie commented on pull request #18831: [Improvement] enhance show data types stmt

2023-05-06 Thread via GitHub
ZashJie commented on PR #18831: URL: https://github.com/apache/doris/pull/18831#issuecomment-1537113075 run buildp0 -- 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 unsub

[GitHub] [doris] github-actions[bot] commented on pull request #18805: [Feature](stat) Collect the information statistics of the query hit

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

[GitHub] [doris] hello-stephen commented on pull request #19347: [Feature](generic-aggregation) some prowork of generic aggregation part 2

2023-05-06 Thread via GitHub
hello-stephen commented on PR #19347: URL: https://github.com/apache/doris/pull/19347#issuecomment-1537114692 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.44 seconds stream load tsv: 428 seconds loaded 74807831229 Bytes, about 166 MB/s

[GitHub] [doris] felixwluo opened a new pull request, #19350: Enhancement-19322 add a session variable enable_pp_fuzzy

2023-05-06 Thread via GitHub
felixwluo opened a new pull request, #19350: URL: https://github.com/apache/doris/pull/19350 # Proposed changes Issue Number: #19322 ## Problem summary The new session variable enable_pp_fuzzy is in the fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java fi

[GitHub] [doris] zclllyybb opened a new pull request, #19349: [Improvement](fuzzy) record fuzzy variables of BE in fuzzy mode

2023-05-06 Thread via GitHub
zclllyybb opened a new pull request, #19349: URL: https://github.com/apache/doris/pull/19349 # Proposed changes ## Problem summary record relative configs in `be.INFO` ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has unit tests been ad

[GitHub] [doris] amorynan opened a new pull request, #19351: [Refact](Literal)refact literal get field and value

2023-05-06 Thread via GitHub
amorynan opened a new pull request, #19351: URL: https://github.com/apache/doris/pull/19351 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has u

[GitHub] [doris] github-actions[bot] commented on pull request #18805: [Feature](stat) Collect the information statistics of the query hit

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

[GitHub] [doris] github-actions[bot] commented on pull request #19349: [Improvement](fuzzy) record fuzzy variables of BE in fuzzy mode

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

[GitHub] [doris] hello-stephen commented on pull request #19339: [tools](tpch) run mode like clickbench

2023-05-06 Thread via GitHub
hello-stephen commented on PR #19339: URL: https://github.com/apache/doris/pull/19339#issuecomment-1537116124 run buildall -- 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. T

[GitHub] [doris] github-actions[bot] commented on pull request #19351: [Refact](Literal)refact literal get field and value

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

[GitHub] [doris] zclllyybb commented on pull request #19349: [Improvement](fuzzy) record fuzzy variables of BE in fuzzy mode

2023-05-06 Thread via GitHub
zclllyybb commented on PR #19349: URL: https://github.com/apache/doris/pull/19349#issuecomment-1537117554 run buildall -- 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 un

[GitHub] [doris] HHoflittlefish777 commented on pull request #19118: [Refactor][Load]Unify common part in streamLoad and loadingTask planner

2023-05-06 Thread via GitHub
HHoflittlefish777 commented on PR #19118: URL: https://github.com/apache/doris/pull/19118#issuecomment-1537117930 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] HHoflittlefish777 commented on pull request #19118: [Refactor][Load]Unify common part in streamLoad and loadingTask planner

2023-05-06 Thread via GitHub
HHoflittlefish777 commented on PR #19118: URL: https://github.com/apache/doris/pull/19118#issuecomment-1537118011 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] morrySnow commented on pull request #19305: [opt](Nereids)(WIP) optimize agg and window normalization step 2

2023-05-06 Thread via GitHub
morrySnow commented on PR #19305: URL: https://github.com/apache/doris/pull/19305#issuecomment-1537118900 run buildall -- 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 un

[GitHub] [doris] github-actions[bot] commented on pull request #18805: [Feature](stat) Collect the information statistics of the query hit

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

[GitHub] [doris] zhannngchen commented on pull request #19017: [feature](merge-on-write) enable merge on write by default

2023-05-06 Thread via GitHub
zhannngchen commented on PR #19017: URL: https://github.com/apache/doris/pull/19017#issuecomment-1537119111 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] github-actions[bot] commented on pull request #18805: [Feature](stat) Collect the information statistics of the query hit

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

[GitHub] [doris] github-actions[bot] commented on pull request #18805: [Feature](stat) Collect the information statistics of the query hit

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

[GitHub] [doris] github-actions[bot] commented on pull request #18805: [Feature](stat) Collect the information statistics of the query hit

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

[GitHub] [doris] hello-stephen commented on pull request #19349: [Improvement](fuzzy) record fuzzy variables of BE in fuzzy mode

2023-05-06 Thread via GitHub
hello-stephen commented on PR #19349: URL: https://github.com/apache/doris/pull/19349#issuecomment-1537120959 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.65 seconds stream load tsv: 425 seconds loaded 74807831229 Bytes, about 167 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #18805: [Feature](stat) Collect the information statistics of the query hit

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

[GitHub] [doris] github-actions[bot] commented on pull request #18805: [Feature](stat) Collect the information statistics of the query hit

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

[GitHub] [doris] luozenglin commented on pull request #19256: [enhancement](memory) MemCounter supports lock-free thread safety

2023-05-06 Thread via GitHub
luozenglin commented on PR #19256: URL: https://github.com/apache/doris/pull/19256#issuecomment-1537122047 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [doris] xinyiZzz commented on pull request #19338: [Improvement](scan) support maximum block num returned by each scanning thread

2023-05-06 Thread via GitHub
xinyiZzz commented on PR #19338: URL: https://github.com/apache/doris/pull/19338#issuecomment-1537122234 run buildall -- 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 uns

[GitHub] [doris] airborne12 opened a new pull request, #19352: [Update](build) change clucene from thirdparty to git module

2023-05-06 Thread via GitHub
airborne12 opened a new pull request, #19352: URL: https://github.com/apache/doris/pull/19352 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] github-actions[bot] commented on pull request #19352: [Update](build) change clucene from thirdparty to git module

2023-05-06 Thread via GitHub
github-actions[bot] commented on PR #19352: URL: https://github.com/apache/doris/pull/19352#issuecomment-1537122664 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/4901367818";) output. shellcheck err

[GitHub] [doris] github-actions[bot] commented on pull request #19256: [enhancement](memory) MemCounter supports lock-free thread safety

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

[GitHub] [doris] HHoflittlefish777 commented on pull request #18874: [enhancement](load) lazy-open necessary partitions when load

2023-05-06 Thread via GitHub
HHoflittlefish777 commented on PR #18874: URL: https://github.com/apache/doris/pull/18874#issuecomment-1537123137 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [doris] Mryange commented on pull request #19238: [feature](executor) Use the BE info to set pipeline variables.

2023-05-06 Thread via GitHub
Mryange commented on PR #19238: URL: https://github.com/apache/doris/pull/19238#issuecomment-1537123706 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [doris] github-actions[bot] commented on pull request #19238: [feature](executor) Use the BE info to set pipeline variables.

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

[GitHub] [doris] carlvinhust2012 commented on pull request #19351: [Refact](Literal)refact literal get field and value

2023-05-06 Thread via GitHub
carlvinhust2012 commented on PR #19351: URL: https://github.com/apache/doris/pull/19351#issuecomment-1537124526 Add some test case will be more better. -- 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 g

[GitHub] [doris] carlvinhust2012 commented on pull request #19325: [Chore](build) update some doc about build enviroment

2023-05-06 Thread via GitHub
carlvinhust2012 commented on PR #19325: URL: https://github.com/apache/doris/pull/19325#issuecomment-1537125793 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #19239: [feature](array_function) add support for array_reduce

2023-05-06 Thread via GitHub
carlvinhust2012 commented on code in PR #19239: URL: https://github.com/apache/doris/pull/19239#discussion_r1186687769 ## be/CMakeLists.txt: ## @@ -87,7 +87,7 @@ message(STATUS "USE_JEMALLOC is ${USE_JEMALLOC}") # set CMAKE_BUILD_TYPE if (NOT CMAKE_BUILD_TYPE) -set(CMAKE

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #19239: [feature](array_function) add support for array_reduce

2023-05-06 Thread via GitHub
carlvinhust2012 commented on code in PR #19239: URL: https://github.com/apache/doris/pull/19239#discussion_r1186687883 ## be/src/vec/functions/array/function_array_reduce.cpp: ## @@ -0,0 +1,206 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contrib

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #19239: [feature](array_function) add support for array_reduce

2023-05-06 Thread via GitHub
carlvinhust2012 commented on code in PR #19239: URL: https://github.com/apache/doris/pull/19239#discussion_r1186687918 ## be/src/vec/functions/array/function_array_reduce.cpp: ## @@ -0,0 +1,206 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contrib

[GitHub] [doris] sohardforaname commented on pull request #18869: [Feature](Nereids)support insert into select.

2023-05-06 Thread via GitHub
sohardforaname commented on PR #18869: URL: https://github.com/apache/doris/pull/18869#issuecomment-1537128269 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #19239: [feature](array_function) add support for array_reduce

2023-05-06 Thread via GitHub
carlvinhust2012 commented on code in PR #19239: URL: https://github.com/apache/doris/pull/19239#discussion_r1186687957 ## be/src/vec/functions/array/function_array_reduce.cpp: ## @@ -0,0 +1,206 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contrib

[GitHub] [doris] github-actions[bot] commented on pull request #19348: [Fix](parquet-reader) Fix dict cols not be converted back to string type in some cases.

2023-05-06 Thread via GitHub
github-actions[bot] commented on PR #19348: URL: https://github.com/apache/doris/pull/19348#issuecomment-1537128391 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 #19348: [Fix](parquet-reader) Fix dict cols not be converted back to string type in some cases.

2023-05-06 Thread via GitHub
github-actions[bot] commented on PR #19348: URL: https://github.com/apache/doris/pull/19348#issuecomment-1537128398 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] carlvinhust2012 commented on a diff in pull request #19239: [feature](array_function) add support for array_reduce

2023-05-06 Thread via GitHub
carlvinhust2012 commented on code in PR #19239: URL: https://github.com/apache/doris/pull/19239#discussion_r1186688456 ## regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy: ## @@ -418,6 +418,21 @@ class Suite implements GroovyInterceptable

[GitHub] [doris] ZashJie commented on a diff in pull request #19239: [feature](array_function) add support for array_reduce

2023-05-06 Thread via GitHub
ZashJie commented on code in PR #19239: URL: https://github.com/apache/doris/pull/19239#discussion_r1186688682 ## be/src/vec/functions/array/function_array_reduce.cpp: ## @@ -0,0 +1,206 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lic

[GitHub] [doris] weizhengte commented on a diff in pull request #19323: [Doc](statistics) add statistics document

2023-05-06 Thread via GitHub
weizhengte commented on code in PR #19323: URL: https://github.com/apache/doris/pull/19323#discussion_r1186657307 ## docs/zh-CN/docs/query-acceleration/statistics.md: ## @@ -0,0 +1,888 @@ +--- +{ +"title": "统计信息", +"language": "zh-CN" +} +--- + + + +# 统计信息 + +## 统计信息简介 + +在 SQL

[GitHub] [doris] github-actions[bot] commented on pull request #19209: [feature](graph)Support querying data from the Nebula graph database

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

[GitHub] [doris] chenlinzhong commented on pull request #19209: [feature](graph)Support querying data from the Nebula graph database

2023-05-06 Thread via GitHub
chenlinzhong commented on PR #19209: URL: https://github.com/apache/doris/pull/19209#issuecomment-1537129868 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] carlvinhust2012 commented on pull request #19172: add bit unpacking SIMD implementation

2023-05-06 Thread via GitHub
carlvinhust2012 commented on PR #19172: URL: https://github.com/apache/doris/pull/19172#issuecomment-1537129967 please add the detail description for this change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] adonis0147 commented on pull request #19293: [chore](build) Porting to GCC-13

2023-05-06 Thread via GitHub
adonis0147 commented on PR #19293: URL: https://github.com/apache/doris/pull/19293#issuecomment-1537130132 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [doris] yixiutt commented on pull request #19262: [Feature](planner) use partial update in update from & delete from

2023-05-06 Thread via GitHub
yixiutt commented on PR #19262: URL: https://github.com/apache/doris/pull/19262#issuecomment-1537130260 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [doris] adonis0147 commented on pull request #19267: [chore](macOS) Fix JAVA_OPTS in start_be.sh

2023-05-06 Thread via GitHub
adonis0147 commented on PR #19267: URL: https://github.com/apache/doris/pull/19267#issuecomment-1537130807 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [doris] github-actions[bot] commented on pull request #19293: [chore](build) Porting to GCC-13

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

[GitHub] [doris] airborne12 opened a new pull request, #19353: [chore](build) Ignore clucene checks

2023-05-06 Thread via GitHub
airborne12 opened a new pull request, #19353: URL: https://github.com/apache/doris/pull/19353 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] morningman commented on pull request #19353: [chore](build) Ignore clucene checks

2023-05-06 Thread via GitHub
morningman commented on PR #19353: URL: https://github.com/apache/doris/pull/19353#issuecomment-1537133024 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [doris] morningman commented on pull request #19353: [chore](build) Ignore clucene checks

2023-05-06 Thread via GitHub
morningman commented on PR #19353: URL: https://github.com/apache/doris/pull/19353#issuecomment-1537133007 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] github-actions[bot] commented on pull request #19353: [chore](build) Ignore clucene checks

2023-05-06 Thread via GitHub
github-actions[bot] commented on PR #19353: URL: https://github.com/apache/doris/pull/19353#issuecomment-1537133176 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 #19353: [chore](build) Ignore clucene checks

2023-05-06 Thread via GitHub
github-actions[bot] commented on PR #19353: URL: https://github.com/apache/doris/pull/19353#issuecomment-1537133164 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] xy720 commented on pull request #19068: [refactor](complex-type) refactor array/map/struct literal to not invoke execute() function in prepare state

2023-05-06 Thread via GitHub
xy720 commented on PR #19068: URL: https://github.com/apache/doris/pull/19068#issuecomment-1537134572 run buildall -- 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 unsubs

[GitHub] [doris] sohardforaname commented on pull request #18869: [Feature](Nereids)support insert into select.

2023-05-06 Thread via GitHub
sohardforaname commented on PR #18869: URL: https://github.com/apache/doris/pull/18869#issuecomment-1537134725 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [doris] github-actions[bot] commented on pull request #19068: [refactor](complex-type) refactor array/map/struct literal to not invoke execute() function in prepare state

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

[GitHub] [doris] deadlinefen commented on pull request #19303: [chore](compile) using PCH for compilation acceleration under clang

2023-05-06 Thread via GitHub
deadlinefen commented on PR #19303: URL: https://github.com/apache/doris/pull/19303#issuecomment-1537135688 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] zclllyybb commented on pull request #19331: [bugfix](vectorization) fix data racing of VDataStreamRecvr

2023-05-06 Thread via GitHub
zclllyybb commented on PR #19331: URL: https://github.com/apache/doris/pull/19331#issuecomment-1537139058 run buildall -- 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 un

[GitHub] [doris] github-actions[bot] commented on pull request #19331: [bugfix](vectorization) fix data racing of VDataStreamRecvr

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

[GitHub] [doris] github-actions[bot] commented on pull request #19350: Enhancement-19322 add a session variable enable_pp_fuzzy

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

[GitHub] [doris] chenlinzhong commented on pull request #19209: [feature](graph)Support querying data from the Nebula graph database

2023-05-06 Thread via GitHub
chenlinzhong commented on PR #19209: URL: https://github.com/apache/doris/pull/19209#issuecomment-1537142050 run P0 -- 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 unsub

[GitHub] [doris] chenlinzhong commented on pull request #19209: [feature](graph)Support querying data from the Nebula graph database

2023-05-06 Thread via GitHub
chenlinzhong commented on PR #19209: URL: https://github.com/apache/doris/pull/19209#issuecomment-1537142387 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] xinyiZzz opened a new pull request, #19354: [fix](scan) fix scanner mem tracker

2023-05-06 Thread via GitHub
xinyiZzz opened a new pull request, #19354: URL: https://github.com/apache/doris/pull/19354 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has u

[GitHub] [doris] xinyiZzz commented on pull request #19354: [fix](scan) fix scanner mem tracker

2023-05-06 Thread via GitHub
xinyiZzz commented on PR #19354: URL: https://github.com/apache/doris/pull/19354#issuecomment-1537143026 run buildall -- 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 uns

[GitHub] [doris] github-actions[bot] commented on pull request #19354: [fix](scan) fix scanner mem tracker

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

[GitHub] [doris-website] wangyf0555 opened a new pull request, #221: add all-in-one download and 2.0.0 links

2023-05-06 Thread via GitHub
wangyf0555 opened a new pull request, #221: URL: https://github.com/apache/doris-website/pull/221 (no comment) -- 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-website] luzhijing merged pull request #221: add all-in-one download and 2.0.0 links

2023-05-06 Thread via GitHub
luzhijing merged PR #221: URL: https://github.com/apache/doris-website/pull/221 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@dori

[doris-website] branch master updated: add all-in-one download and 2.0.0 links (#221)

2023-05-06 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing 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 b68971c8d51 add all-in-one download an

[GitHub] [doris-website] luzhijing merged pull request #219: Add Douyu blog

2023-05-06 Thread via GitHub
luzhijing merged PR #219: URL: https://github.com/apache/doris-website/pull/219 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@dori

[doris-website] branch master updated: Add Douyu blog (#219)

2023-05-06 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing 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 d67a11c1ec5 Add Douyu blog (#219) d67a

[GitHub] [doris-website] luzhijing merged pull request #220: add Mac Local Dev Chinese sidebar Chinese

2023-05-06 Thread via GitHub
luzhijing merged PR #220: URL: https://github.com/apache/doris-website/pull/220 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@dori

[doris-website] branch master updated: add Mac Local Dev Chinese sidebar Chinese (#220)

2023-05-06 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing 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 78d74823920 add Mac Local Dev Chinese

[GitHub] [doris] BePPPower commented on pull request #18997: [Enhencement](Export/Outfile) add property for outfile/export and add test

2023-05-06 Thread via GitHub
BePPPower commented on PR #18997: URL: https://github.com/apache/doris/pull/18997#issuecomment-1537153713 run buildall -- 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 un

[GitHub] [doris] github-actions[bot] commented on pull request #18997: [Enhencement](Export/Outfile) add property for outfile/export and add test

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

[GitHub] [doris] morningman merged pull request #19170: [Enhancement](Broker Load) New progress manager for showing loading progress status

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

[doris] branch master updated (2fe9ba7c2a -> 9edbfa37cd)

2023-05-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 2fe9ba7c2a [fix](jdbc catalog) fix trino jdbc catalog varchar type err (#19298) add 9edbfa37cd [Enhancement](

[GitHub] [doris] dataroaring merged pull request #18421: [enhancement](load) merge single-replica related services as non-standalone

2023-05-06 Thread via GitHub
dataroaring merged PR #18421: URL: https://github.com/apache/doris/pull/18421 -- 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.

[GitHub] [doris] dataroaring closed issue #17333: [Enhancement] better merge single_replica_load_rpc_service into brpc_service

2023-05-06 Thread via GitHub
dataroaring closed issue #17333: [Enhancement] better merge single_replica_load_rpc_service into brpc_service URL: https://github.com/apache/doris/issues/17333 -- 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

[doris] branch master updated (9edbfa37cd -> 5bf1396efe)

2023-05-06 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 9edbfa37cd [Enhancement](Broker Load) New progress manager for showing loading progress status (#19170) add

[GitHub] [doris] JNSimba merged pull request #19342: [typo](docs) add mac local dev docs

2023-05-06 Thread via GitHub
JNSimba merged PR #19342: URL: https://github.com/apache/doris/pull/19342 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apac

[doris] branch master updated: [typo](docs) add mac local dev docs (#19342)

2023-05-06 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu 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 9203e0392f [typo](docs) add mac local dev docs (#19

[GitHub] [doris-website] jeffreys-cat opened a new pull request, #222: Update manual-deploy.yml

2023-05-06 Thread via GitHub
jeffreys-cat opened a new pull request, #222: URL: https://github.com/apache/doris-website/pull/222 (no comment) -- 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 unsubscr

[GitHub] [doris-website] morningman merged pull request #222: Update manual-deploy.yml

2023-05-06 Thread via GitHub
morningman merged PR #222: URL: https://github.com/apache/doris-website/pull/222 -- 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...@dor

<    1   2   3   >