[GitHub] [incubator-doris] mo-avatar opened a new issue #3361: IllegalArgumentException will be raised when database has no tables.

2020-04-20 Thread GitBox
mo-avatar opened a new issue #3361: URL: https://github.com/apache/incubator-doris/issues/3361 https://github.com/apache/incubator-doris/blob/c6ac60bab9563a77b052a2766b0de859528aee41/fe/src/main/java/org/apache/doris/consistency/ConsistencyChecker.java#L267 PriorityQueue will raise a

[incubator-doris] branch master updated: [SegmentV2] Optimize the upgrade logic of SegmentV2 (#3340)

2020-04-20 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new c6ac60b [SegmentV2] Optimize the u

[GitHub] [incubator-doris] vagetablechicken commented on issue #3343: Can we update BRPC to newer version for prometheus support?

2020-04-20 Thread GitBox
vagetablechicken commented on issue #3343: URL: https://github.com/apache/incubator-doris/issues/3343#issuecomment-616916458 > I think we could update BRPC version, but we need strict test firstly. @vagetablechicken Are you willing to do this work? OK, we'll test it on our test & pr

[incubator-doris] branch master updated: [Doris On ES] Pushdown some castexpr predicate to ES (#3351)

2020-04-20 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc 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 b60aabd [Doris On ES] Pushdown some ca

[incubator-doris] branch master updated: [Bug] Partition key's type has been changed after executing queries (#3348)

2020-04-20 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc 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 a2c8d14 [Bug] Partition key's type has

[incubator-doris] branch master updated: [Bug] Fix bug of TransactionState SerDe error (#3356)

2020-04-20 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc 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 46272a5 [Bug] Fix bug of TransactionSta

[incubator-doris] branch master updated: [Bug][Dynamic Partition]Fix Bug that dynamic partition properties is not consistent (#3359)

2020-04-20 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen 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 94b7bb5 [Bug][Dynamic Partition]Fi

[GitHub] [incubator-doris] HangyuanLiu commented on issue #3325: orc file issue when load data to doris(version:0.12.0-rc03)

2020-04-20 Thread GitBox
HangyuanLiu commented on issue #3325: URL: https://github.com/apache/incubator-doris/issues/3325#issuecomment-616628140 > sorry ,i check the master code , the be version is "trunk-753d6cc" ,but the issure is always there: > > the be log: > W0420 19:36:44.034133 7 orc_scanner.

[GitHub] [incubator-doris] HangyuanLiu commented on issue #3300: Use Google/CCTZ to replace boost at timezone function

2020-04-20 Thread GitBox
HangyuanLiu commented on issue #3300: URL: https://github.com/apache/incubator-doris/pull/3300#issuecomment-616626843 > LGTM, plz wait the result of our test. OK This is an automated message from the Apache Git Service

[GitHub] [incubator-doris] morningman commented on issue #3357: disable some unsupported syntax

2020-04-20 Thread GitBox
morningman commented on issue #3357: URL: https://github.com/apache/incubator-doris/pull/3357#issuecomment-616619023 Hi @yangzhg , you need to create an issue to describe your problem, better to give an example about the query you try to disable. --

[GitHub] [incubator-doris] morningman commented on a change in pull request #3360: Alter replication number for table in one command

2020-04-20 Thread GitBox
morningman commented on a change in pull request #3360: URL: https://github.com/apache/incubator-doris/pull/3360#discussion_r411452197 ## File path: fe/src/main/java/org/apache/doris/catalog/Catalog.java ## @@ -5177,8 +5177,31 @@ public void replayModifyTableProperty(short opCo

[GitHub] [incubator-doris] xy720 opened a new pull request #3360: Alter replication number for table in one command

2020-04-20 Thread GitBox
xy720 opened a new pull request #3360: URL: https://github.com/apache/incubator-doris/pull/3360 #2290 This cl add new command to set replication number of table in one time. ``` alter table test_tbl set ("default.replication_num" = "3"); ``` It changes replication num

[GitHub] [incubator-doris] wuyunfeng edited a comment on issue #3351: [Doris On ES] Pushdown some castexpr predicate to ES

2020-04-20 Thread GitBox
wuyunfeng edited a comment on issue #3351: URL: https://github.com/apache/incubator-doris/pull/3351#issuecomment-616577070 @kangkaisen For now, it is difficult to construct the `ExprContext`, the previous `EsPredicateTest ` is usefulless, Doris need a integrated test framework to help our

[GitHub] [incubator-doris] wuyunfeng commented on issue #3351: [Doris On ES] Pushdown some castexpr predicate to ES

2020-04-20 Thread GitBox
wuyunfeng commented on issue #3351: URL: https://github.com/apache/incubator-doris/pull/3351#issuecomment-616577070 @kangkaisen For now, it is difficult to construct the `ExprContext`, the previous `EsPredicateTest ` is meaningfulless --

[GitHub] [incubator-doris] morningman commented on a change in pull request #3340: [SegmentV2] Optimize the upgrade logic of SegmentV2

2020-04-20 Thread GitBox
morningman commented on a change in pull request #3340: URL: https://github.com/apache/incubator-doris/pull/3340#discussion_r411387864 ## File path: fe/src/main/java/org/apache/doris/planner/MaterializedViewSelector.java ## @@ -109,9 +109,22 @@ public BestIndexInfo selectBestM

[GitHub] [incubator-doris] morningman commented on a change in pull request #3340: [SegmentV2] Optimize the upgrade logic of SegmentV2

2020-04-20 Thread GitBox
morningman commented on a change in pull request #3340: URL: https://github.com/apache/incubator-doris/pull/3340#discussion_r411387555 ## File path: fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java ## @@ -944,7 +945,9 @@ private void createJob(long dbId, OlapTab

[GitHub] [incubator-doris] morningman commented on a change in pull request #3340: [SegmentV2] Optimize the upgrade logic of SegmentV2

2020-04-20 Thread GitBox
morningman commented on a change in pull request #3340: URL: https://github.com/apache/incubator-doris/pull/3340#discussion_r411386872 ## File path: docs/documentation/cn/administrator-guide/segment-v2-usage.md ## @@ -1,118 +1,128 @@ -# Doris Segment V2上线和试用手册 Review comment:

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3340: [SegmentV2] Optimize the upgrade logic of SegmentV2

2020-04-20 Thread GitBox
EmmyMiao87 commented on a change in pull request #3340: URL: https://github.com/apache/incubator-doris/pull/3340#discussion_r411297291 ## File path: docs/documentation/cn/administrator-guide/segment-v2-usage.md ## @@ -1,118 +1,128 @@ -# Doris Segment V2上线和试用手册 Review comment:

[GitHub] [incubator-doris] WingsGo commented on issue #3359: [Bug][Dynamic Partition]Fix Bug that dynamic partition properties is not consistent

2020-04-20 Thread GitBox
WingsGo commented on issue #3359: URL: https://github.com/apache/incubator-doris/pull/3359#issuecomment-616511509 For #3358 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-doris] WingsGo opened a new pull request #3359: [Bug][Dynamic Partition]Fix Bug that dynamic partition properties is not consistent

2020-04-20 Thread GitBox
WingsGo opened a new pull request #3359: URL: https://github.com/apache/incubator-doris/pull/3359 This CL mainly fix the bug that when add dynamic partition properties in already exist table, the properties will only exist in Master FE.

[GitHub] [incubator-doris] WingsGo opened a new issue #3358: [Bug][Dynamic Partition]Dynamic partition properties is not consistent in FE

2020-04-20 Thread GitBox
WingsGo opened a new issue #3358: URL: https://github.com/apache/incubator-doris/issues/3358 **Describe the bug** I found that when we create a table without dynamic partition properties, and use alter clause to add dynamic partition properties to the table, we can only see the properti

[GitHub] [incubator-doris] rongyousu commented on issue #3325: orc file issue when load data to doris(version:0.12.0-rc03)

2020-04-20 Thread GitBox
rongyousu commented on issue #3325: URL: https://github.com/apache/incubator-doris/issues/3325#issuecomment-616501124 sorry ,i check the master code , the be version is "trunk-753d6cc" ,but the issure is always there: the be log: W0420 19:36:44.034133 7 orc_scanner.cpp:294]

[GitHub] [incubator-doris] morningman commented on issue #3355: FE restart error

2020-04-20 Thread GitBox
morningman commented on issue #3355: URL: https://github.com/apache/incubator-doris/issues/3355#issuecomment-616470950 > Hi @morningman , does this bug exist in 0.12 version? > If it does, need to describe when this bug will be triggered and is there a way to avoid it. > If the users

[GitHub] [incubator-doris] imay commented on issue #3355: FE restart error

2020-04-20 Thread GitBox
imay commented on issue #3355: URL: https://github.com/apache/incubator-doris/issues/3355#issuecomment-616464819 Hi @morningman , does this bug exist in 0.12 version? If it does, need to describe when this bug will be triggered and is there a way to avoid it. If the users have noth

[GitHub] [incubator-doris] yangzhg opened a new pull request #3357: disable some unsupported syntax

2020-04-20 Thread GitBox
yangzhg opened a new pull request #3357: URL: https://github.com/apache/incubator-doris/pull/3357 disable some syntax when subquery is not in binary predicate in case when clause This is an automated message from the Apache

[GitHub] [incubator-doris] morningman opened a new pull request #3356: [Bug] Fix bug of TransactionState SerDe error

2020-04-20 Thread GitBox
morningman opened a new pull request #3356: URL: https://github.com/apache/incubator-doris/pull/3356 The TransactionState's coordinator should be created when deserialized from old meta. Fix #3355 This is an automat

[GitHub] [incubator-doris] morningman commented on issue #3355: FE restart error

2020-04-20 Thread GitBox
morningman commented on issue #3355: URL: https://github.com/apache/incubator-doris/issues/3355#issuecomment-616398293 I know, I will fix it. This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [incubator-doris] morningman commented on issue #3348: [Bug] Partition key's type has been changed after executing queries

2020-04-20 Thread GitBox
morningman commented on issue #3348: URL: https://github.com/apache/incubator-doris/pull/3348#issuecomment-616395680 > @morningman Hi, Please add a UT. Added This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] stalary commented on issue #3355: FE restart error

2020-04-20 Thread GitBox
stalary commented on issue #3355: URL: https://github.com/apache/incubator-doris/issues/3355#issuecomment-616391453 > What is your Doris version? master This is an automated message from the Apache Git Service. To res

[GitHub] [incubator-doris] morningman commented on issue #3355: FE restart error

2020-04-20 Thread GitBox
morningman commented on issue #3355: URL: https://github.com/apache/incubator-doris/issues/3355#issuecomment-616390310 What is your Doris version? This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-doris] stalary opened a new issue #3355: FE restart error

2020-04-20 Thread GitBox
stalary opened a new issue #3355: URL: https://github.com/apache/incubator-doris/issues/3355 **Describe the bug** Fe died, after restart the following error **Screenshots** ``` 2020-04-20 16:12:58,123 WARN 1 [Catalog.notifyNewFETypeTransfer():2264] notify new FE type transfe

[incubator-doris] branch master updated: [New Stmt] Add SHOW KEYS gramma (#3342)

2020-04-20 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new c69bf9a [New Stmt] Add SHOW KEYS g