[GitHub] [doris] github-actions[bot] commented on pull request #11921: [refractor](bitmap) bitmap serialize and deserialize refractor

2022-08-20 Thread GitBox
github-actions[bot] commented on PR #11921: URL: https://github.com/apache/doris/pull/11921#issuecomment-1221252832 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 #11921: [refractor](bitmap) bitmap serialize and deserialize refractor

2022-08-20 Thread GitBox
github-actions[bot] commented on PR #11921: URL: https://github.com/apache/doris/pull/11921#issuecomment-1221252844 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] platoneko opened a new pull request, #11940: [refactor](status) Refactor status handling in agent task

2022-08-20 Thread GitBox
platoneko opened a new pull request, #11940: URL: https://github.com/apache/doris/pull/11940 # Proposed changes Issue Number: #11874 ## Problem summary 1. Refactor `TaggableLogger` 2. Refactor status handling in agent task: 1. Unify log format in TaskWorkerPool

[GitHub] [doris] nextdreamblue opened a new issue, #11941: [Enhancement] (restore) restore table or partition with the same replication_num as before the backup

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

[GitHub] [doris] github-actions[bot] commented on pull request #11886: [Bugfix](inpredicate) fix in predicate in group by clause may cause NPE

2022-08-20 Thread GitBox
github-actions[bot] commented on PR #11886: URL: https://github.com/apache/doris/pull/11886#issuecomment-1221271794 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 #11886: [Bugfix](inpredicate) fix in predicate in group by clause may cause NPE

2022-08-20 Thread GitBox
github-actions[bot] commented on PR #11886: URL: https://github.com/apache/doris/pull/11886#issuecomment-1221271802 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 #11906: [bugfix](load) fix cancel load stmt cannot recognize key words in upper case

2022-08-20 Thread GitBox
github-actions[bot] commented on PR #11906: URL: https://github.com/apache/doris/pull/11906#issuecomment-1221271957 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 #11906: [bugfix](load) fix cancel load stmt cannot recognize key words in upper case

2022-08-20 Thread GitBox
github-actions[bot] commented on PR #11906: URL: https://github.com/apache/doris/pull/11906#issuecomment-1221271961 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] cambyzju commented on pull request #11921: [refractor](bitmap) bitmap serialize and deserialize refractor

2022-08-20 Thread GitBox
cambyzju commented on PR #11921: URL: https://github.com/apache/doris/pull/11921#issuecomment-1221272719 rebase to trigger P0 again -- 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 co

[GitHub] [doris] morningman commented on a diff in pull request #11450: [feature](cold_on_s3) Show remote data usage via SHOW BACKENDS and SHOW TABLETS statements

2022-08-20 Thread GitBox
morningman commented on code in PR #11450: URL: https://github.com/apache/doris/pull/11450#discussion_r950678147 ## be/src/io/fs/s3_file_system.cpp: ## @@ -141,7 +141,7 @@ Status S3FileSystem::open_file(const Path& path, FileReaderSPtr* reader) { RETURN_IF_ERROR(file_size(

[GitHub] [doris] github-actions[bot] commented on pull request #11938: [fix](build) Resolve the conflicts when building be with java-udf

2022-08-20 Thread GitBox
github-actions[bot] commented on PR #11938: URL: https://github.com/apache/doris/pull/11938#issuecomment-1221273821 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] morningman merged pull request #11938: [fix](build) Resolve the conflicts when building be with java-udf

2022-08-20 Thread GitBox
morningman merged PR #11938: URL: https://github.com/apache/doris/pull/11938 -- 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 (28dba65d74 -> 982c5f06b5)

2022-08-20 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 28dba65d74 Update basic-summary.md (#11889) add 982c5f06b5 [fix](build) Resolve the conflicts when building be

[GitHub] [doris] morningman closed issue #11937: [Bug](build) Failed to build be with java-udf

2022-08-20 Thread GitBox
morningman closed issue #11937: [Bug](build) Failed to build be with java-udf URL: https://github.com/apache/doris/issues/11937 -- 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] morningman commented on a diff in pull request #11927: [feature](spark-load)Spark load supports string type data import

2022-08-20 Thread GitBox
morningman commented on code in PR #11927: URL: https://github.com/apache/doris/pull/11927#discussion_r950679701 ## fe/spark-dpp/src/main/java/org/apache/doris/load/loadv2/dpp/SparkDpp.java: ## @@ -405,6 +405,18 @@ public boolean validateData(Object srcValue, EtlJobConfig.EtlCo

[GitHub] [doris] morningman merged pull request #11692: [extension](mysql-to-doris) add odbc conf and some fix

2022-08-20 Thread GitBox
morningman merged PR #11692: URL: https://github.com/apache/doris/pull/11692 -- 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 (982c5f06b5 -> d4749c2652)

2022-08-20 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 982c5f06b5 [fix](build) Resolve the conflicts when building be with java-udf (#11938) add d4749c2652 [extensi

[GitHub] [doris] github-actions[bot] commented on pull request #11886: [Bugfix](inpredicate) fix in predicate in group by clause may cause NPE

2022-08-20 Thread GitBox
github-actions[bot] commented on PR #11886: URL: https://github.com/apache/doris/pull/11886#issuecomment-1221274522 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] morningman closed pull request #11103: Bump fastjson from 1.2.62 to 1.2.83 in /samples/doris-demo/flink-demo-v1.1

2022-08-20 Thread GitBox
morningman closed pull request #11103: Bump fastjson from 1.2.62 to 1.2.83 in /samples/doris-demo/flink-demo-v1.1 URL: https://github.com/apache/doris/pull/11103 -- 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] [doris] dependabot[bot] commented on pull request #11103: Bump fastjson from 1.2.62 to 1.2.83 in /samples/doris-demo/flink-demo-v1.1

2022-08-20 Thread GitBox
dependabot[bot] commented on PR #11103: URL: https://github.com/apache/doris/pull/11103#issuecomment-1221274945 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let

[GitHub] [doris] hf200012 commented on a diff in pull request #11927: [feature](spark-load)Spark load supports string type data import

2022-08-20 Thread GitBox
hf200012 commented on code in PR #11927: URL: https://github.com/apache/doris/pull/11927#discussion_r950680498 ## fe/spark-dpp/src/main/java/org/apache/doris/load/loadv2/dpp/SparkDpp.java: ## @@ -405,6 +405,18 @@ public boolean validateData(Object srcValue, EtlJobConfig.EtlColu

[GitHub] [doris] platoneko commented on a diff in pull request #11450: [feature](cold_on_s3) Show remote data usage via SHOW BACKENDS and SHOW TABLETS statements

2022-08-20 Thread GitBox
platoneko commented on code in PR #11450: URL: https://github.com/apache/doris/pull/11450#discussion_r950681322 ## be/src/io/fs/s3_file_system.cpp: ## @@ -141,7 +141,7 @@ Status S3FileSystem::open_file(const Path& path, FileReaderSPtr* reader) { RETURN_IF_ERROR(file_size(p

[GitHub] [doris] platoneko commented on a diff in pull request #11450: [feature](cold_on_s3) Show remote data usage via SHOW BACKENDS and SHOW TABLETS statements

2022-08-20 Thread GitBox
platoneko commented on code in PR #11450: URL: https://github.com/apache/doris/pull/11450#discussion_r950681634 ## fe/fe-core/src/main/java/org/apache/doris/common/proc/BackendsProcDir.java: ## @@ -51,7 +51,7 @@ public class BackendsProcDir implements ProcDirInterface {

[GitHub] [doris] nextdreamblue opened a new pull request, #11942: [Enhancement] (restore) restore table or partition with the same replication_num as before the backup

2022-08-20 Thread GitBox
nextdreamblue opened a new pull request, #11942: URL: https://github.com/apache/doris/pull/11942 add restore new property 'reserve_replica', which means you can get a table with same partitions with the same replication num as before the backup. # Proposed changes Issue Nu

[GitHub] [doris] github-actions[bot] commented on pull request #11927: [feature](spark-load)Spark load supports string type data import

2022-08-20 Thread GitBox
github-actions[bot] commented on PR #11927: URL: https://github.com/apache/doris/pull/11927#issuecomment-1221308024 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 #11927: [feature](spark-load)Spark load supports string type data import

2022-08-20 Thread GitBox
github-actions[bot] commented on PR #11927: URL: https://github.com/apache/doris/pull/11927#issuecomment-1221308037 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] platoneko commented on a diff in pull request #11450: [feature](cold_on_s3) Show remote data usage via SHOW BACKENDS and SHOW TABLETS statements

2022-08-20 Thread GitBox
platoneko commented on code in PR #11450: URL: https://github.com/apache/doris/pull/11450#discussion_r950703910 ## fe/fe-core/src/main/java/org/apache/doris/common/proc/ReplicasProcNode.java: ## @@ -33,12 +33,10 @@ * show replicas' detail info within a tablet */ public clas

[GitHub] [doris] platoneko commented on a diff in pull request #11450: [feature](cold_on_s3) Show remote data usage via SHOW BACKENDS and SHOW TABLETS statements

2022-08-20 Thread GitBox
platoneko commented on code in PR #11450: URL: https://github.com/apache/doris/pull/11450#discussion_r950703922 ## fe/fe-core/src/main/java/org/apache/doris/common/proc/BackendsProcDir.java: ## @@ -51,7 +51,7 @@ public class BackendsProcDir implements ProcDirInterface {

[GitHub] [doris] github-actions[bot] commented on pull request #11450: [feature](cold_on_s3) Show remote data usage via SHOW BACKENDS and SHOW TABLETS statements

2022-08-20 Thread GitBox
github-actions[bot] commented on PR #11450: URL: https://github.com/apache/doris/pull/11450#issuecomment-1221337920 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 #11450: [feature](cold_on_s3) Show remote data usage via SHOW BACKENDS and SHOW TABLETS statements

2022-08-20 Thread GitBox
github-actions[bot] commented on PR #11450: URL: https://github.com/apache/doris/pull/11450#issuecomment-1221338016 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] yiguolei merged pull request #11903: [refactor](planner): refactor equals code in Catalog dir.

2022-08-20 Thread GitBox
yiguolei merged PR #11903: URL: https://github.com/apache/doris/pull/11903 -- 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: [refactor](planner): refactor equals code in Catalog dir. (#11903)

2022-08-20 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 c2efa9c3b5 [refactor](planner): refactor equals

[GitHub] [doris] yiguolei merged pull request #11906: [bugfix](load) fix cancel load stmt cannot recognize key words in upper case

2022-08-20 Thread GitBox
yiguolei merged PR #11906: URL: https://github.com/apache/doris/pull/11906 -- 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) fix cancel load stmt cannot recognize key words in upper case (#11906)

2022-08-20 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 161d134270 [bugfix](load) fix cancel load stmt

[GitHub] [doris] yiguolei merged pull request #11886: [Bugfix](inpredicate) fix in predicate in group by clause may cause NPE

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

[GitHub] [doris] yiguolei closed issue #11881: [Bug] NPE when inpredicate in group by clause

2022-08-20 Thread GitBox
yiguolei closed issue #11881: [Bug] NPE when inpredicate in group by clause URL: https://github.com/apache/doris/issues/11881 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[doris] branch master updated: [Bugfix](inpredicate) fix in predicate in group by clause may cause NPE (#11886)

2022-08-20 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 25b427d0c6 [Bugfix](inpredicate) fix in predica

[GitHub] [doris] yiguolei merged pull request #11796: [Bug](cast) change binary predicate finally cast to varchar

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

[doris] branch master updated: [Bug](cast) change binary predicate finally cast to varchar (#11796)

2022-08-20 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 192cdd4d76 [Bug](cast) change binary predicate

[GitHub] [doris] github-actions[bot] commented on pull request #11796: [Bug](cast) change binary predicate finally cast to varchar

2022-08-20 Thread GitBox
github-actions[bot] commented on PR #11796: URL: https://github.com/apache/doris/pull/11796#issuecomment-1221451418 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] xinyiZzz opened a new pull request, #11943: [dev-1.1.2](cherry-pick) Optimize readability of mem exceed limit error message

2022-08-20 Thread GitBox
xinyiZzz opened a new pull request, #11943: URL: https://github.com/apache/doris/pull/11943 # Proposed changes Issue Number: close #11876 ## Problem summary cherry-pick #11877 ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] Lchangliang commented on pull request #11869: [bugfix](light weight schema change) support delete condition in schema change

2022-08-20 Thread GitBox
Lchangliang commented on PR #11869: URL: https://github.com/apache/doris/pull/11869#issuecomment-1221461684 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 unsubscr

[GitHub] [doris] xinyiZzz opened a new pull request, #11944: [dev-1.1.2](memory) Default `STRICT_MEMORY_USE` reduce hash table memory

2022-08-20 Thread GitBox
xinyiZzz opened a new pull request, #11944: URL: https://github.com/apache/doris/pull/11944 # Proposed changes Issue Number: close #xxx ## Problem summary Vectorized query ssb 3.1, the memory is mainly composed of 4 parts, 1. The memory ratio of each part in the fi

[GitHub] [doris] jackwener opened a new pull request, #11945: [improve](*): use `Pair.of` to replace `new Pair<>()`

2022-08-20 Thread GitBox
jackwener opened a new pull request, #11945: URL: https://github.com/apache/doris/pull/11945 # Proposed changes Issue Number: close #xxx ## Problem summary use `Pair.of` to replace `new Pair<>()` ## Checklist(Required) 1. Does it affect the original behavior

[GitHub] [doris] jackwener opened a new pull request, #11946: [improve](nereids): remove FakeJoin.java

2022-08-20 Thread GitBox
jackwener opened a new pull request, #11946: URL: https://github.com/apache/doris/pull/11946 # Proposed changes Issue Number: close #xxx ## Problem summary remove FakeJoin.java ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] xinyiZzz opened a new pull request, #11947: [fix](memtracker) Improve memory tracking accuracy for exec nodes

2022-08-20 Thread GitBox
xinyiZzz opened a new pull request, #11947: URL: https://github.com/apache/doris/pull/11947 # Proposed changes Issue Number: close #xxx ## Problem summary 1. fix missing exec node mem tracker consumer. 2. print real process physical memory when exceeding mem limit