[GitHub] [doris] luozenglin opened a new pull request, #14702: [fix](bitmapfilter) fix core dump caused by bitmap filter

2022-11-29 Thread GitBox
luozenglin opened a new pull request, #14702: URL: https://github.com/apache/doris/pull/14702 # Proposed changes Issue Number: close #14701 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [

[GitHub] [doris] luozenglin opened a new issue, #14701: [Bug] core dump caused by bitmap filter

2022-11-29 Thread GitBox
luozenglin opened a new issue, #14701: URL: https://github.com/apache/doris/issues/14701 ### 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 master ### Wha

[GitHub] [doris] hello-stephen commented on pull request #14691: [fix](Nereids): copy new Group in DPHyp to memo

2022-11-29 Thread GitBox
hello-stephen commented on PR #14691: URL: https://github.com/apache/doris/pull/14691#issuecomment-1331757238 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.65 seconds load time: 437 seconds storage size: 17123398157 Bytes https://doris-co

[GitHub] [doris] Yulei-Yang opened a new pull request, #14700: [Improvement](meta)add IsCurrent column in show catalogs result

2022-11-29 Thread GitBox
Yulei-Yang opened a new pull request, #14700: URL: https://github.com/apache/doris/pull/14700 When a user has multiple catalogs and switch several times, he may forget which catalog is using. So I add a iscurrent column in show catalogs result for help. mysql> show catalogs; +

[GitHub] [doris] 781015928 opened a new issue, #14699: [Bug]

2022-11-29 Thread GitBox
781015928 opened a new issue, #14699: URL: https://github.com/apache/doris/issues/14699 ### 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.12 ### What's

[GitHub] [doris] DongLiang-0 opened a new pull request, #14698: [fix](doris-demo)fix flink-connector demo maven dependency conflict

2022-11-29 Thread GitBox
DongLiang-0 opened a new pull request, #14698: URL: https://github.com/apache/doris/pull/14698 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. fix flink-connector demo maven dependency conflict ## Checklist(Required)

svn commit: r58347 - in /dev/doris/flink-connector/1.2.1: apache-doris-flink-connector-1.15-1.2.1-src.tar.gz apache-doris-flink-connector-1.15-1.2.1-src.tar.gz.asc apache-doris-flink-connector-1.15-1.

2022-11-29 Thread diwu
Author: diwu Date: Wed Nov 30 07:11:26 2022 New Revision: 58347 Log: Update flink connector1.2.1 Modified: dev/doris/flink-connector/1.2.1/apache-doris-flink-connector-1.15-1.2.1-src.tar.gz dev/doris/flink-connector/1.2.1/apache-doris-flink-connector-1.15-1.2.1-src.tar.gz.asc dev/d

[GitHub] [doris] hello-stephen commented on pull request #14689: [enhancement](macOS) Make CLion work out of the box

2022-11-29 Thread GitBox
hello-stephen commented on PR #14689: URL: https://github.com/apache/doris/pull/14689#issuecomment-1331709912 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35 seconds load time: 436 seconds storage size: 17123343175 Bytes https://doris-commu

[GitHub] [doris] Gabriel39 opened a new pull request, #14697: [refactor](datev2) refine function expr for datev2

2022-11-29 Thread GitBox
Gabriel39 opened a new pull request, #14697: URL: https://github.com/apache/doris/pull/14697 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] yiguolei commented on a diff in pull request #9172: [enhancement](k8s) Support fqdn mode for be in k8s enviroment

2022-11-29 Thread GitBox
yiguolei commented on code in PR #9172: URL: https://github.com/apache/doris/pull/9172#discussion_r1035566659 ## fe/fe-core/src/main/java/org/apache/doris/system/Backend.java: ## @@ -70,7 +69,9 @@ public enum BackendState { @SerializedName("id") private long id; @

[GitHub] [doris] qidaye commented on a diff in pull request #14696: [opt](docs) Add select except usage in select doc

2022-11-29 Thread GitBox
qidaye commented on code in PR #14696: URL: https://github.com/apache/doris/pull/14696#discussion_r1035563167 ## docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/SELECT.md: ## @@ -65,26 +65,28 @@ SELECT 3. where_definition retrieves the conditi

svn commit: r58345 - in /dev/doris/flink-connector: 1.1.1/ 1.2.1/ 1.3.0/

2022-11-29 Thread diwu
Author: diwu Date: Wed Nov 30 06:10:04 2022 New Revision: 58345 Log: Update flink connector 1.3.0 Modified: dev/doris/flink-connector/1.1.1/apache-doris-flink-connector-1.14_2.11-1.1.1-src.tar.gz dev/doris/flink-connector/1.1.1/apache-doris-flink-connector-1.14_2.11-1.1.1-src.tar.gz.asc

[doris-flink-connector] annotated tag 1.14_2.11-1.1.1 updated (ae85708 -> 43661a2)

2022-11-29 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to annotated tag 1.14_2.11-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git *** WARNING: tag 1.14_2.11-1.1.1 was modified! *** from ae85708 (commit) to 43661a2 (

[doris] branch master updated: [feature](nereids) split AggregateDisassemble into two rules (#14611)

2022-11-29 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 593a916ae6 [feature](nereids) split Aggregate

[GitHub] [doris] 924060929 closed issue #14280: [Feature] (Nereids) 4 stage aggregate for distinct without group by

2022-11-29 Thread GitBox
924060929 closed issue #14280: [Feature] (Nereids) 4 stage aggregate for distinct without group by URL: https://github.com/apache/doris/issues/14280 -- 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 t

[GitHub] [doris] 924060929 merged pull request #14611: [feature](nereids) split AggregateDisassemble into two rules

2022-11-29 Thread GitBox
924060929 merged PR #14611: URL: https://github.com/apache/doris/pull/14611 -- 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

[GitHub] [doris] yiguolei commented on a diff in pull request #9172: [enhancement](k8s) Support fqdn mode for be in k8s enviroment

2022-11-29 Thread GitBox
yiguolei commented on code in PR #9172: URL: https://github.com/apache/doris/pull/9172#discussion_r1035559094 ## fe/fe-core/src/main/java/org/apache/doris/system/SystemInfoService.java: ## @@ -901,7 +915,8 @@ public void clear() { this.idToReportVersionRef = null;

[doris] 01/01: [temp](statistics) disable statistic tables

2022-11-29 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git commit b2308a90cabc7346428e5eb1c91a4246ca9c8efc Author: morningman AuthorDate: Mon Nov 14 13:49:31 2022 +0800

[doris] branch branch-1.2-unstable updated (d3039fa3a6 -> b2308a90ca)

2022-11-29 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git discard d3039fa3a6 [temp](statistics) disable statistic tables add 79688a54d6 [bug](jsonb) fix be core at

[doris] branch master updated: [bug](jsonb) fix be core at insert invalid json to JSONB column (#14686)

2022-11-29 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 79688a54d6 [bug](jsonb) fix be core at insert

[GitHub] [doris] morningman closed issue #14685: [Bug] insert invalid json to JSONB column will cause be core

2022-11-29 Thread GitBox
morningman closed issue #14685: [Bug] insert invalid json to JSONB column will cause be core URL: https://github.com/apache/doris/issues/14685 -- 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 spe

[GitHub] [doris] morningman merged pull request #14686: [bug](jsonb) fix be core at insert invalid json to JSONB column

2022-11-29 Thread GitBox
morningman merged PR #14686: URL: https://github.com/apache/doris/pull/14686 -- 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-flink-connector] annotated tag 1.14_2.12-1.1.1 updated (06afb30 -> 8552b47)

2022-11-29 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to annotated tag 1.14_2.12-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git *** WARNING: tag 1.14_2.12-1.1.1 was modified! *** from 06afb30 (commit) to 8552b47 (

[doris-flink-connector] annotated tag 1.15-1.2.1 updated (2208868 -> b024b87)

2022-11-29 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to annotated tag 1.15-1.2.1 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git *** WARNING: tag 1.15-1.2.1 was modified! *** from 2208868 (commit) to b024b87 (tag) tagg

[GitHub] [doris] github-actions[bot] commented on pull request #14611: [feature](nereids) split AggregateDisassemble into two rules

2022-11-29 Thread GitBox
github-actions[bot] commented on PR #14611: URL: https://github.com/apache/doris/pull/14611#issuecomment-1331659677 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 #14611: [feature](nereids) split AggregateDisassemble into two rules

2022-11-29 Thread GitBox
github-actions[bot] commented on PR #14611: URL: https://github.com/apache/doris/pull/14611#issuecomment-1331659649 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

[doris-flink-connector] annotated tag 1.16-1.3.0 updated (8e870b2 -> 07514a9)

2022-11-29 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to annotated tag 1.16-1.3.0 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git *** WARNING: tag 1.16-1.3.0 was modified! *** from 8e870b2 (commit) to 07514a9 (tag) tagg

svn commit: r58344 - /release/doris/KEYS

2022-11-29 Thread jiafengzheng
Author: jiafengzheng Date: Wed Nov 30 05:01:59 2022 New Revision: 58344 Log: update widi's KEYS Modified: release/doris/KEYS Modified: release/doris/KEYS == --- release/doris/KEYS (original) +++ release/doris/KEYS We

[GitHub] [doris] yuanyuan8983 commented on issue #14670: [Bug] 启动doris 1.1.4 FE 报错

2022-11-29 Thread GitBox
yuanyuan8983 commented on issue #14670: URL: https://github.com/apache/doris/issues/14670#issuecomment-1331645765 It seems that it is not the first time to start it. It should be the one with data in the doris meta before. Whether it is the FE package copied from other machines. If it is, y

[doris] 01/01: [temp](statistics) disable statistic tables

2022-11-29 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git commit d3039fa3a61b1e951d06a368e31f96f296e24c73 Author: morningman AuthorDate: Mon Nov 14 13:49:31 2022 +0800

[doris] branch branch-1.2-unstable updated (f206b65c1a -> d3039fa3a6)

2022-11-29 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git discard f206b65c1a [temp](statistics) disable statistic tables add f3cf83a933 (fix)[test] add some logs (

[GitHub] [doris] yuanyuan8983 commented on issue #14688: [Bug] show frontends\G; IP: 127.0.0.1

2022-11-29 Thread GitBox
yuanyuan8983 commented on issue #14688: URL: https://github.com/apache/doris/issues/14688#issuecomment-1331642456 When you first started fe, fe's priority_ The networks configuration should be 192.168.8.0/16? This IP should be your inet in eth0. Add my WeChat : cyllyy810222 -- This is an

[GitHub] [doris] morningman commented on a diff in pull request #14696: [opt](docs) Add select except usage in select doc

2022-11-29 Thread GitBox
morningman commented on code in PR #14696: URL: https://github.com/apache/doris/pull/14696#discussion_r1035527037 ## docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/SELECT.md: ## @@ -65,26 +65,28 @@ SELECT 3. where_definition retrieves the con

[doris] branch master updated: (fix)[test] add some logs (#14695)

2022-11-29 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new f3cf83a933 (fix)[test] add some logs (#1469

[GitHub] [doris] hf200012 merged pull request #14695: [fix](test) add some logs

2022-11-29 Thread GitBox
hf200012 merged PR #14695: URL: https://github.com/apache/doris/pull/14695 -- 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] qidaye opened a new pull request, #14696: [opt](docs) Add select except usage in select doc

2022-11-29 Thread GitBox
qidaye opened a new pull request, #14696: URL: https://github.com/apache/doris/pull/14696 # Proposed changes Add select except usage doc ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

svn commit: r58343 - /release/doris/KEYS

2022-11-29 Thread jiafengzheng
Author: jiafengzheng Date: Wed Nov 30 04:32:40 2022 New Revision: 58343 Log: update zhangjiafeng keys Modified: release/doris/KEYS Modified: release/doris/KEYS == --- release/doris/KEYS (original) +++ release/doris/K

[GitHub] [doris] morningman opened a new pull request, #14695: (fix)[test] add some logs

2022-11-29 Thread GitBox
morningman opened a new pull request, #14695: URL: https://github.com/apache/doris/pull/14695 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] hello-stephen commented on pull request #14693: [Enhancement](Nereids)add RelationId to unboundRelation

2022-11-29 Thread GitBox
hello-stephen commented on PR #14693: URL: https://github.com/apache/doris/pull/14693#issuecomment-1331629254 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.08 seconds load time: 428 seconds storage size: 17123343164 Bytes https://doris-co

svn commit: r58342 - /dev/doris/KEYS

2022-11-29 Thread diwu
Author: diwu Date: Wed Nov 30 04:21:56 2022 New Revision: 58342 Log: update keys Modified: dev/doris/KEYS Modified: dev/doris/KEYS == --- dev/doris/KEYS (original) +++ dev/doris/KEYS Wed Nov 30 04:21:56 2022 @@ -949,

[GitHub] [doris] dataroaring opened a new pull request, #14694: [improvement](test) logging load result

2022-11-29 Thread GitBox
dataroaring opened a new pull request, #14694: URL: https://github.com/apache/doris/pull/14694 When a load failed, we have to login to doris to investigate result. # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Check

[doris] branch branch-1.2-unstable updated (031ecb782c -> f206b65c1a)

2022-11-29 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git omit 031ecb782c [temp](statistics) disable statistic tables add b51f6ae050 [feature](Nereids)add rule:

[doris] 01/01: [temp](statistics) disable statistic tables

2022-11-29 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git commit f206b65c1ae1020d577ec422151f52ba4c21c9e6 Author: morningman AuthorDate: Mon Nov 14 13:49:31 2022 +0800

[GitHub] [doris] sohardforaname opened a new pull request, #14693: [Enhancement](Nereids)add RelationId to unboundRelation

2022-11-29 Thread GitBox
sohardforaname opened a new pull request, #14693: URL: https://github.com/apache/doris/pull/14693 # Proposed changes Issue Number: close #xxx ## Problem summary add RelationId to unboundRelation and refactor some ut used RelationUtil to allocate next RelationId. #

[doris] branch master updated: [improvement](planner)sort show catalogs result by name (#14684)

2022-11-29 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 3ca3af2234 [improvement](planner)sort show ca

[GitHub] [doris] morningman merged pull request #14684: [improvement](planner)sort show catalogs result by name

2022-11-29 Thread GitBox
morningman merged PR #14684: URL: https://github.com/apache/doris/pull/14684 -- 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: [enhencement](netty) bind netty's default logger when launching fe (#14675)

2022-11-29 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 3ff409551c [enhencement](netty) bind netty's

[GitHub] [doris] morningman merged pull request #14675: [enhencement](netty) bind netty's default logger when launching fe

2022-11-29 Thread GitBox
morningman merged PR #14675: URL: https://github.com/apache/doris/pull/14675 -- 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

[GitHub] [doris] englefly commented on a diff in pull request #14526: [feature](Nereids) estimation without column statistics

2022-11-29 Thread GitBox
englefly commented on code in PR #14526: URL: https://github.com/apache/doris/pull/14526#discussion_r1035499616 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/FilterEstimation.java: ## @@ -76,7 +75,7 @@ private StatsDeriveResult calculate(Expression expression) {

[GitHub] [doris] lsy3993 opened a new pull request, #14692: [test](jdbc)add new extremum case

2022-11-29 Thread GitBox
lsy3993 opened a new pull request, #14692: URL: https://github.com/apache/doris/pull/14692 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] github-actions[bot] commented on pull request #14666: [regression](test) add external regression-test base on emr environment 1.0 11-29

2022-11-29 Thread GitBox
github-actions[bot] commented on PR #14666: URL: https://github.com/apache/doris/pull/14666#issuecomment-1331604011 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

[doris-flink-connector] branch release-1.1.1 updated: [improve] Schema change does not require db and tbl consistency (#87) (#88)

2022-11-29 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch release-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/release-1.1.1 by this push: new a4cfd15 [imp

[GitHub] [doris-flink-connector] hf200012 merged pull request #88: Cherry pick #87 from master

2022-11-29 Thread GitBox
hf200012 merged PR #88: URL: https://github.com/apache/doris-flink-connector/pull/88 -- 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-flink-connector] branch release-1.2.1 updated: [improve] Schema change does not require db and tbl consistency (#87) (#89)

2022-11-29 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch release-1.2.1 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/release-1.2.1 by this push: new 5e26635 [imp

[GitHub] [doris-flink-connector] hf200012 merged pull request #89: Cherry pick #87 from master

2022-11-29 Thread GitBox
hf200012 merged PR #89: URL: https://github.com/apache/doris-flink-connector/pull/89 -- 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] branch master updated: [fix](tcmalloc) use low_watermark instead of hard_mem_limit (#14660)

2022-11-29 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 486a77fec0 [fix](tcmalloc) use low_watermark in

[GitHub] [doris] yiguolei merged pull request #14660: [fix](tcmalloc) use low_watermark instead of hard_mem_limit

2022-11-29 Thread GitBox
yiguolei merged PR #14660: URL: https://github.com/apache/doris/pull/14660 -- 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: [feature](multi-catalog) support Jdbc catalog (#14527)

2022-11-29 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 9272680d00 [feature](multi-catalog) support Jdb

[GitHub] [doris] yiguolei merged pull request #14527: [feature](multi-catalog) support Jdbc catalog

2022-11-29 Thread GitBox
yiguolei merged PR #14527: URL: https://github.com/apache/doris/pull/14527 -- 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 (3a362fab76 -> 82f3980774)

2022-11-29 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 3a362fab76 [fix](fe)table function node use wrong info for projection (#14667) add 82f3980774 [feature](Nereid

[GitHub] [doris] morrySnow merged pull request #14526: [feature](Nereids) estimation without column statistics

2022-11-29 Thread GitBox
morrySnow merged PR #14526: URL: https://github.com/apache/doris/pull/14526 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #14526: [feature](Nereids) estimation without column statistics

2022-11-29 Thread GitBox
github-actions[bot] commented on PR #14526: URL: https://github.com/apache/doris/pull/14526#issuecomment-1331595634 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 #14526: [feature](Nereids) estimation without column statistics

2022-11-29 Thread GitBox
github-actions[bot] commented on PR #14526: URL: https://github.com/apache/doris/pull/14526#issuecomment-1331595613 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-flink-connector] JNSimba opened a new pull request, #89: Cherry pick #87 from master

2022-11-29 Thread GitBox
JNSimba opened a new pull request, #89: URL: https://github.com/apache/doris-flink-connector/pull/89 * Optimizing schema changes #87 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required)

[GitHub] [doris-flink-connector] JNSimba opened a new pull request, #88: Cherry pick #87 from master

2022-11-29 Thread GitBox
JNSimba opened a new pull request, #88: URL: https://github.com/apache/doris-flink-connector/pull/88 * Optimizing schema changes # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1

[GitHub] [doris] XieJiann opened a new pull request, #14691: [fix](Nereids): copy new Group in DPHyp to memo

2022-11-29 Thread GitBox
XieJiann opened a new pull request, #14691: URL: https://github.com/apache/doris/pull/14691 Signed-off-by: xiejiann # Proposed changes Issue Number: close #xxx ## Problem summary For the groups contructed in HyperGraph, we need to copy them in to the memo. just l

[GitHub] [doris] englefly commented on pull request #14662: [feature](nereids)time stamp diff

2022-11-29 Thread GitBox
englefly commented on PR #14662: URL: https://github.com/apache/doris/pull/14662#issuecomment-1331582108 @morrySnow PTAL -- 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] hello-stephen commented on pull request #14686: [bug](jsonb) fix be core at insert invalid json to JSONB column

2022-11-29 Thread GitBox
hello-stephen commented on PR #14686: URL: https://github.com/apache/doris/pull/14686#issuecomment-1331581754 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.72 seconds load time: 434 seconds storage size: 17123343173 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #14686: [bug](jsonb) fix be core at insert invalid json to JSONB column

2022-11-29 Thread GitBox
github-actions[bot] commented on PR #14686: URL: https://github.com/apache/doris/pull/14686#issuecomment-1331580736 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 #14686: [bug](jsonb) fix be core at insert invalid json to JSONB column

2022-11-29 Thread GitBox
github-actions[bot] commented on PR #14686: URL: https://github.com/apache/doris/pull/14686#issuecomment-1331580763 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] dataroaring opened a new pull request, #14690: [fix](test) add sync between inset into and select

2022-11-29 Thread GitBox
dataroaring opened a new pull request, #14690: URL: https://github.com/apache/doris/pull/14690 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] adonis0147 opened a new pull request, #14689: [enhancement](macOS) Make CLion work out of the box

2022-11-29 Thread GitBox
adonis0147 opened a new pull request, #14689: URL: https://github.com/apache/doris/pull/14689 # Proposed changes Issue Number: close #xxx ## Problem summary We can't build the project after import it to CLion on macOS. Some options must be provided by default. ##

[doris-flink-connector] branch release-1.3.0 created (now cb65d4a)

2022-11-29 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a change to branch release-1.3.0 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git at cb65d4a [improve] Schema change does not require db and tbl consistency (#87) No new revisions

[GitHub] [doris] geekyouth opened a new issue, #14688: [Bug] show frontends\G; IP: 127.0.0.1

2022-11-29 Thread GitBox
geekyouth opened a new issue, #14688: URL: https://github.com/apache/doris/issues/14688 ### 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 ``` # mysql -uroot

svn commit: r58341 - /dev/doris/KEYS

2022-11-29 Thread jiafengzheng
Author: jiafengzheng Date: Wed Nov 30 02:44:43 2022 New Revision: 58341 Log: update zhangjiafeng keys Modified: dev/doris/KEYS Modified: dev/doris/KEYS == --- dev/doris/KEYS (original) +++ dev/doris/KEYS Wed Nov 30 0

[doris] branch master updated (7a1fde379c -> 3a362fab76)

2022-11-29 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 7a1fde379c [Enhancement](function) optimize for decimal arithmetic calculation (#14674) add 3a362fab76 [fix](fe

[GitHub] [doris] yiguolei merged pull request #14667: [fix](fe)table function node use wrong info for projection

2022-11-29 Thread GitBox
yiguolei merged PR #14667: URL: https://github.com/apache/doris/pull/14667 -- 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: [Enhancement](function) optimize for decimal arithmetic calculation (#14674)

2022-11-29 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 7a1fde379c [Enhancement](function) optimize for

[GitHub] [doris] yiguolei merged pull request #14674: [Enhancement](function) optimize for decimal arithmetic calculation

2022-11-29 Thread GitBox
yiguolei merged PR #14674: URL: https://github.com/apache/doris/pull/14674 -- 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-flink-connector] branch master updated: [improve] Schema change does not require db and tbl consistency (#87)

2022-11-29 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new cb65d4a [improve] Schema c

[GitHub] [doris-flink-connector] hf200012 merged pull request #87: [improve] Schema change does not require db and tbl consistency

2022-11-29 Thread GitBox
hf200012 merged PR #87: URL: https://github.com/apache/doris-flink-connector/pull/87 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

[GitHub] [doris] lsy3993 opened a new pull request, #14687: [test](jdbc)add extremum case

2022-11-29 Thread GitBox
lsy3993 opened a new pull request, #14687: URL: https://github.com/apache/doris/pull/14687 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] hello-stephen commented on pull request #14684: [improvement](planner)sort show catalogs result by name

2022-11-29 Thread GitBox
hello-stephen commented on PR #14684: URL: https://github.com/apache/doris/pull/14684#issuecomment-1331568862 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.58 seconds load time: 433 seconds storage size: 17123343117 Bytes https://doris-co

[GitHub] [doris] xiaokang opened a new pull request, #14686: [bug](jsonb) fix be core at insert invalid json to JSONB column

2022-11-29 Thread GitBox
xiaokang opened a new pull request, #14686: URL: https://github.com/apache/doris/pull/14686 # Proposed changes Issue Number: close #14685 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] xiaokang opened a new issue, #14685: [Bug] insert invalid json to JSONB column will cause be core

2022-11-29 Thread GitBox
xiaokang opened a new issue, #14685: URL: https://github.com/apache/doris/issues/14685 ### 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 master ### What'

[GitHub] [doris] github-actions[bot] commented on pull request #14674: [Enhancement](function) optimize for decimal arithmetic calculation

2022-11-29 Thread GitBox
github-actions[bot] commented on PR #14674: URL: https://github.com/apache/doris/pull/14674#issuecomment-1331552281 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 #14674: [Enhancement](function) optimize for decimal arithmetic calculation

2022-11-29 Thread GitBox
github-actions[bot] commented on PR #14674: URL: https://github.com/apache/doris/pull/14674#issuecomment-1331552233 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

[doris] branch master updated (dd7ec8f4ca -> ca90253b09)

2022-11-29 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 dd7ec8f4ca [improvement](test) add tpch1 orc for hive catalog and refactor some test dir (#14669) add ca90253b0

[GitHub] [doris] yiguolei merged pull request #14655: [config](storage-policy) add a FE config to disable storage policy by default

2022-11-29 Thread GitBox
yiguolei merged PR #14655: URL: https://github.com/apache/doris/pull/14655 -- 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](test) add tpch1 orc for hive catalog and refactor some test dir (#14669)

2022-11-29 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 dd7ec8f4ca [improvement](test) add tpch1 orc fo

[GitHub] [doris] yiguolei merged pull request #14669: [improvement](test) add tpch1 orc for hive catalog and refactor some test dir

2022-11-29 Thread GitBox
yiguolei merged PR #14669: URL: https://github.com/apache/doris/pull/14669 -- 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] github-actions[bot] commented on pull request #14675: [enhencement](netty) bind netty's default logger when launching fe

2022-11-29 Thread GitBox
github-actions[bot] commented on PR #14675: URL: https://github.com/apache/doris/pull/14675#issuecomment-1331547353 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 #14675: [enhencement](netty) bind netty's default logger when launching fe

2022-11-29 Thread GitBox
github-actions[bot] commented on PR #14675: URL: https://github.com/apache/doris/pull/14675#issuecomment-1331547323 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 #14684: [improvement](planner)sort show catalogs result by name

2022-11-29 Thread GitBox
github-actions[bot] commented on PR #14684: URL: https://github.com/apache/doris/pull/14684#issuecomment-1331546744 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 #14684: [improvement](planner)sort show catalogs result by name

2022-11-29 Thread GitBox
github-actions[bot] commented on PR #14684: URL: https://github.com/apache/doris/pull/14684#issuecomment-1331546722 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] Kikyou1997 commented on a diff in pull request #14676: [featuer-wip](statistics) Support for collecting statistics on materialized view

2022-11-29 Thread GitBox
Kikyou1997 commented on code in PR #14676: URL: https://github.com/apache/doris/pull/14676#discussion_r1035453854 ## fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java: ## @@ -73,144 +70,46 @@ public class AnalyzeStmt extends DdlStmt { private static fina

[GitHub] [doris] github-actions[bot] commented on pull request #14527: [feature](multi-catalog) support Jdbc catalog

2022-11-29 Thread GitBox
github-actions[bot] commented on PR #14527: URL: https://github.com/apache/doris/pull/14527#issuecomment-1331545881 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 #14527: [feature](multi-catalog) support Jdbc catalog

2022-11-29 Thread GitBox
github-actions[bot] commented on PR #14527: URL: https://github.com/apache/doris/pull/14527#issuecomment-1331545857 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] Yulei-Yang opened a new pull request, #14684: [improvement](planner)sort show catalogs result by name

2022-11-29 Thread GitBox
Yulei-Yang opened a new pull request, #14684: URL: https://github.com/apache/doris/pull/14684 **Result of `show databases`, `show tables`, `show data` are all sorted by name, so make `show catalogs` behavior same.** # Proposed changes Issue Number: close #xxx ## Problem

[GitHub] [doris] BePPPower commented on a diff in pull request #14527: [feature](multi-catalog) support Jdbc catalog

2022-11-29 Thread GitBox
BePPPower commented on code in PR #14527: URL: https://github.com/apache/doris/pull/14527#discussion_r1035452707 ## fe/fe-core/src/main/java/org/apache/doris/datasource/JdbcExternalCatalog.java: ## @@ -0,0 +1,173 @@ +// Licensed to the Apache Software Foundation (ASF) under one

  1   2   3   >