imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313272393
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.cpp
##
@@ -0,0 +1,43 @@
+// Licensed to the Apache Software
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313279699
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -114,6 +119,80 @@ 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_r313248034
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,332 @@
+// Licensed to the Apache Software Founda
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313260150
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,332 @@
+// Licensed to the Apache Software Founda
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313248458
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,332 @@
+// Licensed to the Apache Software Founda
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313273446
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,98 @@
+// Licensed to the Apache Software Fo
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313275263
##
File path: be/src/olap/rowset/segment_v2/zone_map.h
##
@@ -0,0 +1,92 @@
+// Licensed to the Apache Software Foundatio
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313269063
##
File path: be/src/olap/rowset/segment_v2/ordinal_page_index.h
##
@@ -97,6 +98,19 @@ class OrdinalPageIndex {
}
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313244859
##
File path: be/src/olap/iterators.h
##
@@ -26,24 +26,29 @@ namespace doris {
class RowCursor;
class RowBlockV2;
cla
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313263989
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,332 @@
+// Licensed to the Apache Software Founda
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313264882
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,332 @@
+// Licensed to the Apache Software Founda
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313259805
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,332 @@
+// Licensed to the Apache Software Founda
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313273183
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.cpp
##
@@ -0,0 +1,43 @@
+// Licensed to the Apache Software
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313273011
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.cpp
##
@@ -0,0 +1,43 @@
+// Licensed to the Apache Software
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313276366
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -45,14 +46,17 @@ SegmentIterator::~SegmentIterato
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313278406
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -114,6 +119,80 @@ 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_r313266172
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,332 @@
+// Licensed to the Apache Software Founda
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313282796
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -114,6 +119,80 @@ 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_r313272696
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.cpp
##
@@ -0,0 +1,43 @@
+// Licensed to the Apache Software
imay merged pull request #1576: Change cumulative compaction for decoupling
storage from compution
URL: https://github.com/apache/incubator-doris/pull/1576
This is an automated message from the Apache Git Service.
To respond
morningman opened a new pull request #1634: Fix bug that bad replica can not be
synchronized when report
URL: https://github.com/apache/incubator-doris/pull/1634
When the replica is recovered from bad on BE, the report process
should change the bad status of replica on FE to false, or th
morningman merged pull request #1631: Fix time zone compatibility
URL: https://github.com/apache/incubator-doris/pull/1631
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313334634
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,332 @@
+// 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_r313334727
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,332 @@
+// 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_r313334702
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,332 @@
+// 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_r313334566
##
File path: be/src/olap/iterators.h
##
@@ -26,24 +26,29 @@ namespace doris {
class RowCursor;
class RowBlo
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313335014
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,332 @@
+// 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_r313335851
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,332 @@
+// 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_r313337023
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,332 @@
+// 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_r313342425
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,332 @@
+// 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_r313348479
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,332 @@
+// 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_r313361920
##
File path: be/src/olap/rowset/segment_v2/ordinal_page_index.h
##
@@ -97,6 +98,19 @@ class OrdinalPageIndex
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313362446
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.cpp
##
@@ -0,0 +1,43 @@
+// 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_r313362677
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.cpp
##
@@ -0,0 +1,43 @@
+// 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_r313364724
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -114,6 +119,80 @@ 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_r313364770
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -114,6 +119,80 @@ 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_r313368798
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -45,14 +46,17 @@ 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_r313370236
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,98 @@
+// Licensed to the Apache 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_r313370572
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.cpp
##
@@ -0,0 +1,43 @@
+// Licensed to the Apache
yuanlihan closed pull request #1629: Enable parsing columns from file path for
Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1629
This is an automated message from the Apache Git Service.
To respond
yuanlihan opened a new pull request #1629: Enable parsing columns from file
path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1629
Currently, we do not support parsing encoded/compressed columns in file
path, eg: extract column k1 from file path `/path/to/dir
yuanlihan closed pull request #1629: Enable parsing columns from file path for
Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1629
This is an automated message from the Apache Git Service.
To respond
yuanlihan opened a new pull request #1635: Enable parsing columns from file
path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1635
Currently, we do not support parsing encoded/compressed columns in file
path, eg: extract column k1 from file path /path/to/dir/
chaoyli merged pull request #1634: Fix bug that bad replica can not be
synchronized when report
URL: https://github.com/apache/incubator-doris/pull/1634
This is an automated message from the Apache Git Service.
To respond to
kangpinghuang opened a new issue #1636: delete predicate can be used to filter
segment data
URL: https://github.com/apache/incubator-doris/issues/1636
Now delete predicate is user issued delete sql like this:
delete from table_a where column_a = 1;
So the delete predicate can be used
kangpinghuang commented on issue #1636: delete predicate can be used to filter
segment data
URL:
https://github.com/apache/incubator-doris/issues/1636#issuecomment-521072427
parent issue #1305
This is an automated message fr
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313680515
##
File path: be/src/olap/rowset/segment_v2/zone_map.h
##
@@ -0,0 +1,92 @@
+// Licensed to the Apache Software
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313680478
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.cpp
##
@@ -0,0 +1,43 @@
+// Licensed to the Apache
kangkaisen opened a new issue #1637: Curl Mini load timeout
URL: https://github.com/apache/incubator-doris/issues/1637
**Describe the bug**
Yesterday, Our user run a large hive to doris job, which had 700+ doris Http
mini load, but a one http mini load get the following error:
```
kangkaisen opened a new pull request #1638: Make Netty SO_BACKLOG configurable
URL: https://github.com/apache/incubator-doris/pull/1638
For https://github.com/apache/incubator-doris/issues/1637
This is an automated message fro
imay commented on a change in pull request #1638: Make Netty SO_BACKLOG
configurable
URL: https://github.com/apache/incubator-doris/pull/1638#discussion_r313685761
##
File path: fe/src/main/java/org/apache/doris/common/Config.java
##
@@ -215,6 +215,14 @@
* Currently,
imay commented on a change in pull request #1635: Enable parsing columns from
file path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1635#discussion_r313686877
##
File path: be/src/exec/parquet_reader.cpp
##
@@ -396,6 +412,35 @@ Status Parque
imay commented on a change in pull request #1635: Enable parsing columns from
file path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1635#discussion_r313684725
##
File path: gensrc/thrift/PlanNodes.thrift
##
@@ -114,6 +114,8 @@ struct TBroker
imay commented on a change in pull request #1635: Enable parsing columns from
file path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1635#discussion_r313685109
##
File path: be/src/exec/broker_scanner.cpp
##
@@ -452,6 +456,31 @@ bool BrokerSc
manannan2017 opened a new issue #1639: ST_Contains function:not suitable for
Circle、ST_Polygon
URL: https://github.com/apache/incubator-doris/issues/1639
2 cases:
case 1: SELECT ST_Contains(ST_Circle(111, 64, 90), ST_Circle(111, 64, 10));
);
SELECT ST_X(ST_Point(-123.1234567890123456789, 16.7));
[图片]
kangkaisen commented on issue #1638: Make Netty SO_BACKLOG configurable
URL: https://github.com/apache/incubator-doris/pull/1638#issuecomment-521090573
> Besides this, thrift server also have a default backlog(50).
> It's better if you can modify it together.
OK, Update.
-
kangkaisen commented on a change in pull request #1638: Make Netty SO_BACKLOG
configurable
URL: https://github.com/apache/incubator-doris/pull/1638#discussion_r313693895
##
File path: fe/src/main/java/org/apache/doris/common/Config.java
##
@@ -215,6 +215,14 @@
* Curr
chaoyli commented on a change in pull request #1619: Check all tablet using
partition tablet map during publish version
URL: https://github.com/apache/incubator-doris/pull/1619#discussion_r313719310
##
File path: be/src/olap/tablet_sync_service.cpp
##
@@ -0,0 +1,149 @@
+//
EmmyMiao87 opened a new pull request #1641: Print src tuple in error_sample file
URL: https://github.com/apache/incubator-doris/pull/1641
The src tuple could not be print in error_sample file when the value is
filtered by strict mode.
This commit fix this issue.
morningman commented on a change in pull request #1641: Print src tuple in
error_sample file
URL: https://github.com/apache/incubator-doris/pull/1641#discussion_r313731396
##
File path: be/src/exec/base_scanner.cpp
##
@@ -154,17 +154,18 @@ bool BaseScanner::fill_dest_tuple
chaoyli commented on a change in pull request #1619: Check all tablet using
partition tablet map during publish version
URL: https://github.com/apache/incubator-doris/pull/1619#discussion_r313744031
##
File path: be/src/olap/tablet_sync_service.h
##
@@ -0,0 +1,157 @@
+// L
chaoyli commented on a change in pull request #1619: Check all tablet using
partition tablet map during publish version
URL: https://github.com/apache/incubator-doris/pull/1619#discussion_r313727829
##
File path: be/src/util/batch_process_thread_pool.hpp
##
@@ -0,0 +1,184
chaoyli commented on a change in pull request #1619: Check all tablet using
partition tablet map during publish version
URL: https://github.com/apache/incubator-doris/pull/1619#discussion_r313731438
##
File path: be/src/util/batch_process_thread_pool.hpp
##
@@ -0,0 +1,184
chaoyli commented on a change in pull request #1619: Check all tablet using
partition tablet map during publish version
URL: https://github.com/apache/incubator-doris/pull/1619#discussion_r313747136
##
File path: be/src/olap/tablet_sync_service.h
##
@@ -0,0 +1,157 @@
+// L
chaoyli commented on a change in pull request #1619: Check all tablet using
partition tablet map during publish version
URL: https://github.com/apache/incubator-doris/pull/1619#discussion_r313747462
##
File path: be/src/olap/tablet_sync_service.h
##
@@ -0,0 +1,157 @@
+// L
chaoyli commented on a change in pull request #1619: Check all tablet using
partition tablet map during publish version
URL: https://github.com/apache/incubator-doris/pull/1619#discussion_r313747193
##
File path: be/src/olap/tablet_sync_service.h
##
@@ -0,0 +1,157 @@
+// L
EmmyMiao87 commented on a change in pull request #1471: Planner support push
down predicates past agg, win and sort
URL: https://github.com/apache/incubator-doris/pull/1471#discussion_r312370964
##
File path: fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java
wkhappy1 opened a new pull request #1642: add kafka_default_offsets when no
partiotion specify .support read kafka partition from start
URL: https://github.com/apache/incubator-doris/pull/1642
add kafka_default_offsets when no partiotion specify
value OFFSET_BEGINNING,OFFSET_END
-
chaoyli merged pull request #1619: Check all tablet using partition tablet map
during publish version
URL: https://github.com/apache/incubator-doris/pull/1619
This is an automated message from the Apache Git Service.
To resp
imay commented on a change in pull request #1642: add kafka_default_offsets
when no partiotion specify .support read kafka partition from start
URL: https://github.com/apache/incubator-doris/pull/1642#discussion_r313835208
##
File path:
fe/src/main/java/org/apache/doris/load/routi
imay commented on a change in pull request #1642: add kafka_default_offsets
when no partiotion specify .support read kafka partition from start
URL: https://github.com/apache/incubator-doris/pull/1642#discussion_r313834708
##
File path:
fe/src/main/java/org/apache/doris/analysis/C
imay commented on a change in pull request #1642: add kafka_default_offsets
when no partiotion specify .support read kafka partition from start
URL: https://github.com/apache/incubator-doris/pull/1642#discussion_r313834945
##
File path:
fe/src/main/java/org/apache/doris/load/routi
imay commented on a change in pull request #1642: add kafka_default_offsets
when no partiotion specify .support read kafka partition from start
URL: https://github.com/apache/incubator-doris/pull/1642#discussion_r313834519
##
File path:
fe/src/main/java/org/apache/doris/analysis/C
imay commented on a change in pull request #1642: add kafka_default_offsets
when no partiotion specify .support read kafka partition from start
URL: https://github.com/apache/incubator-doris/pull/1642#discussion_r313835288
##
File path:
fe/src/main/java/org/apache/doris/load/routi
imay commented on a change in pull request #1642: add kafka_default_offsets
when no partiotion specify .support read kafka partition from start
URL: https://github.com/apache/incubator-doris/pull/1642#discussion_r313834569
##
File path:
fe/src/main/java/org/apache/doris/analysis/C
imay merged pull request #1641: Print src tuple in error_sample file
URL: https://github.com/apache/incubator-doris/pull/1641
This is an automated message from the Apache Git Service.
To respond to the message, please log on
imay merged pull request #1638: Make Netty SO_BACKLOG configurable
URL: https://github.com/apache/incubator-doris/pull/1638
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
morningman commented on a change in pull request #1642: add
kafka_default_offsets when no partiotion specify .support read kafka partition
from start
URL: https://github.com/apache/incubator-doris/pull/1642#discussion_r313836333
##
File path: docs/documentation/cn/sql-reference/sq
morningman commented on a change in pull request #1642: add
kafka_default_offsets when no partiotion specify .support read kafka partition
from start
URL: https://github.com/apache/incubator-doris/pull/1642#discussion_r313838951
##
File path:
fe/src/main/java/org/apache/doris/loa
morningman commented on a change in pull request #1642: add
kafka_default_offsets when no partiotion specify .support read kafka partition
from start
URL: https://github.com/apache/incubator-doris/pull/1642#discussion_r313836798
##
File path:
fe/src/main/java/org/apache/doris/ana
morningman commented on a change in pull request #1642: add
kafka_default_offsets when no partiotion specify .support read kafka partition
from start
URL: https://github.com/apache/incubator-doris/pull/1642#discussion_r313837594
##
File path:
fe/src/main/java/org/apache/doris/loa
morningman commented on a change in pull request #1642: add
kafka_default_offsets when no partiotion specify .support read kafka partition
from start
URL: https://github.com/apache/incubator-doris/pull/1642#discussion_r313836267
##
File path: docs/documentation/cn/sql-reference/sq
morningman commented on a change in pull request #1642: add
kafka_default_offsets when no partiotion specify .support read kafka partition
from start
URL: https://github.com/apache/incubator-doris/pull/1642#discussion_r313838992
##
File path:
fe/src/main/java/org/apache/doris/loa
morningman commented on a change in pull request #1642: add
kafka_default_offsets when no partiotion specify .support read kafka partition
from start
URL: https://github.com/apache/incubator-doris/pull/1642#discussion_r313837652
##
File path:
fe/src/main/java/org/apache/doris/loa
morningman commented on a change in pull request #1642: add
kafka_default_offsets when no partiotion specify .support read kafka partition
from start
URL: https://github.com/apache/incubator-doris/pull/1642#discussion_r313836303
##
File path:
fe/src/main/java/org/apache/doris/ana
morningman commented on a change in pull request #1642: add
kafka_default_offsets when no partiotion specify .support read kafka partition
from start
URL: https://github.com/apache/incubator-doris/pull/1642#discussion_r313836436
##
File path:
fe/src/main/java/org/apache/doris/ana
manannan2017 commented on issue #1603: when Executing sql, mysql command line
scrambling
URL:
https://github.com/apache/incubator-doris/issues/1603#issuecomment-521226651
Can we add this information in the document?When the user accidentally
entered this command,user experience is not go
manannan2017 commented on issue #1570: the function of timediff has errors in
boundary and type
URL:
https://github.com/apache/incubator-doris/issues/1570#issuecomment-521237567
Verification passed。thanks
This is an automate
manannan2017 closed issue #1570: the function of timediff has errors in
boundary and type
URL: https://github.com/apache/incubator-doris/issues/1570
This is an automated message from the Apache Git Service.
To respond to the
manannan2017 closed issue #1564: the result of percentile_approx is not stable
URL: https://github.com/apache/incubator-doris/issues/1564
This is an automated message from the Apache Git Service.
To respond to the message, p
chaoyli opened a new pull request #1643: Prepare _input_row_num and
_input_rowsets_size before compaction
URL: https://github.com/apache/incubator-doris/pull/1643
This is an automated message from the Apache Git Service.
To
imay merged pull request #1643: Prepare _input_row_num and _input_rowsets_size
before compaction
URL: https://github.com/apache/incubator-doris/pull/1643
This is an automated message from the Apache Git Service.
To respond t
HangyuanLiu opened a new pull request #1644: Fe time zone function
URL: https://github.com/apache/incubator-doris/pull/1644
1、Add fe time zone function support
2、Because DateLiteral is not "literal" , is timestamp in "+08:00"
timezone,so there's some logic to be compatible with old versi
yuanlihan opened a new pull request #1635: Enable parsing columns from file
path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1635
Currently, we do not support parsing encoded/compressed columns in file
path, eg: extract column k1 from file path /path/to/dir/
yuanlihan closed pull request #1635: Enable parsing columns from file path for
Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1635
This is an automated message from the Apache Git Service.
To respond
kangkaisen closed issue #969: Avoid compacting tablet if it referenced by some
query
URL: https://github.com/apache/incubator-doris/issues/969
This is an automated message from the Apache Git Service.
To respond to the messa
kangkaisen commented on issue #969: Avoid compacting tablet if it referenced by
some query
URL: https://github.com/apache/incubator-doris/issues/969#issuecomment-521503007
https://github.com/apache/incubator-doris/pull/1400/ has fixed this issue.
---
kangkaisen commented on issue #779: reader will failed because the version is
compacted
URL: https://github.com/apache/incubator-doris/issues/779#issuecomment-521503174
https://github.com/apache/incubator-doris/pull/1400/ has fixed this issue.
--
kangkaisen opened a new pull request #1645: Acquire data_sources at the
beginning of the olapscanner
URL: https://github.com/apache/incubator-doris/pull/1645
Apply https://github.com/apache/incubator-doris/pull/1400/ to doris-0.10
version.
-
2401 - 2500 of 7706 matches
Mail list logo