[GitHub] [incubator-doris] chaoyli commented on a change in pull request #4825: [Feature] Running Profile OLAP_SCAN_NODE layering and enhance readability

2020-10-29 Thread GitBox
chaoyli commented on a change in pull request #4825: URL: https://github.com/apache/incubator-doris/pull/4825#discussion_r514874623 ## File path: be/src/exec/scan_node.cpp ## @@ -23,45 +23,37 @@ namespace doris { const string ScanNode::_s_bytes_read_counter = "BytesRead"; c

[incubator-doris] branch master updated (5933326 -> 44498a1)

2020-10-29 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/incubator-doris.git. from 5933326 Fix Clerical error (#4820) add 44498a1 [Compatibility] Add table "views" in information_s

[incubator-doris] branch master updated (44498a1 -> a291f4d)

2020-10-29 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/incubator-doris.git. from 44498a1 [Compatibility] Add table "views" in information_schema database (#4778) add a291f4d [SQ

[incubator-doris] branch master updated (a291f4d -> c03808a)

2020-10-29 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/incubator-doris.git. from a291f4d [SQL][Bug] Fix union bug (#4772) (#4807) add c03808a [TabletScheduler] Fix some bug where

[GitHub] [incubator-doris] morningman merged pull request #4804: [TabletScheduler] Fix some bug where decommission operations cannot be completed

2020-10-29 Thread GitBox
morningman merged pull request #4804: URL: https://github.com/apache/incubator-doris/pull/4804 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] morningman closed issue #4802: [Decommission] Decommission operation can not be completed

2020-10-29 Thread GitBox
morningman closed issue #4802: URL: https://github.com/apache/incubator-doris/issues/4802 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [incubator-doris] morningman merged pull request #4807: [Bug] Fix union bug (#4772)

2020-10-29 Thread GitBox
morningman merged pull request #4807: URL: https://github.com/apache/incubator-doris/pull/4807 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] morningman closed issue #4777: Error happened when open a view in DBeaver

2020-10-29 Thread GitBox
morningman closed issue #4777: URL: https://github.com/apache/incubator-doris/issues/4777 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [incubator-doris] morningman merged pull request #4778: Error happened when open a view in DBeaver

2020-10-29 Thread GitBox
morningman merged pull request #4778: URL: https://github.com/apache/incubator-doris/pull/4778 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] francisoliverlee edited a comment on issue #4824: [fe bug] query information_schema.tables cost 7s, even more

2020-10-29 Thread GitBox
francisoliverlee edited a comment on issue #4824: URL: https://github.com/apache/incubator-doris/issues/4824#issuecomment-719142181 ## after some check, it's known to us how this happened. how to exec the sql between fe and be ``` we user > fe --> be ---

[GitHub] [incubator-doris] francisoliverlee edited a comment on issue #4824: [fe bug] query information_schema.tables cost 7s, even more

2020-10-29 Thread GitBox
francisoliverlee edited a comment on issue #4824: URL: https://github.com/apache/incubator-doris/issues/4824#issuecomment-719142181 after some check, it's known to us how this happened. ## 1 how to exec the sql between fe and be ``` we user > fe --> be ---

[GitHub] [incubator-doris] francisoliverlee edited a comment on issue #4824: [fe bug] query information_schema.tables cost 7s, even more

2020-10-29 Thread GitBox
francisoliverlee edited a comment on issue #4824: URL: https://github.com/apache/incubator-doris/issues/4824#issuecomment-719142181 after some check, it's known to us how this happened. ## 1 how to exec the sql between fe and be ``` we user > fe --> be ---

[GitHub] [incubator-doris] francisoliverlee commented on issue #4824: [fe bug] query information_schema.tables cost 7s, even more

2020-10-29 Thread GitBox
francisoliverlee commented on issue #4824: URL: https://github.com/apache/incubator-doris/issues/4824#issuecomment-719142181 after some check, it's known to us how this happened. ## 1 how to exec the sql between fe and be ``` we user > fe --> be --

[GitHub] [incubator-doris] xinyiZzz opened a new pull request #4825: [Feature] Running Profile OLAP_SCAN_NODE layering and enhance readability

2020-10-29 Thread GitBox
xinyiZzz opened a new pull request #4825: URL: https://github.com/apache/incubator-doris/pull/4825 ## Proposed changes mainly includes: - `OLAP_SCAN_NODE` profile layering: `OLAP_SCAN_NODE`,`OlapScanner`, and `SegmentIterator`. - Delete meaningless statistical values. mainly in

[GitHub] [incubator-doris] francisoliverlee commented on pull request #4808: [optimize] optimize default value for thriftserver's config key "thrift_client_timeout_ms"

2020-10-29 Thread GitBox
francisoliverlee commented on pull request #4808: URL: https://github.com/apache/incubator-doris/pull/4808#issuecomment-719139355 > @francisoliverlee Please provide an issue related to this PR. https://github.com/apache/incubator-doris/issues/4824 ---

[GitHub] [incubator-doris] francisoliverlee opened a new issue #4824: [fe bug] query information_schema.tables cost 7s, even more

2020-10-29 Thread GitBox
francisoliverlee opened a new issue #4824: URL: https://github.com/apache/incubator-doris/issues/4824 **Describe the bug** exec the sql cost 7s , even more ```SQL select * from information_schema.tables ``` **To Reproduce** exec the sql ```SQL select * from inform

[GitHub] [incubator-doris] vagetablechicken commented on a change in pull request #4771: [LoadBalance] make BeLoadRebalancer extends from base class Rebalancer

2020-10-29 Thread GitBox
vagetablechicken commented on a change in pull request #4771: URL: https://github.com/apache/incubator-doris/pull/4771#discussion_r514148834 ## File path: fe/fe-core/src/main/java/org/apache/doris/clone/Rebalancer.java ## @@ -0,0 +1,80 @@ +// Licensed to the Apache Software Fou

[incubator-doris] branch master updated: Fix Clerical error (#4820)

2020-10-29 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 5933326 Fix Clerical error (#4820) 59

[GitHub] [incubator-doris] yangzhg merged pull request #4820: Fix Clerical error

2020-10-29 Thread GitBox
yangzhg merged pull request #4820: URL: https://github.com/apache/incubator-doris/pull/4820 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 t

[incubator-doris] branch master updated (6b234fb -> 427d7ec)

2020-10-29 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 6b234fb Fix create rollup may duplicate hidden column (#4816) add 427d7ec [Docs] Fix REPLACE TABLE s

[incubator-doris] branch master updated: [Doc] Add doc for sequence column (#4814)

2020-10-29 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 32afb11 [Doc] Add doc for sequence co

[incubator-doris] branch master updated: remove (#4818)

2020-10-29 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 9099191 remove (#4818) 9099191 is des

[incubator-doris] branch master updated (fe6ac26 -> 6b234fb)

2020-10-29 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from fe6ac26 [BUG] Cast int type to date type (#4806) add 6b234fb Fix create rollup may duplicate hidden

[GitHub] [incubator-doris] yangzhg merged pull request #4818: [Bug] Sequence column should be visible when show_hidden_columns = true

2020-10-29 Thread GitBox
yangzhg merged pull request #4818: URL: https://github.com/apache/incubator-doris/pull/4818 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 t

[GitHub] [incubator-doris] yangzhg merged pull request #4814: [Doc] Add doc for sequence column

2020-10-29 Thread GitBox
yangzhg merged pull request #4814: URL: https://github.com/apache/incubator-doris/pull/4814 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 t

[GitHub] [incubator-doris] yangzhg merged pull request #4816: Fix create rollup may duplicate hidden column

2020-10-29 Thread GitBox
yangzhg merged pull request #4816: URL: https://github.com/apache/incubator-doris/pull/4816 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 t

[GitHub] [incubator-doris] yangzhg merged pull request #4819: [Docs] Fix REPLACE TABLE syntax

2020-10-29 Thread GitBox
yangzhg merged pull request #4819: URL: https://github.com/apache/incubator-doris/pull/4819 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 t

[GitHub] [incubator-doris] yangzhg closed issue #4815: [BUG] create rollup may duplicate hidden column

2020-10-29 Thread GitBox
yangzhg closed issue #4815: URL: https://github.com/apache/incubator-doris/issues/4815 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-doris] HappenLee opened a new pull request #4823: [Refactor] Refactor olap scan node code

2020-10-29 Thread GitBox
HappenLee opened a new pull request #4823: URL: https://github.com/apache/incubator-doris/pull/4823 1. Remove meaningless code in Doris 2. Replace copy method by reference 3. Simplified the implementation of some functions ## Proposed changes Describe the big picture of y

[GitHub] [incubator-doris] arjenzhou edited a comment on issue #4822: [BUG] Wrong version from select statement using mysql client

2020-10-29 Thread GitBox
arjenzhou edited a comment on issue #4822: URL: https://github.com/apache/incubator-doris/issues/4822#issuecomment-718732729 Thanks for your reply, is there any convenient way to get from JDBC metadata? 发自我的iPhone 在 2020年10月29日,下午8:52,Stalary 写道:  use show vari

[GitHub] [incubator-doris] arjenzhou commented on issue #4822: [BUG] Wrong version from select statement using mysql client

2020-10-29 Thread GitBox
arjenzhou commented on issue #4822: URL: https://github.com/apache/incubator-doris/issues/4822#issuecomment-718732729 Thanks for your reply, is there any convenient way to get from JDBC? 发自我的iPhone 在 2020年10月29日,下午8:52,Stalary 写道:  use show variables, version_c

[GitHub] [incubator-doris] stalary commented on issue #4822: [BUG] Wrong version from select statement using mysql client

2020-10-29 Thread GitBox
stalary commented on issue #4822: URL: https://github.com/apache/incubator-doris/issues/4822#issuecomment-718732034 use show variables, version_comment is doris version. This is an automated message from the Apache Git Servi

[incubator-doris] branch master updated (54fa763 -> fe6ac26)

2020-10-29 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 54fa763 [ODBC] Support ODBC external table of PostgreSQL and revise the doc. (#4798) add fe6ac26

[incubator-doris] branch master updated (54fa763 -> fe6ac26)

2020-10-29 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 54fa763 [ODBC] Support ODBC external table of PostgreSQL and revise the doc. (#4798) add fe6ac26

[GitHub] [incubator-doris] chaoyli merged pull request #4806: [BUG] Cast int type to date type

2020-10-29 Thread GitBox
chaoyli merged pull request #4806: URL: https://github.com/apache/incubator-doris/pull/4806 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 t

[GitHub] [incubator-doris] arjenzhou opened a new issue #4822: Wrong version from select statement

2020-10-29 Thread GitBox
arjenzhou opened a new issue #4822: URL: https://github.com/apache/incubator-doris/issues/4822 **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '' 3. Scroll down to

[GitHub] [incubator-doris] wangbo commented on issue #4788: [Proposal] Use Rollup's Aggregation Key as Rollup's Bucket Key

2020-10-29 Thread GitBox
wangbo commented on issue #4788: URL: https://github.com/apache/incubator-doris/issues/4788#issuecomment-718710533 >can we config the replica num of rollup table ? or it is the same nums of the base table? It is the same nums of the base table -

[GitHub] [incubator-doris] wangbo edited a comment on issue #4788: [Proposal] Use Rollup's Aggregation Key as Rollup's Bucket Key

2020-10-29 Thread GitBox
wangbo edited a comment on issue #4788: URL: https://github.com/apache/incubator-doris/issues/4788#issuecomment-718710533 >can we config the replica num of rollup table ? or it is the same nums of the base table? It is the same nums of the base table --

[GitHub] [incubator-doris] xinyiZzz opened a new issue #4821: Feature] Running Profile OLAP_SCAN_NODE node has poor readability

2020-10-29 Thread GitBox
xinyiZzz opened a new issue #4821: URL: https://github.com/apache/incubator-doris/issues/4821 **Is your feature request related to a problem? Please describe.** In the Running Profile, the statistical values of the OLAP_SCAN_NODE node are too many, including the statistical values of Ola

[GitHub] [incubator-doris] vagetablechicken commented on a change in pull request #4771: [LoadBalance] make BeLoadRebalancer extends from base class Rebalancer

2020-10-29 Thread GitBox
vagetablechicken commented on a change in pull request #4771: URL: https://github.com/apache/incubator-doris/pull/4771#discussion_r514153844 ## File path: fe/fe-core/src/main/java/org/apache/doris/clone/TabletScheduler.java ## @@ -826,12 +831,25 @@ private boolean deleteReplica

[GitHub] [incubator-doris] vagetablechicken commented on a change in pull request #4771: [LoadBalance] make BeLoadRebalancer extends from base class Rebalancer

2020-10-29 Thread GitBox
vagetablechicken commented on a change in pull request #4771: URL: https://github.com/apache/incubator-doris/pull/4771#discussion_r514153343 ## File path: fe/fe-core/src/main/java/org/apache/doris/clone/Rebalancer.java ## @@ -0,0 +1,80 @@ +// Licensed to the Apache Software Fou

[GitHub] [incubator-doris] vagetablechicken commented on a change in pull request #4771: [LoadBalance] make BeLoadRebalancer extends from base class Rebalancer

2020-10-29 Thread GitBox
vagetablechicken commented on a change in pull request #4771: URL: https://github.com/apache/incubator-doris/pull/4771#discussion_r514148834 ## File path: fe/fe-core/src/main/java/org/apache/doris/clone/Rebalancer.java ## @@ -0,0 +1,80 @@ +// Licensed to the Apache Software Fou

[GitHub] [incubator-doris] xinyiZzz commented on pull request #4735: [Repair] modified to prohibit partition column to be defined to "allow null" when create table

2020-10-29 Thread GitBox
xinyiZzz commented on pull request #4735: URL: https://github.com/apache/incubator-doris/pull/4735#issuecomment-718479166 > @xinyiZzz , hi , i think we can discuss it in dev@ mail list. > Could you please send a email to start with it? Sorry for the late reply. I have sent an email

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #4771: [LoadBalance] make BeLoadRebalancer extends from base class Rebalancer

2020-10-29 Thread GitBox
kangkaisen commented on a change in pull request #4771: URL: https://github.com/apache/incubator-doris/pull/4771#discussion_r514078804 ## File path: fe/fe-core/src/main/java/org/apache/doris/clone/TabletScheduler.java ## @@ -826,12 +831,25 @@ private boolean deleteReplicaNotInC

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #4771: [LoadBalance] make BeLoadRebalancer extends from base class Rebalancer

2020-10-29 Thread GitBox
kangkaisen commented on a change in pull request #4771: URL: https://github.com/apache/incubator-doris/pull/4771#discussion_r514077422 ## File path: fe/fe-core/src/main/java/org/apache/doris/clone/Rebalancer.java ## @@ -0,0 +1,80 @@ +// Licensed to the Apache Software Foundatio

[GitHub] [incubator-doris] caiconghui commented on pull request #4808: [optimize] optimize default value for thriftserver's config key "thrift_client_timeout_ms"

2020-10-29 Thread GitBox
caiconghui commented on pull request #4808: URL: https://github.com/apache/incubator-doris/pull/4808#issuecomment-718438752 @francisoliverlee Please provide an issue related to this PR. This is an automated message from the A

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #4820: Fix Clerical error

2020-10-29 Thread GitBox
EmmyMiao87 opened a new pull request #4820: URL: https://github.com/apache/incubator-doris/pull/4820 ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature re