[GitHub] [incubator-doris] imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695)

2019-03-07 Thread GitBox
imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695) URL: https://github.com/apache/incubator-doris/pull/697#discussion_r263674137 ## File path: be/src/udf/udf.h ## @@ -687,6 +689,42 @@ struct DecimalVal : public AnyVal { };

[GitHub] [incubator-doris] lide-reed commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695)

2019-03-07 Thread GitBox
lide-reed commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695) URL: https://github.com/apache/incubator-doris/pull/697#discussion_r263651772 ## File path: be/src/exec/olap_rewrite_node.cpp ## @@ -179,6 +183,24 @@ bool OlapRewriteNod

[GitHub] [incubator-doris] chaoyli merged pull request #688: Add path GC for BE

2019-03-07 Thread GitBox
chaoyli merged pull request #688: Add path GC for BE URL: https://github.com/apache/incubator-doris/pull/688 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-doris] imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695)

2019-03-07 Thread GitBox
imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695) URL: https://github.com/apache/incubator-doris/pull/697#discussion_r263638587 ## File path: be/src/exec/olap_scanner.cpp ## @@ -385,6 +385,15 @@ void OlapScanner::_convert_ro

[GitHub] [incubator-doris] imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695)

2019-03-07 Thread GitBox
imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695) URL: https://github.com/apache/incubator-doris/pull/697#discussion_r263638462 ## File path: be/src/exec/olap_rewrite_node.cpp ## @@ -179,6 +183,24 @@ bool OlapRewriteNode::co

[GitHub] [incubator-doris] imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695)

2019-03-07 Thread GitBox
imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695) URL: https://github.com/apache/incubator-doris/pull/697#discussion_r263638965 ## File path: be/src/exec/olap_scanner.cpp ## @@ -385,6 +385,15 @@ void OlapScanner::_convert_ro

[GitHub] [incubator-doris] imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695)

2019-03-07 Thread GitBox
imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695) URL: https://github.com/apache/incubator-doris/pull/697#discussion_r263642278 ## File path: be/src/runtime/decimalv2_value.cpp ## @@ -0,0 +1,415 @@ +// Licensed to the Apache

[GitHub] [incubator-doris] imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695)

2019-03-07 Thread GitBox
imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695) URL: https://github.com/apache/incubator-doris/pull/697#discussion_r263642354 ## File path: be/src/runtime/decimalv2_value.cpp ## @@ -0,0 +1,415 @@ +// Licensed to the Apache

[GitHub] [incubator-doris] imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695)

2019-03-07 Thread GitBox
imay commented on a change in pull request #697: Optimize decimal by introducing decimal_v2 (#695) URL: https://github.com/apache/incubator-doris/pull/697#discussion_r263642547 ## File path: be/src/runtime/decimalv2_value.h ## @@ -0,0 +1,342 @@ +// Licensed to the Apache S

[GitHub] [incubator-doris] chaoyli merged pull request #708: Fix error output inaccuracy

2019-03-07 Thread GitBox
chaoyli merged pull request #708: Fix error output inaccuracy URL: https://github.com/apache/incubator-doris/pull/708 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-doris] chaoyli opened a new pull request #708: Fix error output inaccuracy

2019-03-07 Thread GitBox
chaoyli opened a new pull request #708: Fix error output inaccuracy URL: https://github.com/apache/incubator-doris/pull/708 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] imay merged pull request #652: Add esquery function

2019-03-07 Thread GitBox
imay merged pull request #652: Add esquery function URL: https://github.com/apache/incubator-doris/pull/652 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-doris] chaoyli merged pull request #698: Make AlterTablet be compatible for RowsetReader interface

2019-03-07 Thread GitBox
chaoyli merged pull request #698: Make AlterTablet be compatible for RowsetReader interface URL: https://github.com/apache/incubator-doris/pull/698 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #688: Add path GC for BE

2019-03-07 Thread GitBox
kangpinghuang commented on a change in pull request #688: Add path GC for BE URL: https://github.com/apache/incubator-doris/pull/688#discussion_r263632056 ## File path: be/src/olap/tablet_manager.h ## @@ -108,7 +108,9 @@ class TabletManager { TabletSharedPtr find_best_

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #688: Add path GC for BE

2019-03-07 Thread GitBox
kangpinghuang commented on a change in pull request #688: Add path GC for BE URL: https://github.com/apache/incubator-doris/pull/688#discussion_r263632042 ## File path: be/src/olap/storage_engine.cpp ## @@ -1021,4 +987,232 @@ OLAPStatus StorageEngine::execute_task(EngineTas

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #688: Add path GC for BE

2019-03-07 Thread GitBox
kangpinghuang commented on a change in pull request #688: Add path GC for BE URL: https://github.com/apache/incubator-doris/pull/688#discussion_r263631913 ## File path: be/src/olap/storage_engine.cpp ## @@ -1021,4 +987,232 @@ OLAPStatus StorageEngine::execute_task(EngineTas

[GitHub] [incubator-doris] kangpinghuang closed pull request #563: Modify schema change to use rowset

2019-03-07 Thread GitBox
kangpinghuang closed pull request #563: Modify schema change to use rowset URL: https://github.com/apache/incubator-doris/pull/563 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-doris] imay merged pull request #707: Add unit test

2019-03-07 Thread GitBox
imay merged pull request #707: Add unit test URL: https://github.com/apache/incubator-doris/pull/707 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-doris] imay commented on a change in pull request #706: Add cascades search task framework

2019-03-07 Thread GitBox
imay commented on a change in pull request #706: Add cascades search task framework URL: https://github.com/apache/incubator-doris/pull/706#discussion_r263407378 ## File path: fe/src/main/java/org/apache/doris/optimizer/rule/transformation/JoinAssociativityRule.java ## @@

[GitHub] [incubator-doris] imay commented on a change in pull request #706: Add cascades search task framework

2019-03-07 Thread GitBox
imay commented on a change in pull request #706: Add cascades search task framework URL: https://github.com/apache/incubator-doris/pull/706#discussion_r263407293 ## File path: fe/src/main/java/org/apache/doris/optimizer/search/RequestProperty.java ## @@ -0,0 +1,4 @@ +pack

[GitHub] [incubator-doris] imay commented on a change in pull request #706: Add cascades search task framework

2019-03-07 Thread GitBox
imay commented on a change in pull request #706: Add cascades search task framework URL: https://github.com/apache/incubator-doris/pull/706#discussion_r263406831 ## File path: fe/src/main/java/org/apache/doris/optimizer/search/TaskState.java ## @@ -0,0 +1,96 @@ +package or

[GitHub] [incubator-doris] imay commented on a change in pull request #706: Add cascades search task framework

2019-03-07 Thread GitBox
imay commented on a change in pull request #706: Add cascades search task framework URL: https://github.com/apache/incubator-doris/pull/706#discussion_r263404979 ## File path: fe/src/main/java/org/apache/doris/optimizer/operator/OptPhysicalHashJoin.java ## @@ -0,0 +1,8 @@

[GitHub] [incubator-doris] imay commented on a change in pull request #706: Add cascades search task framework

2019-03-07 Thread GitBox
imay commented on a change in pull request #706: Add cascades search task framework URL: https://github.com/apache/incubator-doris/pull/706#discussion_r263405900 ## File path: fe/src/main/java/org/apache/doris/optimizer/OptGroup.java ## @@ -42,4 +51,32 @@ public void addME

[GitHub] [incubator-doris] imay commented on a change in pull request #706: Add cascades search task framework

2019-03-07 Thread GitBox
imay commented on a change in pull request #706: Add cascades search task framework URL: https://github.com/apache/incubator-doris/pull/706#discussion_r263406708 ## File path: fe/src/main/java/org/apache/doris/optimizer/search/TaskStateMachine.java ## @@ -0,0 +1,98 @@ +pa

[GitHub] [incubator-doris] imay commented on a change in pull request #706: Add cascades search task framework

2019-03-07 Thread GitBox
imay commented on a change in pull request #706: Add cascades search task framework URL: https://github.com/apache/incubator-doris/pull/706#discussion_r263406075 ## File path: fe/src/main/java/org/apache/doris/optimizer/Optimizer.java ## @@ -0,0 +1,43 @@ +package org.apach

[GitHub] [incubator-doris] imay commented on a change in pull request #706: Add cascades search task framework

2019-03-07 Thread GitBox
imay commented on a change in pull request #706: Add cascades search task framework URL: https://github.com/apache/incubator-doris/pull/706#discussion_r263406980 ## File path: fe/src/main/java/org/apache/doris/optimizer/search/TaskState.java ## @@ -0,0 +1,96 @@ +package or

[GitHub] [incubator-doris] chenhao7253886 opened a new pull request #706: Add cascades search task framework

2019-03-07 Thread GitBox
chenhao7253886 opened a new pull request #706: Add cascades search task framework URL: https://github.com/apache/incubator-doris/pull/706 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-doris] imay opened a new pull request #707: Add unit test

2019-03-07 Thread GitBox
imay opened a new pull request #707: Add unit test URL: https://github.com/apache/incubator-doris/pull/707 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #688: Add path GC for BE

2019-03-07 Thread GitBox
chaoyli commented on a change in pull request #688: Add path GC for BE URL: https://github.com/apache/incubator-doris/pull/688#discussion_r263358618 ## File path: be/src/olap/tablet_manager.h ## @@ -108,7 +108,9 @@ class TabletManager { TabletSharedPtr find_best_tablet

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #688: Add path GC for BE

2019-03-07 Thread GitBox
chaoyli commented on a change in pull request #688: Add path GC for BE URL: https://github.com/apache/incubator-doris/pull/688#discussion_r263348481 ## File path: be/src/olap/delta_writer.cpp ## @@ -176,6 +176,7 @@ OLAPStatus DeltaWriter::close(google::protobuf::RepeatedPt

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #688: Add path GC for BE

2019-03-07 Thread GitBox
chaoyli commented on a change in pull request #688: Add path GC for BE URL: https://github.com/apache/incubator-doris/pull/688#discussion_r263348401 ## File path: be/src/olap/cumulative_compaction.cpp ## @@ -378,14 +382,14 @@ OLAPStatus CumulativeCompaction::_do_cumulative

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #688: Add path GC for BE

2019-03-07 Thread GitBox
chaoyli commented on a change in pull request #688: Add path GC for BE URL: https://github.com/apache/incubator-doris/pull/688#discussion_r263348031 ## File path: be/src/olap/base_compaction.cpp ## @@ -360,7 +364,7 @@ OLAPStatus BaseCompaction::_do_base_compaction(VersionHa

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #688: Add path GC for BE

2019-03-07 Thread GitBox
chaoyli commented on a change in pull request #688: Add path GC for BE URL: https://github.com/apache/incubator-doris/pull/688#discussion_r263357391 ## File path: be/src/olap/storage_engine.cpp ## @@ -1021,4 +987,232 @@ OLAPStatus StorageEngine::execute_task(EngineTask* ta

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #688: Add path GC for BE

2019-03-07 Thread GitBox
chaoyli commented on a change in pull request #688: Add path GC for BE URL: https://github.com/apache/incubator-doris/pull/688#discussion_r263359048 ## File path: be/src/olap/tablet.h ## @@ -63,6 +63,8 @@ class Tablet : public std::enable_shared_from_this { Tablet(Tabl

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #688: Add path GC for BE

2019-03-07 Thread GitBox
chaoyli commented on a change in pull request #688: Add path GC for BE URL: https://github.com/apache/incubator-doris/pull/688#discussion_r263261811 ## File path: be/src/olap/storage_engine.cpp ## @@ -1021,4 +987,232 @@ OLAPStatus StorageEngine::execute_task(EngineTask* ta

Re: 4 Apache Events in 2019: DC Roadshow soon; next up Chicago, Las Vegas, and Berlin!

2019-03-07 Thread Ovilia
I will apply for the speech for ECharts. Thanks. Zhang Wenli http://zhangwenli.com Li,De(BDG) 于2019年3月7日周四 下午5:25写道: > Yes, we want to have a lecture about Doris. > > On 2019/3/7 上午8:53, "Tan,Zhongyi" wrote: > > >Hi,guys, > > > >Any one want to speak at ApacheCon, it is CFP now. > > > >Apach

[GitHub] [incubator-doris] morningman opened a new pull request #705: Fix balance with diff storage medium

2019-03-07 Thread GitBox
morningman opened a new pull request #705: Fix balance with diff storage medium URL: https://github.com/apache/incubator-doris/pull/705 #704 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] morningman opened a new issue #704: Balance policy can not address multi storage medium cluster

2019-03-07 Thread GitBox
morningman opened a new issue #704: Balance policy can not address multi storage medium cluster URL: https://github.com/apache/incubator-doris/issues/704 **Describe the bug** Balance policy on cluster with multi storage medium is more complicated. 1. When doing balance, a tablet on SS

[GitHub] [incubator-doris] morningman merged pull request #703: Change the relationship between txn and task

2019-03-07 Thread GitBox
morningman merged pull request #703: Change the relationship between txn and task URL: https://github.com/apache/incubator-doris/pull/703 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #703: Change the relationship between txn and task

2019-03-07 Thread GitBox
EmmyMiao87 commented on a change in pull request #703: Change the relationship between txn and task URL: https://github.com/apache/incubator-doris/pull/703#discussion_r263337211 ## File path: fe/src/main/java/org/apache/doris/load/routineload/KafkaProgress.java ## @@ -57,

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #703: Change the relationship between txn and task

2019-03-07 Thread GitBox
EmmyMiao87 commented on a change in pull request #703: Change the relationship between txn and task URL: https://github.com/apache/incubator-doris/pull/703#discussion_r263336193 ## File path: fe/src/main/java/org/apache/doris/analysis/CreateRoutineLoadStmt.java ## @@ -326

[GitHub] [incubator-doris] morningman commented on a change in pull request #703: Change the relationship between txn and task

2019-03-07 Thread GitBox
morningman commented on a change in pull request #703: Change the relationship between txn and task URL: https://github.com/apache/incubator-doris/pull/703#discussion_r263334758 ## File path: fe/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java ## @@ -48

[GitHub] [incubator-doris] morningman commented on a change in pull request #703: Change the relationship between txn and task

2019-03-07 Thread GitBox
morningman commented on a change in pull request #703: Change the relationship between txn and task URL: https://github.com/apache/incubator-doris/pull/703#discussion_r263334943 ## File path: fe/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java ## @@ -48

[GitHub] [incubator-doris] morningman commented on a change in pull request #703: Change the relationship between txn and task

2019-03-07 Thread GitBox
morningman commented on a change in pull request #703: Change the relationship between txn and task URL: https://github.com/apache/incubator-doris/pull/703#discussion_r26991 ## File path: fe/src/main/java/org/apache/doris/load/routineload/KafkaProgress.java ## @@ -57,

[GitHub] [incubator-doris] morningman commented on a change in pull request #703: Change the relationship between txn and task

2019-03-07 Thread GitBox
morningman commented on a change in pull request #703: Change the relationship between txn and task URL: https://github.com/apache/incubator-doris/pull/703#discussion_r26553 ## File path: fe/src/main/java/org/apache/doris/analysis/CreateRoutineLoadStmt.java ## @@ -326

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #703: Change the relationship between txn and task

2019-03-07 Thread GitBox
EmmyMiao87 opened a new pull request #703: Change the relationship between txn and task URL: https://github.com/apache/incubator-doris/pull/703 1. Check if properties is null before check routine load properties 2. Change transactionStateChange reason to string 3. calculate current nu

Re: 4 Apache Events in 2019: DC Roadshow soon; next up Chicago, Las Vegas, and Berlin!

2019-03-07 Thread Li,De(BDG)
Yes, we want to have a lecture about Doris. On 2019/3/7 上午8:53, "Tan,Zhongyi" wrote: >Hi,guys, > >Any one want to speak at ApacheCon, it is CFP now. > >ApacheCon North America in Las Vegas, September 9-13th > >Thanks > > >在 2019/3/6 下午10:01,“Rich Bowen” 写入: > >Dear Apache Enthusiast, >