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 {
};
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
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
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
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
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
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
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
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
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
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
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
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
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_
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
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
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
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
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
##
@@
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
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
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 @@
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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,
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
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
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
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,
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
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
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,
>
47 matches
Mail list logo