wangbo opened a new pull request #1694: optimize V2 BinaryPlainPage format
(#1648)
URL: https://github.com/apache/incubator-doris/pull/1694
This is an automated message from the Apache Git Service.
To respond to the message,
kangkaisen commented on issue #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#issuecomment-524174380
Update for @imay comment.
This is an automated message from the Apache Git Servi
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_r316976118
##
File path: be/src/olap/schema.cpp
##
@@ -37,41 +37,53 @@ void Schema::copy_from(const Schema& other) {
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_r316965331
##
File path: be/src/olap/schema.cpp
##
@@ -37,41 +37,53 @@ void Schema::copy_from(const Schema& other) {
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_r316965331
##
File path: be/src/olap/schema.cpp
##
@@ -37,41 +37,53 @@ void Schema::copy_from(const Schema& other) {
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_r316964490
##
File path: be/src/olap/schema.cpp
##
@@ -37,41 +37,53 @@ void Schema::copy_from(const Schema& other) {
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_r316964309
##
File path: be/src/olap/row_cursor.cpp
##
@@ -184,30 +178,11 @@ OLAPStatus
RowCursor::allocate_memory_for_
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_r316964218
##
File path: fe/src/main/java/org/apache/doris/analysis/AggregateInfoBase.java
##
@@ -150,6 +150,7 @@ privat
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_r316964191
##
File path: fe/src/main/java/org/apache/doris/catalog/Type.java
##
@@ -213,6 +213,11 @@ public boolean isIn
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_r316964178
##
File path: fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java
##
@@ -536,6 +536,18 @@ privat
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_r316964016
##
File path: be/src/util/bitmap.h
##
@@ -248,6 +250,144 @@ class Bitmap {
static const int64_t BIT_INDEX_
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_r316964030
##
File path: be/src/util/bitmap.h
##
@@ -248,6 +250,144 @@ class Bitmap {
static const int64_t BIT_INDEX_
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_r316963918
##
File path: be/src/util/bitmap.h
##
@@ -248,6 +250,144 @@ class Bitmap {
static const int64_t BIT_INDEX_
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_r316963936
##
File path: be/src/util/bitmap.h
##
@@ -248,6 +250,144 @@ class Bitmap {
static const int64_t BIT_INDEX_
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_r316963886
##
File path: be/src/util/bitmap.h
##
@@ -248,6 +250,144 @@ class Bitmap {
static const int64_t BIT_INDEX_
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_r316963898
##
File path: be/src/util/bitmap.h
##
@@ -248,6 +250,144 @@ class Bitmap {
static const int64_t BIT_INDEX_
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_r316963970
##
File path: be/src/util/bitmap.h
##
@@ -248,6 +250,144 @@ class Bitmap {
static const int64_t BIT_INDEX_
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316962776
##
File path: be/src/olap/wrapper_field.cpp
##
@@ -37,6 +39,9 @@ WrapperField* WrapperField::create(const Tabl
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316962701
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,100 @@
+// Licensed to the Apache
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316962512
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,283 @@
+// Licensed to the Apache Softw
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316962422
##
File path: gensrc/proto/segment_v2.proto
##
@@ -1,155 +1,162 @@
-// Licensed to the Apache Software Foundat
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316962499
##
File path: gensrc/proto/segment_v2.proto
##
@@ -1,155 +1,162 @@
-// Licensed to the Apache Software Foundat
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316962469
##
File path: gensrc/proto/segment_v2.proto
##
@@ -1,155 +1,162 @@
-// Licensed to the Apache Software Foundat
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316962347
##
File path: gensrc/proto/segment_v2.proto
##
@@ -1,155 +1,162 @@
-// Licensed to the Apache Software Foundat
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316962352
##
File path: gensrc/proto/segment_v2.proto
##
@@ -1,155 +1,162 @@
-// Licensed to the Apache Software Foundat
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316961690
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,283 @@
+// Licensed to the Apache Softw
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316961659
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,283 @@
+// Licensed to the Apache Softw
imay merged pull request #1685: Add error msg when memory limit exceeded
URL: https://github.com/apache/incubator-doris/pull/1685
This is an automated message from the Apache Git Service.
To respond to the message, please log
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316956631
##
File path: be/src/olap/wrapper_field.cpp
##
@@ -37,6 +39,9 @@ WrapperField* WrapperField::create(const TabletColumn&
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316957003
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,100 @@
+// Licensed to the Apache Software F
kangpinghuang commented on issue #1684: [Proposal] Bitmap Index File Format for
V2 segment
URL:
https://github.com/apache/incubator-doris/issues/1684#issuecomment-524146905
Why bitmap index should be seperated from data file? Is there any situation
where change index without changing dat
imay commented on a change in pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r316945672
##
File path: fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java
##
@@ -536,6 +536,18 @@ private void
imay commented on a change in pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r316944752
##
File path: be/src/util/bitmap.h
##
@@ -248,6 +250,144 @@ class Bitmap {
static const int64_t BIT_INDEX_MASK =
imay commented on a change in pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r316945733
##
File path: fe/src/main/java/org/apache/doris/catalog/Type.java
##
@@ -213,6 +213,11 @@ public boolean isIntegerTy
imay commented on a change in pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r316943418
##
File path: be/src/util/bitmap.h
##
@@ -248,6 +250,144 @@ class Bitmap {
static const int64_t BIT_INDEX_MASK =
imay commented on a change in pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r316944253
##
File path: be/src/util/bitmap.h
##
@@ -248,6 +250,144 @@ class Bitmap {
static const int64_t BIT_INDEX_MASK =
imay commented on a change in pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r316949798
##
File path: be/src/olap/schema.cpp
##
@@ -37,41 +37,53 @@ void Schema::copy_from(const Schema& other) {
_col_
imay commented on a change in pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r316950191
##
File path: be/src/olap/schema.cpp
##
@@ -37,41 +37,53 @@ void Schema::copy_from(const Schema& other) {
_col_
imay commented on a change in pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r316942512
##
File path:
docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/bitmap.md
##
@@ -0,0 +1,77 @@
+
imay commented on a change in pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r316943638
##
File path: be/src/util/bitmap.h
##
@@ -248,6 +250,144 @@ class Bitmap {
static const int64_t BIT_INDEX_MASK =
imay commented on a change in pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r316945911
##
File path: fe/src/main/java/org/apache/doris/analysis/AggregateInfoBase.java
##
@@ -150,6 +150,7 @@ private Tuple
imay commented on a change in pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r316943517
##
File path: be/src/util/bitmap.h
##
@@ -248,6 +250,144 @@ class Bitmap {
static const int64_t BIT_INDEX_MASK =
imay commented on a change in pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r316948274
##
File path: be/src/olap/row_cursor.cpp
##
@@ -184,30 +178,11 @@ OLAPStatus
RowCursor::allocate_memory_for_string_
imay commented on a change in pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r316943782
##
File path: be/src/util/bitmap.h
##
@@ -248,6 +250,144 @@ class Bitmap {
static const int64_t BIT_INDEX_MASK =
imay commented on a change in pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r316945182
##
File path: be/src/util/bitmap.h
##
@@ -248,6 +250,144 @@ class Bitmap {
static const int64_t BIT_INDEX_MASK =
gaodayue commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316948518
##
File path: gensrc/proto/segment_v2.proto
##
@@ -1,155 +1,162 @@
-// Licensed to the Apache Software Foundation (A
gaodayue commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316948190
##
File path: gensrc/proto/segment_v2.proto
##
@@ -1,155 +1,162 @@
-// Licensed to the Apache Software Foundation (A
gaodayue commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316948315
##
File path: gensrc/proto/segment_v2.proto
##
@@ -1,155 +1,162 @@
-// Licensed to the Apache Software Foundation (A
gaodayue commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316948796
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,283 @@
+// Licensed to the Apache Software Fo
gaodayue commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316948233
##
File path: gensrc/proto/segment_v2.proto
##
@@ -1,155 +1,162 @@
-// Licensed to the Apache Software Foundation (A
gaodayue commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316948465
##
File path: gensrc/proto/segment_v2.proto
##
@@ -1,155 +1,162 @@
-// Licensed to the Apache Software Foundation (A
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316941521
##
File path: be/src/olap/rowset/segment_v2/ordinal_page_index.h
##
@@ -97,10 +101,24 @@ class OrdinalPageInde
morningman commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316684220
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,283 @@
+// Licensed to the Apache Software
morningman commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316685404
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,283 @@
+// Licensed to the Apache Software
imay merged pull request #1692: Minor, Update tablet-repair-and-balance doc
URL: https://github.com/apache/incubator-doris/pull/1692
This is an automated message from the Apache Git Service.
To respond to the message, please
morningman commented on a change in pull request #1687: add limit to show
tablet(#1547)
URL: https://github.com/apache/incubator-doris/pull/1687#discussion_r316677028
##
File path: fe/src/main/java/org/apache/doris/analysis/ShowTabletStmt.java
##
@@ -68,6 +73,14 @@ public
EmmyMiao87 opened a new pull request #1693: Add config
max_concurrent_task_num_per_be
URL: https://github.com/apache/incubator-doris/pull/1693
This config is used to control the max concurrent task num per be.
The cluster max concurrent task num = max_concurrent_task_num_per_be *
number
kangkaisen opened a new pull request #1692: Minor, Update
tablet-repair-and-balance doc
URL: https://github.com/apache/incubator-doris/pull/1692
Minor, update tablet-repair-and-balance doc
This is an automated message from th
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316652932
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -244,13 +297,41 @@ Status SegmentIterat
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316652725
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -244,13 +297,41 @@ Status SegmentIterat
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316647781
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,303 @@
+// Licensed to the Apache Softw
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316646597
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,303 @@
+// Licensed to the Apache Softw
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316646454
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,303 @@
+// Licensed to the Apache Softw
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316645858
##
File path: be/src/olap/rowset/segment_v2/column_reader.cpp
##
@@ -156,18 +160,69 @@ Status ColumnReader::re
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316644947
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -244,13 +297,41 @@ Status SegmentIterat
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316640552
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -114,8 +124,51 @@ Status SegmentIterato
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316638608
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -114,8 +124,51 @@ Status SegmentIterato
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316638256
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -45,16 +47,21 @@ SegmentIterator::~Segm
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316637044
##
File path: be/src/olap/rowset/segment_v2/column_reader.cpp
##
@@ -156,18 +160,69 @@ Status ColumnReader::re
morningman commented on a change in pull request #1686: Add a loaded rows in
SHOW LOAD result
URL: https://github.com/apache/incubator-doris/pull/1686#discussion_r316635194
##
File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadJob.java
##
@@ -118,6 +120,13 @@
morningman merged pull request #1690: Fix bug that 2 same stream load jobs may
both be able to executed successfully
URL: https://github.com/apache/incubator-doris/pull/1690
This is an automated message from the Apache Git S
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316629485
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,166 @@
+// Licensed to the Apache
EmmyMiao87 commented on issue #1690: Fix bug that 2 same stream load jobs may
both be able to executed successfully
URL: https://github.com/apache/incubator-doris/pull/1690#issuecomment-523863106
LGTM
This is an automated mes
kangkaisen commented on issue #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#issuecomment-523856177
After tested with real data, I found the bitmap load is very slower than
sum. For about one million rows, stream load with sum only need 3 seco
kangkaisen opened a new issue #1691: Add a code style check and format script
for Doris BE
URL: https://github.com/apache/incubator-doris/issues/1691
Currently, We need take time to review the code style for Doris BE, we
should add a code style check and format script to do this work.
morningman opened a new pull request #1690: Fix bug that 2 same stream load
jobs may both be able to executed successfully
URL: https://github.com/apache/incubator-doris/pull/1690
ISSUE #1689
This is an automated message fro
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316583582
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,166 @@
+// Licensed to the Apache
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316583497
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,166 @@
+// Licensed to the Apache
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316557356
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -114,8 +124,51 @@ Status SegmentIterator::_prepar
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316557716
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -114,8 +124,51 @@ Status SegmentIterator::_prepar
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316552195
##
File path: be/src/olap/rowset/segment_v2/column_reader.cpp
##
@@ -156,18 +160,69 @@ Status ColumnReader::read_page(co
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316537413
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,166 @@
+// Licensed to the Apache Software F
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316558367
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -244,13 +297,41 @@ Status SegmentIterator::_next_
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316553007
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,166 @@
+// Licensed to the Apache Software F
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316536894
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,166 @@
+// Licensed to the Apache Software F
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r316554858
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -45,16 +47,21 @@ SegmentIterator::~SegmentIterato
worker24h opened a new pull request #1688: Fixbug
URL: https://github.com/apache/incubator-doris/pull/1688
It can not create a new partition when paritions of a table is empty
This is an automated message from the Apache Git S
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r315027534
##
File path: be/src/olap/rowset/segment_v2/ordinal_page_index.h
##
@@ -97,10 +101,24 @@ class OrdinalPageInde
imay commented on a change in pull request #1686: Add a loaded rows in SHOW
LOAD result
URL: https://github.com/apache/incubator-doris/pull/1686#discussion_r316523679
##
File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadJob.java
##
@@ -118,6 +120,13 @@
//
89 matches
Mail list logo