yiguolei opened a new pull request #1619: Check all tablet using partition
tablet map during publish version
URL: https://github.com/apache/incubator-doris/pull/1619
1. Check all tablet using partition tablet map during publish version.
2. Add eco mode meta sync interface.
-
imay opened a new pull request #1607: Add page cache for column page in
BetaRowset
URL: https://github.com/apache/incubator-doris/pull/1607
This is an automated message from the Apache Git Service.
To respond to the message,
imay closed pull request #1607: Add page cache for column page in BetaRowset
URL: https://github.com/apache/incubator-doris/pull/1607
This is an automated message from the Apache Git Service.
To respond to the message, please
gaodayue commented on a change in pull request #1590: Implement BetaRowsetWriter
URL: https://github.com/apache/incubator-doris/pull/1590#discussion_r312333472
##
File path: be/src/olap/schema_change.cpp
##
@@ -771,6 +779,8 @@ bool SchemaChangeDirectly::process(RowsetReader
morningman merged pull request #1592: Broker load supports function
URL: https://github.com/apache/incubator-doris/pull/1592
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
EmmyMiao87 opened a new pull request #1592: Broker load supports function
URL: https://github.com/apache/incubator-doris/pull/1592
The commit support the column function in broker load.
The grammar of LoadStmt has not been changed.
Example:
columns terminated by ',' (tmp_c1, tmp_c2)
EmmyMiao87 closed pull request #1592: Broker load supports function
URL: https://github.com/apache/incubator-doris/pull/1592
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
morningman closed pull request #1592: Broker load supports function
URL: https://github.com/apache/incubator-doris/pull/1592
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
EmmyMiao87 opened a new pull request #1592: Broker load supports function
URL: https://github.com/apache/incubator-doris/pull/1592
The commit support the column function in broker load.
The grammar of LoadStmt has not been changed.
Example:
columns terminated by ',' (tmp_c1, tmp_c2)
morningman opened a new pull request #1618: Avoid load or query failed when
doing alter job
URL: https://github.com/apache/incubator-doris/pull/1618
2 cases:
1. Sometimes a missing version replica can not be repaired. Which may cause
query failed
with error: `failed to initialize
worker24h opened a new pull request #1617: Add PreAgg Hint
URL: https://github.com/apache/incubator-doris/pull/1617
We can force open PreAgg function if it has'nt aggregation information in
SQL.
This is an automated message f
imay commented on a change in pull request #1607: Add page cache for column
page in BetaRowset
URL: https://github.com/apache/incubator-doris/pull/1607#discussion_r312308940
##
File path: be/src/runtime/exec_env_init.cpp
##
@@ -178,6 +180,18 @@ Status ExecEnv::_init_mem_tr
kangkaisen commented on a change in pull request #1613: Refactor alter job
process
URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312308181
##
File path: fe/src/main/java/org/apache/doris/alter/RollupJobV2.java
##
@@ -0,0 +1,736 @@
+// Licensed to the
kangkaisen commented on a change in pull request #1613: Refactor alter job
process
URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312308216
##
File path: fe/src/main/java/org/apache/doris/alter/AlterJobV2.java
##
@@ -0,0 +1,220 @@
+// Licensed to the
kangkaisen commented on a change in pull request #1610: Add bitmap agg type and
udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r312307862
##
File path: fe/src/main/java/org/apache/doris/analysis/CreateTableStmt.java
##
@@ -263,6 +266,15 @@ public
kangkaisen commented on a change in pull request #1610: Add bitmap agg type and
udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r312307839
##
File path: fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java
##
@@ -521,6 +523,10 @@ privat
imay commented on a change in pull request #1527: Expose data
pruned-filter-scan ability
URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r312306712
##
File path: be/src/runtime/external_scan_context_mgr.h
##
@@ -0,0 +1,76 @@
+// Licensed to the Apache S
imay commented on a change in pull request #1527: Expose data
pruned-filter-scan ability
URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r312306560
##
File path: be/src/runtime/external_scan_context_mgr.cpp
##
@@ -0,0 +1,116 @@
+// Licensed to the Apach
imay commented on a change in pull request #1527: Expose data
pruned-filter-scan ability
URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r312307037
##
File path: be/src/runtime/memory_scratch_sink.cpp
##
@@ -0,0 +1,233 @@
+// Licensed to the Apache Soft
imay commented on a change in pull request #1527: Expose data
pruned-filter-scan ability
URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r312300371
##
File path: run-ut.sh
##
@@ -189,6 +189,7 @@ ${DORIS_TEST_BINARY_DIR}/exec/tablet_info_test
${DORIS_TE
imay commented on a change in pull request #1527: Expose data
pruned-filter-scan ability
URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r312306259
##
File path: be/src/runtime/external_scan_context_mgr.cpp
##
@@ -0,0 +1,116 @@
+// Licensed to the Apach
morningman commented on a change in pull request #1607: Add page cache for
column page in BetaRowset
URL: https://github.com/apache/incubator-doris/pull/1607#discussion_r312301542
##
File path: be/src/olap/page_cache.h
##
@@ -0,0 +1,121 @@
+// Licensed to the Apache Softwa
morningman commented on a change in pull request #1607: Add page cache for
column page in BetaRowset
URL: https://github.com/apache/incubator-doris/pull/1607#discussion_r312303087
##
File path: be/src/runtime/exec_env_init.cpp
##
@@ -178,6 +180,18 @@ Status ExecEnv::_init_
imay opened a new issue #1616: Unify two versions of compress and decompress
URL: https://github.com/apache/incubator-doris/issues/1616
Now, in our code base, there are two versions compressors and decompressors.
which has most of common code. one in be/src/util/ and the other in
be/src/ex
morningman commented on a change in pull request #1610: Add bitmap agg type and
udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r312078558
##
File path: fe/src/main/java/org/apache/doris/analysis/CreateTableStmt.java
##
@@ -263,6 +266,15 @@ public
morningman commented on a change in pull request #1610: Add bitmap agg type and
udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r312077196
##
File path: fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java
##
@@ -521,6 +523,10 @@ privat
morningman commented on a change in pull request #1613: Refactor alter job
process
URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312069924
##
File path: fe/src/main/java/org/apache/doris/alter/RollupJobV2.java
##
@@ -0,0 +1,736 @@
+// Licensed to the
morningman commented on a change in pull request #1613: Refactor alter job
process
URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312067204
##
File path: fe/src/main/java/org/apache/doris/alter/AlterJobV2.java
##
@@ -0,0 +1,220 @@
+// Licensed to the
kangkaisen commented on a change in pull request #1613: Refactor alter job
process
URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312039401
##
File path: fe/src/main/java/org/apache/doris/alter/RollupJobV2.java
##
@@ -0,0 +1,736 @@
+// Licensed to the
kangkaisen commented on a change in pull request #1613: Refactor alter job
process
URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312053102
##
File path: fe/src/main/java/org/apache/doris/task/AgentBatchTask.java
##
@@ -101,6 +104,47 @@ public int get
kangkaisen commented on a change in pull request #1613: Refactor alter job
process
URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312042719
##
File path: fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java
##
@@ -143,14 +139,15 @@ private
kangkaisen commented on a change in pull request #1613: Refactor alter job
process
URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312018777
##
File path: fe/src/main/java/org/apache/doris/load/Load.java
##
@@ -750,24 +741,43 @@ public static void chec
kangkaisen commented on a change in pull request #1613: Refactor alter job
process
URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312022021
##
File path: fe/src/main/java/org/apache/doris/planner/StreamLoadScanNode.java
##
@@ -123,67 +125,85 @@ public
kangkaisen commented on a change in pull request #1613: Refactor alter job
process
URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312036083
##
File path: fe/src/main/java/org/apache/doris/alter/AlterJobV2.java
##
@@ -0,0 +1,220 @@
+// Licensed to the
imay merged pull request #1614: Fix bug: localtime is not thread-safe,then
changed to localtime_r.
URL: https://github.com/apache/incubator-doris/pull/1614
This is an automated message from the Apache Git Service.
To respond
imay commented on a change in pull request #1576: Change cumulative compaction
for decoupling storage from compution
URL: https://github.com/apache/incubator-doris/pull/1576#discussion_r312043258
##
File path: be/src/olap/base_compaction.cpp
##
@@ -16,511 +16,151 @@
// un
chaoyli commented on a change in pull request #1576: Change cumulative
compaction for decoupling storage from compution
URL: https://github.com/apache/incubator-doris/pull/1576#discussion_r312039878
##
File path: be/src/olap/base_compaction.cpp
##
@@ -16,511 +16,151 @@
//
imay commented on a change in pull request #1576: Change cumulative compaction
for decoupling storage from compution
URL: https://github.com/apache/incubator-doris/pull/1576#discussion_r312039251
##
File path: be/src/olap/base_compaction.cpp
##
@@ -16,511 +16,151 @@
// un
chaoyli commented on a change in pull request #1576: Change cumulative
compaction for decoupling storage from compution
URL: https://github.com/apache/incubator-doris/pull/1576#discussion_r312037099
##
File path: be/src/olap/base_compaction.cpp
##
@@ -16,511 +16,151 @@
//
imay commented on a change in pull request #1576: Change cumulative compaction
for decoupling storage from compution
URL: https://github.com/apache/incubator-doris/pull/1576#discussion_r312030975
##
File path: be/src/olap/base_compaction.cpp
##
@@ -16,511 +16,151 @@
// un
imay commented on a change in pull request #1576: Change cumulative compaction
for decoupling storage from compution
URL: https://github.com/apache/incubator-doris/pull/1576#discussion_r312029008
##
File path: be/src/olap/base_compaction.cpp
##
@@ -16,511 +16,151 @@
// un
imay commented on a change in pull request #1576: Change cumulative compaction
for decoupling storage from compution
URL: https://github.com/apache/incubator-doris/pull/1576#discussion_r312027219
##
File path: be/src/olap/base_compaction.cpp
##
@@ -16,511 +16,151 @@
// un
imay commented on a change in pull request #1576: Change cumulative compaction
for decoupling storage from compution
URL: https://github.com/apache/incubator-doris/pull/1576#discussion_r312031427
##
File path: be/src/olap/base_compaction.cpp
##
@@ -16,511 +16,151 @@
// un
worker24h commented on a change in pull request #1614: Fix bug: localtime is
not thread-safe,then changed to localtime_r.
URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312019438
##
File path: be/src/exec/base_scanner.cpp
##
@@ -144,12 +145,21 @@ bool
worker24h commented on a change in pull request #1614: Fix bug: localtime is
not thread-safe,then changed to localtime_r.
URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312019372
##
File path: be/src/exec/base_scanner.cpp
##
@@ -144,12 +145,21 @@ bool
worker24h commented on a change in pull request #1614: Fix bug: localtime is
not thread-safe,then changed to localtime_r.
URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312019386
##
File path: be/src/exec/base_scanner.cpp
##
@@ -144,12 +145,21 @@ bool
worker24h commented on a change in pull request #1614: Fix bug: localtime is
not thread-safe,then changed to localtime_r.
URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312019453
##
File path: be/src/exec/base_scanner.cpp
##
@@ -144,12 +145,21 @@ bool
worker24h commented on a change in pull request #1614: Fix bug: localtime is
not thread-safe,then changed to localtime_r.
URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312019301
##
File path: be/src/exec/base_scanner.cpp
##
@@ -144,12 +145,21 @@ bool
worker24h opened a new issue #1615: Cast String Multi Load Task
URL: https://github.com/apache/incubator-doris/issues/1615
**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
imay commented on a change in pull request #1614: Fix bug: localtime is not
thread-safe,then changed to localtime_r.
URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312002886
##
File path: be/src/exec/base_scanner.cpp
##
@@ -144,12 +145,21 @@ bool Base
imay commented on a change in pull request #1614: Fix bug: localtime is not
thread-safe,then changed to localtime_r.
URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312001335
##
File path: be/src/exec/base_scanner.cpp
##
@@ -144,12 +145,21 @@ bool Base
imay commented on a change in pull request #1614: Fix bug: localtime is not
thread-safe,then changed to localtime_r.
URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312001825
##
File path: be/src/exec/base_scanner.cpp
##
@@ -144,12 +145,21 @@ bool Base
imay commented on a change in pull request #1614: Fix bug: localtime is not
thread-safe,then changed to localtime_r.
URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312002929
##
File path: be/src/exec/base_scanner.cpp
##
@@ -144,12 +145,21 @@ bool Base
imay commented on a change in pull request #1614: Fix bug: localtime is not
thread-safe,then changed to localtime_r.
URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312002831
##
File path: be/src/exec/base_scanner.cpp
##
@@ -144,12 +145,21 @@ bool Base
worker24h opened a new pull request #1614: Fix bug: localtime is not
thread-safe,then changed to localtime_r.
URL: https://github.com/apache/incubator-doris/pull/1614
Fix bug: function localtime is not thread-safe,then changed to localtime_r.
---
kangkaisen commented on issue #1607: Add page cache for column page in
BetaRowset
URL: https://github.com/apache/incubator-doris/pull/1607#issuecomment-519472065
+1. LGTM.
This is an automated message from the Apache Git Serv
kangkaisen commented on a change in pull request #1607: Add page cache for
column page in BetaRowset
URL: https://github.com/apache/incubator-doris/pull/1607#discussion_r311975913
##
File path: be/src/olap/page_cache.cpp
##
@@ -0,0 +1,53 @@
+// Licensed to the Apache Softw
imay closed issue #1387: Add new SegmentGroupWriter
URL: https://github.com/apache/incubator-doris/issues/1387
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
imay closed issue #1382: Add StorageRowIterator to uniform read in storage
URL: https://github.com/apache/incubator-doris/issues/1382
This is an automated message from the Apache Git Service.
To respond to the message, please
imay closed issue #1386: Add new SegmentGroupIterator
URL: https://github.com/apache/incubator-doris/issues/1386
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
imay closed issue #1384: Add new SegmentIterator
URL: https://github.com/apache/incubator-doris/issues/1384
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
imay closed issue #1388: Add new ShortKeyIndexBuilder
URL: https://github.com/apache/incubator-doris/issues/1388
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
morningman merged pull request #1581: Fix bug that cluster balance may cause
load job failed
URL: https://github.com/apache/incubator-doris/pull/1581
This is an automated message from the Apache Git Service.
To respond to th
imay commented on a change in pull request #1607: Add page cache for column
page in BetaRowset
URL: https://github.com/apache/incubator-doris/pull/1607#discussion_r311967958
##
File path: be/src/olap/page_cache.cpp
##
@@ -0,0 +1,53 @@
+// Licensed to the Apache Software Fo
kangkaisen commented on a change in pull request #1607: Add page cache for
column page in BetaRowset
URL: https://github.com/apache/incubator-doris/pull/1607#discussion_r311963160
##
File path: be/src/olap/page_cache.cpp
##
@@ -0,0 +1,53 @@
+// Licensed to the Apache Softw
morningman opened a new pull request #1613: Refactor alter job process
URL: https://github.com/apache/incubator-doris/pull/1613
ISSUE: #1429
This is an automated message from the Apache Git Service.
To respond to the message,
morningman opened a new issue #1612: Forbid loading when disk's usage percent
is larger than 95%
URL: https://github.com/apache/incubator-doris/issues/1612
We may meet a situation that when a disk is full, the BE process will crash.
And we have to delete file manually.
So I think
morningman merged pull request #1611: Add modify replication num upon partition
URL: https://github.com/apache/incubator-doris/pull/1611
This is an automated message from the Apache Git Service.
To respond to the message, ple
chaoyli opened a new pull request #1611: Add modify replication num upon
partition
URL: https://github.com/apache/incubator-doris/pull/1611
This is an automated message from the Apache Git Service.
To respond to the message,
imay closed issue #1470: SQL Statement SELECT * FROM TABLE LIMIT 1 may cause BE
crash when table datas is large.
URL: https://github.com/apache/incubator-doris/issues/1470
This is an automated message from the Apache Git Ser
morningman merged pull request #1606: Fix error DCHECK for partition_columns
URL: https://github.com/apache/incubator-doris/pull/1606
This is an automated message from the Apache Git Service.
To respond to the message, please
kangkaisen opened a new pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610
for https://github.com/apache/incubator-doris/issues/1486 and
https://github.com/apache/incubator-doris/issues/1485
**The change for this PR:**
1 A
manannan2017 opened a new issue #1609: POLYGON function:when 2 pairs of data is
different,the result is NULL always
URL: https://github.com/apache/incubator-doris/issues/1609
steps:
1、doris
1》 2 pairs of data is different
SELECT ST_AsText(ST_Polygon('POLYGON ((0 0, 0 10, 10 10, 10
EmmyMiao87 commented on a change in pull request #1592: Broker load supports
function
URL: https://github.com/apache/incubator-doris/pull/1592#discussion_r311909986
##
File path: fe/src/main/java/org/apache/doris/analysis/DataDescription.java
##
@@ -189,92 +186,100 @@ publ
jiangshouzhuang opened a new issue #1608: Backend's disks statistics (UsedPct
and MaxDiskUsedPct) is incorrect
URL: https://github.com/apache/incubator-doris/issues/1608
**Describe the bug**
When executing the command "show backends; ",the UsedPct metric is found to
have a negative
imay commented on a change in pull request #1592: Broker load supports function
URL: https://github.com/apache/incubator-doris/pull/1592#discussion_r311886597
##
File path: fe/src/main/java/org/apache/doris/analysis/DataDescription.java
##
@@ -189,92 +186,100 @@ public bool
imay commented on a change in pull request #1592: Broker load supports function
URL: https://github.com/apache/incubator-doris/pull/1592#discussion_r311885591
##
File path: fe/src/main/java/org/apache/doris/analysis/DataDescription.java
##
@@ -189,92 +186,100 @@ public bool
imay commented on a change in pull request #1592: Broker load supports function
URL: https://github.com/apache/incubator-doris/pull/1592#discussion_r311884671
##
File path: fe/src/main/java/org/apache/doris/analysis/DataDescription.java
##
@@ -189,92 +186,100 @@ public bool
imay commented on a change in pull request #1592: Broker load supports function
URL: https://github.com/apache/incubator-doris/pull/1592#discussion_r311893980
##
File path: fe/src/main/java/org/apache/doris/planner/BrokerScanNode.java
##
@@ -339,75 +239,207 @@ private void
79 matches
Mail list logo