morningman closed pull request #1618: Avoid load or query failed when doing
alter job
URL: https://github.com/apache/incubator-doris/pull/1618
This is an automated message from the Apache Git Service.
To respond to the messa
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
imay merged pull request #1621: Fix bug that encounter "No more data to read"
when accessing broker
URL: https://github.com/apache/incubator-doris/pull/1621
This is an automated message from the Apache Git Service.
To respon
imay commented on a change in pull request #1622: Add block compression codec
and remove not used codec
URL: https://github.com/apache/incubator-doris/pull/1622#discussion_r312776748
##
File path: be/src/util/block_compression.cpp
##
@@ -0,0 +1,387 @@
+// Licensed to the A
kangpinghuang commented on a change in pull request #1622: Add block
compression codec and remove not used codec
URL: https://github.com/apache/incubator-doris/pull/1622#discussion_r312772298
##
File path: be/src/util/block_compression.cpp
##
@@ -0,0 +1,387 @@
+// Licensed
imay commented on a change in pull request #1590: Implement BetaRowsetWriter
URL: https://github.com/apache/incubator-doris/pull/1590#discussion_r312771208
##
File path: be/src/olap/schema_change.cpp
##
@@ -685,22 +680,19 @@ SchemaChangeDirectly::SchemaChangeDirectly(
gaodayue commented on a change in pull request #1590: Implement BetaRowsetWriter
URL: https://github.com/apache/incubator-doris/pull/1590#discussion_r312770504
##
File path: be/src/olap/schema_change.cpp
##
@@ -685,22 +680,19 @@ SchemaChangeDirectly::SchemaChangeDirectly(
kangkaisen closed issue #1605: Load data to unpartitioned table will fail
URL: https://github.com/apache/incubator-doris/issues/1605
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_r312769880
##
File path: be/src/olap/rowset/segment_group.cpp
##
@@ -902,23 +863,27 @@ OLAPStatus SegmentGroup::link_segments
imay merged 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
yuanlihan closed pull request #1569: Enable Partition Discovery for Broker Load
URL: https://github.com/apache/incubator-doris/pull/1569
This is an automated message from the Apache Git Service.
To respond to the message, ple
wuyunfeng closed issue #1525: Expose data pruned-filter-scan ability for
Integrating Spark and Doris
URL: https://github.com/apache/incubator-doris/issues/1525
This is an automated message from the Apache Git Service.
To res
morningman opened a new pull request #1621: Fix bug that encounter "No more
data to read" when accessing broker
URL: https://github.com/apache/incubator-doris/pull/1621
The errorMsg in TBrokerOperationStatus is set to null because of
invalid string joint operation.
```
String s
imay closed pull request #1621: Fix bug that encounter "No more data to read"
when accessing broker
URL: https://github.com/apache/incubator-doris/pull/1621
This is an automated message from the Apache Git Service.
To respon
imay commented on a change in pull request #1617: Add PreAgg Hint
URL: https://github.com/apache/incubator-doris/pull/1617#discussion_r312728326
##
File path: fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java
##
@@ -327,6 +325,10 @@ private void turnOffPreAgg
imay commented on a change in pull request #1617: Add PreAgg Hint
URL: https://github.com/apache/incubator-doris/pull/1617#discussion_r312728254
##
File path: fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java
##
@@ -593,8 +595,20 @@ private void turnOffPreAgg
imay commented on a change in pull request #1617: Add PreAgg Hint
URL: https://github.com/apache/incubator-doris/pull/1617#discussion_r312728179
##
File path: fe/src/main/java/org/apache/doris/analysis/BaseTableRef.java
##
@@ -70,6 +70,7 @@ public void analyze(Analyzer anal
imay commented on a change in pull request #1617: Add PreAgg Hint
URL: https://github.com/apache/incubator-doris/pull/1617#discussion_r312728141
##
File path: fe/src/main/cup/sql_parser.cup
##
@@ -338,6 +338,7 @@ nonterminal ArrayList opt_plan_hints;
nonterminal ArrayList
imay closed pull request #1550: Fix deadlock when io error, Issue:1549
URL: https://github.com/apache/incubator-doris/pull/1550
This is an automated message from the Apache Git Service.
To respond to the message, please log o
imay commented on a change in pull request #1597: Support checking error data
row when doing INSERT
URL: https://github.com/apache/incubator-doris/pull/1597#discussion_r312727579
##
File path: fe/src/main/java/org/apache/doris/qe/StmtExecutor.java
##
@@ -690,7 +692,16 @@ p
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_r312726761
##
File path: be/src/olap/base_compaction.cpp
##
@@ -16,513 +16,115 @@
// 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_r312726362
##
File path: be/src/olap/base_compaction.cpp
##
@@ -16,513 +16,115 @@
// 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_r312726647
##
File path: be/src/olap/compaction.h
##
@@ -0,0 +1,89 @@
+// Licensed to th
imay commented on a change in pull request #1590: Implement BetaRowsetWriter
URL: https://github.com/apache/incubator-doris/pull/1590#discussion_r312726120
##
File path: be/src/olap/schema_change.cpp
##
@@ -685,22 +680,19 @@ SchemaChangeDirectly::SchemaChangeDirectly(
imay commented on a change in pull request #1590: Implement BetaRowsetWriter
URL: https://github.com/apache/incubator-doris/pull/1590#discussion_r312726027
##
File path: be/src/olap/rowset/segment_group.cpp
##
@@ -902,23 +863,27 @@ OLAPStatus SegmentGroup::link_segments_to_
25 matches
Mail list logo