[GitHub] [doris] github-actions[bot] commented on pull request #16442: [fix](planner) fix bug in agg on constant column

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16442: URL: https://github.com/apache/doris/pull/16442#issuecomment-1427277348 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] morrySnow merged pull request #16442: [fix](planner) fix bug in agg on constant column

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

[doris] branch master updated: [fix](planner) fix bug in agg on constant column (#16442)

2023-02-12 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 a2b9b9edd7 [fix](planner) fix bug in agg on co

[GitHub] [doris] pengxiangyu commented on a diff in pull request #16588: [feature](cooldown) Auto delete unused remote files

2023-02-12 Thread via GitHub
pengxiangyu commented on code in PR #16588: URL: https://github.com/apache/doris/pull/16588#discussion_r1103960637 ## fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java: ## @@ -174,6 +179,60 @@ public FrontendServiceImpl(ExecuteEnv exeEnv) { this

[GitHub] [doris] eldenmoon commented on a diff in pull request #16639: [Improvement](brpc) Using a thread pool for RPC service avoiding std::mutex block brpc::bthread

2023-02-12 Thread via GitHub
eldenmoon commented on code in PR #16639: URL: https://github.com/apache/doris/pull/16639#discussion_r1103961000 ## be/src/service/internal_service.cpp: ## @@ -423,200 +480,233 @@ void PInternalServiceImpl::tablet_fetch_data(google::protobuf::RpcController* co

[GitHub] [doris] github-actions[bot] commented on pull request #14063: [Feature](ipv6)Support IPV6

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #14063: URL: https://github.com/apache/doris/pull/14063#issuecomment-1427285008 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 #14063: [Feature](ipv6)Support IPV6

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #14063: URL: https://github.com/apache/doris/pull/14063#issuecomment-1427285062 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] luzhijing merged pull request #16465: [typo](doc)retention function add 1.2 tags

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

[doris] branch master updated: retention function add 1.2 tags (#16465)

2023-02-12 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.git The following commit(s) were added to refs/heads/master by this push: new 2a2ffacb5b retention function add 1.2 tags (#1

[GitHub] [doris] englefly commented on pull request #16601: [fix](planner)fix bug for missing slot

2023-02-12 Thread via GitHub
englefly commented on PR #16601: URL: https://github.com/apache/doris/pull/16601#issuecomment-1427288210 > #16579 > > may be this pr can fix it hi @nextdreamblue #16579 is about const expression, but this bug is not relative to const. The original sql is from customer, there i

[GitHub] [doris] Henry2SS commented on pull request #16619: Revert "[Performance] Optimize performance of like expr using strstr()"

2023-02-12 Thread via GitHub
Henry2SS commented on PR #16619: URL: https://github.com/apache/doris/pull/16619#issuecomment-1427289807 > Do we have same issue on master? tested locally, master doesn't have the same problem. -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [doris] SaintBacchus opened a new pull request, #16653: [BugFix](Load) Add a secure path for MySql Load to load local file from fe node

2023-02-12 Thread via GitHub
SaintBacchus opened a new pull request, #16653: URL: https://github.com/apache/doris/pull/16653 # Proposed changes Issue Number: close #xxx ## Problem summary MySql load can load fe server node, but it will cause secure issue that user use it to detect the fe node local file

[GitHub] [doris] eldenmoon commented on a diff in pull request #16639: [Improvement](brpc) Using a thread pool for RPC service avoiding std::mutex block brpc::bthread

2023-02-12 Thread via GitHub
eldenmoon commented on code in PR #16639: URL: https://github.com/apache/doris/pull/16639#discussion_r1103964516 ## be/src/service/internal_service.cpp: ## @@ -423,200 +480,233 @@ void PInternalServiceImpl::tablet_fetch_data(google::protobuf::RpcController* co

[GitHub] [doris] pengxiangyu commented on a diff in pull request #16588: [feature](cooldown) Auto delete unused remote files

2023-02-12 Thread via GitHub
pengxiangyu commented on code in PR #16588: URL: https://github.com/apache/doris/pull/16588#discussion_r1103959773 ## fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java: ## @@ -174,6 +179,60 @@ public FrontendServiceImpl(ExecuteEnv exeEnv) { this

[GitHub] [doris] JNSimba merged pull request #16651: [typo](docs) fix doc

2023-02-12 Thread via GitHub
JNSimba merged PR #16651: URL: https://github.com/apache/doris/pull/16651 -- 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) fix doc (#16651)

2023-02-12 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 890a51838e [typo](docs) fix doc (#16651) 890a51838e

[GitHub] [doris] github-actions[bot] commented on pull request #16642: [typo](docs)fix the alter frontend statement description

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16642: URL: https://github.com/apache/doris/pull/16642#issuecomment-1427297879 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 #16642: [typo](docs)fix the alter frontend statement description

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16642: URL: https://github.com/apache/doris/pull/16642#issuecomment-1427297902 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] BiteTheDDDDt opened a new pull request, #16654: [Feature](Materialized-View) testing

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

[GitHub] [doris] jacktengg opened a new pull request, #16655: [fix](mark join) fix bug of mark join with other conjuncts

2023-02-12 Thread via GitHub
jacktengg opened a new pull request, #16655: URL: https://github.com/apache/doris/pull/16655 # Proposed changes Issue Number: close #xxx ## Problem summary Fix bug that probe_index is not increased for mark hash join with other conjuncts. ## Checklist(Required)

[GitHub] [doris] github-actions[bot] commented on pull request #16654: [Feature](Materialized-View) testing

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16654: URL: https://github.com/apache/doris/pull/16654#issuecomment-1427305131 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 #16655: [fix](mark join) fix bug of mark join with other conjuncts

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16655: URL: https://github.com/apache/doris/pull/16655#issuecomment-1427305275 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 #16383: [Improvement](thrift) optimize thrift message

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16383: URL: https://github.com/apache/doris/pull/16383#issuecomment-1427305361 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 a diff in pull request #16639: [Improvement](brpc) Using a thread pool for RPC service avoiding std::mutex block brpc::bthread

2023-02-12 Thread via GitHub
chenlinzhong commented on code in PR #16639: URL: https://github.com/apache/doris/pull/16639#discussion_r1103977135 ## be/src/service/internal_service.cpp: ## @@ -423,200 +480,233 @@ void PInternalServiceImpl::tablet_fetch_data(google::protobuf::RpcController* co

[GitHub] [doris] hello-stephen commented on pull request #16653: [BugFix](Load) Add a secure path for MySql Load to load local file from fe node

2023-02-12 Thread via GitHub
hello-stephen commented on PR #16653: URL: https://github.com/apache/doris/pull/16653#issuecomment-1427312804 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.22 seconds stream load tsv: 482 seconds loaded 74807831229 Bytes, about 148 MB/s

[GitHub] [doris] HappenLee commented on a diff in pull request #16650: [Opt](Hash) Deduce virtual function call is null at in single nullable column

2023-02-12 Thread via GitHub
HappenLee commented on code in PR #16650: URL: https://github.com/apache/doris/pull/16650#discussion_r1103985940 ## be/src/vec/common/columns_hashing.h: ## @@ -227,11 +227,11 @@ struct HashMethodSingleLowNullableColumn : public SingleColumnMethod { HashMethodSingleLowNulla

[GitHub] [doris] HappenLee commented on a diff in pull request #16650: [Opt](Hash) Deduce virtual function call is null at in single nullable column

2023-02-12 Thread via GitHub
HappenLee commented on code in PR #16650: URL: https://github.com/apache/doris/pull/16650#discussion_r1103986824 ## be/src/vec/common/columns_hashing.h: ## @@ -227,11 +227,11 @@ struct HashMethodSingleLowNullableColumn : public SingleColumnMethod { HashMethodSingleLowNulla

[GitHub] [doris] github-actions[bot] commented on pull request #16640: [Feature](array-function) Support array functions for nested type dec…

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16640: URL: https://github.com/apache/doris/pull/16640#issuecomment-1427329312 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 #16655: [fix](mark join) fix bug of mark join with other conjuncts

2023-02-12 Thread via GitHub
hello-stephen commented on PR #16655: URL: https://github.com/apache/doris/pull/16655#issuecomment-1427331348 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.72 seconds stream load tsv: 476 seconds loaded 74807831229 Bytes, about 149 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #16650: [Opt](Hash) Deduce virtual function call is null at in single nullable column

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16650: URL: https://github.com/apache/doris/pull/16650#issuecomment-1427336023 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 #16650: [Opt](Hash) Deduce virtual function call is null at in single nullable column

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16650: URL: https://github.com/apache/doris/pull/16650#issuecomment-1427349632 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 #16650: [Opt](Hash) Deduce virtual function call is null at in single nullable column

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16650: URL: https://github.com/apache/doris/pull/16650#issuecomment-1427349684 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 #16569: [Optimization](index) Optimization for no need to read raw data for index column that only in where clause

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16569: URL: https://github.com/apache/doris/pull/16569#issuecomment-1427354619 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 #16569: [Optimization](index) Optimization for no need to read raw data for index column that only in where clause

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16569: URL: https://github.com/apache/doris/pull/16569#issuecomment-1427356282 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 #15509: [feature](partition)add default list partition

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #15509: URL: https://github.com/apache/doris/pull/15509#issuecomment-1427374636 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] SaintBacchus commented on a diff in pull request #16483: [Doc](Load)Add mysql load document

2023-02-12 Thread via GitHub
SaintBacchus commented on code in PR #16483: URL: https://github.com/apache/doris/pull/16483#discussion_r1104019135 ## docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/MYSQL-LOAD.md: ## @@ -0,0 +1,169 @@ +--- +{ +"title": "MYSQL-LOAD", +"languag

[GitHub] [doris] eldenmoon opened a new pull request, #16656: [regression-test](dynamic-table) add regression test for dynamic table

2023-02-12 Thread via GitHub
eldenmoon opened a new pull request, #16656: URL: https://github.com/apache/doris/pull/16656 # 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 #16656: [regression-test](dynamic-table) add regression test for dynamic table

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16656: URL: https://github.com/apache/doris/pull/16656#issuecomment-1427394582 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] yiguolei merged pull request #16652: [improvement](lock raii) use raii to lock and unlock

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

[doris] branch master updated: [improvement](lock raii) use raii to lock and unlock (#16652)

2023-02-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new be9385d40a [improvement](lock raii) use raii to

[GitHub] [doris] yiguolei opened a new pull request, #16657: [improvement](block exception safe) make block queue exception safe

2023-02-12 Thread via GitHub
yiguolei opened a new pull request, #16657: URL: https://github.com/apache/doris/pull/16657 # Proposed changes This is part of exception safe: https://github.com/apache/doris/issues/16366. ## Problem summary Describe your changes. ## Checklist(Required) * [

[GitHub] [doris] github-actions[bot] commented on pull request #16657: [improvement](block exception safe) make block queue exception safe

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16657: URL: https://github.com/apache/doris/pull/16657#issuecomment-1427405211 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] Henry2SS commented on pull request #16619: Revert "[Performance] Optimize performance of like expr using strstr()"

2023-02-12 Thread via GitHub
Henry2SS commented on PR #16619: URL: https://github.com/apache/doris/pull/16619#issuecomment-1427405446 > Do we have same issue on master? and also no problem with 1.2-lts -- 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 #16656: [regression-test](dynamic-table) add regression test for dynamic table

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16656: URL: https://github.com/apache/doris/pull/16656#issuecomment-1427411549 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 #16564: [feature](merge-on-write) add DCHECK in compaction to detect duplicate key

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16564: URL: https://github.com/apache/doris/pull/16564#issuecomment-1427412190 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] starocean999 commented on a diff in pull request #16436: [enhancement](Nereids): avoid contruct groupExpr in graph-simplifier

2023-02-12 Thread via GitHub
starocean999 commented on code in PR #16436: URL: https://github.com/apache/doris/pull/16436#discussion_r1104041354 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/joinorder/hypergraph/GraphSimplifier.java: ## @@ -416,35 +422,32 @@ private boolean tryGetSuperset(long b

[GitHub] [doris] starocean999 commented on a diff in pull request #16436: [enhancement](Nereids): avoid contruct groupExpr in graph-simplifier

2023-02-12 Thread via GitHub
starocean999 commented on code in PR #16436: URL: https://github.com/apache/doris/pull/16436#discussion_r1104041702 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java: ## @@ -99,6 +99,8 @@ */ public class StatsCalculator extends DefaultPlanVisitor

[GitHub] [doris] github-actions[bot] commented on pull request #16610: [fix](compaction) if there is a rowset version hole, do not compaction

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16610: URL: https://github.com/apache/doris/pull/16610#issuecomment-1427420022 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] LizZhang315 opened a new issue, #16658: [Bug] [daily] BE core when execute insert streaming with win function

2023-02-12 Thread via GitHub
LizZhang315 opened a new issue, #16658: URL: https://github.com/apache/doris/issues/16658 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris-0.0.0-trunk-1d

[GitHub] [doris] github-actions[bot] commented on pull request #16644: [Bug](cooldown) set new replica id when early exit in doing clone when no missed versions

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16644: URL: https://github.com/apache/doris/pull/16644#issuecomment-1427424045 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] yiguolei merged pull request #16644: [Bug](cooldown) set new replica id when early exit in doing clone when no missed versions

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

[doris] branch master updated (be9385d40a -> 8317c4a752)

2023-02-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from be9385d40a [improvement](lock raii) use raii to lock and unlock (#16652) add 8317c4a752 [Bug](cooldown) set new

[GitHub] [doris] platoneko commented on pull request #16644: [Bug](cooldown) set new replica id when early exit in doing clone when no missed versions

2023-02-12 Thread via GitHub
platoneko commented on PR #16644: URL: https://github.com/apache/doris/pull/16644#issuecomment-1427426211 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

[GitHub] [doris] yiguolei merged pull request #16653: [BugFix](Load) Add a secure path for MySql Load to load local file from fe node

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

[doris] branch master updated: [BugFix](Load) Add a secure path for MySql Load to load local file from fe node (#16653)

2023-02-12 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 77be0d13c3 [BugFix](Load) Add a secure path for

[GitHub] [doris] github-actions[bot] commented on pull request #16657: [improvement](block exception safe) make block queue exception safe

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16657: URL: https://github.com/apache/doris/pull/16657#issuecomment-1427427411 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 #16657: [improvement](block exception safe) make block queue exception safe

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16657: URL: https://github.com/apache/doris/pull/16657#issuecomment-1427427444 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 #16656: [regression-test](dynamic-table) add regression test for dynamic table

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16656: URL: https://github.com/apache/doris/pull/16656#issuecomment-1427432811 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] smallhibiscus commented on issue #16576: [Bug] cross join带有order by 跟limit的情况下查询结果总的条数不对

2023-02-12 Thread via GitHub
smallhibiscus commented on issue #16576: URL: https://github.com/apache/doris/issues/16576#issuecomment-1427434285 This problem has been fixed on 1.2.2, it is recommended to upgrade to this version 1.2.2. -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [doris] github-actions[bot] commented on pull request #16383: [Improvement](thrift) optimize thrift message

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16383: URL: https://github.com/apache/doris/pull/16383#issuecomment-1427449233 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-flink-connector] DarvenDuan commented on issue #101: [Bug] Dataloss silently during streamload

2023-02-12 Thread via GitHub
DarvenDuan commented on issue #101: URL: https://github.com/apache/doris-flink-connector/issues/101#issuecomment-1427452206 Did you use watermark in your application? In Flink, watermarks are implemented as special records holding a timestamp as a Long value. May be a watermark was counte

[GitHub] [doris] wanqiang2046 commented on issue #16596: [Bug] decimalv3字段查询的时候,BE节点全部挂掉

2023-02-12 Thread via GitHub
wanqiang2046 commented on issue #16596: URL: https://github.com/apache/doris/issues/16596#issuecomment-1427460200 ok, thanks, I can only look forward to the early release of version 1.2.2. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [doris] ChrisWangHongwei opened a new issue, #16659: catalog Account authorization failed[Bug]

2023-02-12 Thread via GitHub
ChrisWangHongwei opened a new issue, #16659: URL: https://github.com/apache/doris/issues/16659 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.2.1.1

[GitHub] [doris] hello-stephen commented on pull request #16657: [improvement](block exception safe) make block queue exception safe

2023-02-12 Thread via GitHub
hello-stephen commented on PR #16657: URL: https://github.com/apache/doris/pull/16657#issuecomment-1427464507 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.29 seconds stream load tsv: 480 seconds loaded 74807831229 Bytes, about 148 MB/s

[GitHub] [doris] morrySnow merged pull request #16601: [fix](planner)fix bug for missing slot

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

[doris] branch master updated (77be0d13c3 -> ded698127e)

2023-02-12 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 77be0d13c3 [BugFix](Load) Add a secure path for MySql Load to load local file from fe node (#16653) add ded698

[GitHub] [doris] github-actions[bot] commented on pull request #16633: [Improvement](ES)Supprt datav2 and datetimev2 for es query

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16633: URL: https://github.com/apache/doris/pull/16633#issuecomment-1427479371 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] ZhangGuoqiang666 opened a new pull request, #16660: 【external test】adjust docker compose yml about hive

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

[GitHub] [doris] eldenmoon commented on pull request #16656: [regression-test](dynamic-table) add regression test for dynamic table

2023-02-12 Thread via GitHub
eldenmoon commented on PR #16656: URL: https://github.com/apache/doris/pull/16656#issuecomment-1427484460 > You'd better add _p0 or _p1 suffix in directory name. added -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [doris] github-actions[bot] commented on pull request #16656: [regression-test](dynamic-table) add regression test for dynamic table

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16656: URL: https://github.com/apache/doris/pull/16656#issuecomment-1427487446 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 #16655: [fix](mark join) fix bug of mark join with other conjuncts

2023-02-12 Thread via GitHub
github-actions[bot] commented on PR #16655: URL: https://github.com/apache/doris/pull/16655#issuecomment-1427497166 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-flink-connector] link3280 commented on issue #101: [Bug] Dataloss silently during streamload

2023-02-12 Thread via GitHub
link3280 commented on issue #101: URL: https://github.com/apache/doris-flink-connector/issues/101#issuecomment-1427498562 @DarvenDuan Thanks for your reply! I've found it should be related to https://github.com/apache/doris/issues/13064. Closing this issue. -- This is an automated messag

[GitHub] [doris-flink-connector] link3280 closed issue #101: [Bug] Dataloss silently during streamload

2023-02-12 Thread via GitHub
link3280 closed issue #101: [Bug] Dataloss silently during streamload URL: https://github.com/apache/doris-flink-connector/issues/101 -- 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 com

<    1   2