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_r312728141
##
File path: fe/src/main/cup/sql_parser.cup
##
@@ -338,6 +338,7 @@ nonterminal ArrayList opt_plan_hints;
nonterminal ArrayList
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
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
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
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
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
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
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(
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(
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 #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
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
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
gaodayue 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_r312795986
##
File path: gensrc/proto/segment_v2.proto
##
@@ -61,8 +61,9 @@ enum CompressionTypeP
imay commented on a change in pull request #1598: Time zone related be function
URL: https://github.com/apache/incubator-doris/pull/1598#discussion_r312797978
##
File path: be/src/runtime/datetime_value.cpp
##
@@ -1524,43 +1524,42 @@ bool DateTimeValue::date_add_interval(co
imay commented on a change in pull request #1598: Time zone related be function
URL: https://github.com/apache/incubator-doris/pull/1598#discussion_r312797672
##
File path: be/src/exprs/timestamp_functions.cpp
##
@@ -485,142 +385,112 @@ IntVal TimestampFunctions::date_diff(
imay commented on a change in pull request #1598: Time zone related be function
URL: https://github.com/apache/incubator-doris/pull/1598#discussion_r312797618
##
File path: be/src/exprs/timestamp_functions.cpp
##
@@ -485,142 +385,112 @@ IntVal TimestampFunctions::date_diff(
imay commented on a change in pull request #1598: Time zone related be function
URL: https://github.com/apache/incubator-doris/pull/1598#discussion_r312796878
##
File path: be/src/runtime/datetime_value.h
##
@@ -332,9 +333,9 @@ class DateTimeValue {
// Add interval
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_r312798278
##
File path: gensrc/proto/segment_v2.proto
##
@@ -61,8 +61,9 @@ enum CompressionTypePB {
kangpinghuang opened a new issue #1623: there is bug for api to restore be
tablet when there is pending_dir
URL: https://github.com/apache/incubator-doris/issues/1623
restore tablet api is for restore tablet from trash dir when mistakes.
But now there is a bug when the tablet has pending
kangpinghuang commented on issue #1623: there is bug for api to restore be
tablet when there is pending_dir
URL:
https://github.com/apache/incubator-doris/issues/1623#issuecomment-520320061
And more this api can only process one tablet at one time. In many cases,
there will be many tablet
kangpinghuang opened a new pull request #1624: Fix tablet restore api in
BE(#1623)
URL: https://github.com/apache/incubator-doris/pull/1624
1. fix bug when tablet with pending dir
2. add a shell script to support batch restore
imay commented on a change in pull request #1624: Fix tablet restore api in
BE(#1623)
URL: https://github.com/apache/incubator-doris/pull/1624#discussion_r312801227
##
File path: be/src/http/action/restore_tablet_action.cpp
##
@@ -121,36 +121,27 @@ Status RestoreTabletActi
imay commented on a change in pull request #1624: Fix tablet restore api in
BE(#1623)
URL: https://github.com/apache/incubator-doris/pull/1624#discussion_r312800888
##
File path: be/src/http/action/restore_tablet_action.cpp
##
@@ -86,11 +86,11 @@ Status RestoreTabletAction
imay commented on a change in pull request #1624: Fix tablet restore api in
BE(#1623)
URL: https://github.com/apache/incubator-doris/pull/1624#discussion_r312802272
##
File path: bin/restore_tablet_tool.sh
##
@@ -0,0 +1,84 @@
+#!/usr/bin/env bash
+# Licensed to the Apache
imay commented on a change in pull request #1624: Fix tablet restore api in
BE(#1623)
URL: https://github.com/apache/incubator-doris/pull/1624#discussion_r312801515
##
File path: be/src/http/action/restore_tablet_action.cpp
##
@@ -185,31 +176,48 @@ Status RestoreTabletActi
imay commented on a change in pull request #1624: Fix tablet restore api in
BE(#1623)
URL: https://github.com/apache/incubator-doris/pull/1624#discussion_r312801552
##
File path: be/src/http/action/restore_tablet_action.cpp
##
@@ -185,31 +176,48 @@ Status RestoreTabletActi
imay commented on a change in pull request #1624: Fix tablet restore api in
BE(#1623)
URL: https://github.com/apache/incubator-doris/pull/1624#discussion_r312802360
##
File path: bin/restore_tablet_tool.sh
##
@@ -0,0 +1,84 @@
+#!/usr/bin/env bash
+# Licensed to the Apache
morningman merged 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
imay commented on a change in pull request #1598: Time zone related be function
URL: https://github.com/apache/incubator-doris/pull/1598#discussion_r312820490
##
File path: be/src/runtime/datetime_value.h
##
@@ -331,10 +332,14 @@ class DateTimeValue {
// Add interval
imay merged pull request #1590: Implement BetaRowsetWriter
URL: https://github.com/apache/incubator-doris/pull/1590
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
HangyuanLiu commented on a change in pull request #1598: Time zone related be
function
URL: https://github.com/apache/incubator-doris/pull/1598#discussion_r312823840
##
File path: be/src/runtime/datetime_value.h
##
@@ -331,10 +332,14 @@ class DateTimeValue {
// Add
kangpinghuang commented on a change in pull request #1590: Implement
BetaRowsetWriter
URL: https://github.com/apache/incubator-doris/pull/1590#discussion_r312817232
##
File path: be/src/olap/rowset/beta_rowset_writer.h
##
@@ -0,0 +1,89 @@
+// Licensed to the Apache Softwar
kangpinghuang commented on a change in pull request #1590: Implement
BetaRowsetWriter
URL: https://github.com/apache/incubator-doris/pull/1590#discussion_r312819519
##
File path: be/src/olap/rowset/beta_rowset_writer.cpp
##
@@ -0,0 +1,184 @@
+// Licensed to the Apache Soft
kangpinghuang commented on a change in pull request #1590: Implement
BetaRowsetWriter
URL: https://github.com/apache/incubator-doris/pull/1590#discussion_r312820137
##
File path: be/src/olap/rowset/beta_rowset_writer.cpp
##
@@ -0,0 +1,184 @@
+// Licensed to the Apache Soft
kangpinghuang commented on a change in pull request #1590: Implement
BetaRowsetWriter
URL: https://github.com/apache/incubator-doris/pull/1590#discussion_r312807503
##
File path: be/src/olap/rowset/alpha_rowset_writer.h
##
@@ -56,19 +56,13 @@ class AlphaRowsetWriter : publ
EmmyMiao87 opened a new pull request #1625: Change the prefix of table info apis
URL: https://github.com/apache/incubator-doris/pull/1625
The pathtrie could not distinguish the different param key with the same
prefix path.
So the prefix of table info apis has been change to /api/externa
wangbo opened a new issue #1626: Insert select Stmt keep the same semantics
with mysql
URL: https://github.com/apache/incubator-doris/issues/1626
**Question**
When doing Insert Select stmt in doris,if the select stmt returns epmty set,
it will returns a error which content is "all part
jiangshouzhuang opened a new pull request #1627: fix backends disk error
statistics issue
URL: https://github.com/apache/incubator-doris/pull/1627
#1608
The main problem solved is an error in disk statistics when Doris's
storage_root_path is set to a storage limit, rather than using
wangbo opened a new pull request #1628: Insert select Stmt keep the same
semantics with mysql (#1626)
URL: https://github.com/apache/incubator-doris/pull/1628
This is an automated message from the Apache Git Service.
To resp
imay commented on a change in pull request #1628: Insert select Stmt keep the
same semantics with mysql (#1626)
URL: https://github.com/apache/incubator-doris/pull/1628#discussion_r312867170
##
File path: fe/src/main/java/org/apache/doris/qe/StmtExecutor.java
##
@@ -639,6
imay commented on a change in pull request #1627: fix backends disk error
statistics issue
URL: https://github.com/apache/incubator-doris/pull/1627#discussion_r312872005
##
File path: gensrc/thrift/MasterService.thrift
##
@@ -64,12 +64,13 @@ struct TTablet {
struct TDis
wangbo commented on a change in pull request #1628: Insert select Stmt keep the
same semantics with mysql (#1626)
URL: https://github.com/apache/incubator-doris/pull/1628#discussion_r312877005
##
File path: fe/src/main/java/org/apache/doris/qe/StmtExecutor.java
##
@@ -639,
jiangshouzhuang commented on a change in pull request #1627: fix backends disk
error statistics issue
URL: https://github.com/apache/incubator-doris/pull/1627#discussion_r312880003
##
File path: gensrc/thrift/MasterService.thrift
##
@@ -64,12 +64,13 @@ struct TTablet {
imay commented on a change in pull request #1627: fix backends disk error
statistics issue
URL: https://github.com/apache/incubator-doris/pull/1627#discussion_r312880575
##
File path: gensrc/thrift/MasterService.thrift
##
@@ -64,12 +64,13 @@ struct TTablet {
struct TDis
imay commented on a change in pull request #1625: Change the prefix of table
info apis
URL: https://github.com/apache/incubator-doris/pull/1625#discussion_r312884183
##
File path:
fe/src/main/java/org/apache/doris/http/rest/TableQueryPlanAction.java
##
@@ -77,25 +81,26 @@
imay commented on a change in pull request #1625: Change the prefix of table
info apis
URL: https://github.com/apache/incubator-doris/pull/1625#discussion_r312884461
##
File path:
fe/src/main/java/org/apache/doris/http/rest/TableQueryPlanAction.java
##
@@ -77,25 +81,26 @@
jiangshouzhuang commented on a change in pull request #1627: fix backends disk
error statistics issue
URL: https://github.com/apache/incubator-doris/pull/1627#discussion_r312887796
##
File path: gensrc/thrift/MasterService.thrift
##
@@ -64,12 +64,13 @@ struct TTablet {
kangpinghuang commented on a change in pull request #1624: Fix tablet restore
api in BE(#1623)
URL: https://github.com/apache/incubator-doris/pull/1624#discussion_r312893344
##
File path: be/src/http/action/restore_tablet_action.cpp
##
@@ -86,11 +86,11 @@ Status RestoreTab
kangpinghuang commented on a change in pull request #1624: Fix tablet restore
api in BE(#1623)
URL: https://github.com/apache/incubator-doris/pull/1624#discussion_r312893296
##
File path: be/src/http/action/restore_tablet_action.cpp
##
@@ -121,36 +121,27 @@ Status RestoreT
kangpinghuang commented on a change in pull request #1624: Fix tablet restore
api in BE(#1623)
URL: https://github.com/apache/incubator-doris/pull/1624#discussion_r312893409
##
File path: be/src/http/action/restore_tablet_action.cpp
##
@@ -185,31 +176,48 @@ Status RestoreT
kangpinghuang commented on a change in pull request #1624: Fix tablet restore
api in BE(#1623)
URL: https://github.com/apache/incubator-doris/pull/1624#discussion_r312893460
##
File path: be/src/http/action/restore_tablet_action.cpp
##
@@ -185,31 +176,48 @@ Status RestoreT
kangpinghuang commented on a change in pull request #1624: Fix tablet restore
api in BE(#1623)
URL: https://github.com/apache/incubator-doris/pull/1624#discussion_r312893694
##
File path: bin/restore_tablet_tool.sh
##
@@ -0,0 +1,84 @@
+#!/usr/bin/env bash
+# Licensed to th
kangpinghuang commented on a change in pull request #1624: Fix tablet restore
api in BE(#1623)
URL: https://github.com/apache/incubator-doris/pull/1624#discussion_r312893636
##
File path: bin/restore_tablet_tool.sh
##
@@ -0,0 +1,84 @@
+#!/usr/bin/env bash
+# Licensed to th
gaodayue commented on a change in pull request #1590: Implement BetaRowsetWriter
URL: https://github.com/apache/incubator-doris/pull/1590#discussion_r312900035
##
File path: be/src/olap/rowset/alpha_rowset_writer.h
##
@@ -56,19 +56,13 @@ class AlphaRowsetWriter : public Row
gaodayue commented on a change in pull request #1590: Implement BetaRowsetWriter
URL: https://github.com/apache/incubator-doris/pull/1590#discussion_r312900074
##
File path: be/src/olap/rowset/beta_rowset_writer.h
##
@@ -0,0 +1,89 @@
+// Licensed to the Apache Software Foun
gaodayue commented on a change in pull request #1590: Implement BetaRowsetWriter
URL: https://github.com/apache/incubator-doris/pull/1590#discussion_r312903421
##
File path: be/src/olap/rowset/beta_rowset_writer.cpp
##
@@ -0,0 +1,184 @@
+// Licensed to the Apache Software F
gaodayue commented on a change in pull request #1590: Implement BetaRowsetWriter
URL: https://github.com/apache/incubator-doris/pull/1590#discussion_r312904888
##
File path: be/src/olap/rowset/beta_rowset_writer.cpp
##
@@ -0,0 +1,184 @@
+// Licensed to the Apache Software F
imay merged pull request #1622: Add block compression codec and remove not used
codec
URL: https://github.com/apache/incubator-doris/pull/1622
This is an automated message from the Apache Git Service.
To respond to the messa
morningman merged pull request #1598: Time zone related be function
URL: https://github.com/apache/incubator-doris/pull/1598
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
wangbo commented on a change in pull request #1628: Insert select Stmt keep the
same semantics with mysql (#1626)
URL: https://github.com/apache/incubator-doris/pull/1628#discussion_r312930799
##
File path: fe/src/main/java/org/apache/doris/qe/StmtExecutor.java
##
@@ -639,
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
imay merged pull request #1624: Fix tablet restore api in BE(#1623)
URL: https://github.com/apache/incubator-doris/pull/1624
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
imay opened a new pull request #1630: Fix compile error
URL: https://github.com/apache/incubator-doris/pull/1630
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
imay merged pull request #1628: Insert select Stmt keep the same semantics with
mysql (#1626)
URL: https://github.com/apache/incubator-doris/pull/1628
This is an automated message from the Apache Git Service.
To respond to t
imay merged pull request #1630: Fix compile error
URL: https://github.com/apache/incubator-doris/pull/1630
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
worker24h commented on a change in pull request #1617: Add PreAgg Hint
URL: https://github.com/apache/incubator-doris/pull/1617#discussion_r313198465
##
File path: fe/src/main/cup/sql_parser.cup
##
@@ -338,6 +338,7 @@ nonterminal ArrayList opt_plan_hints;
nonterminal Array
worker24h commented on a change in pull request #1617: Add PreAgg Hint
URL: https://github.com/apache/incubator-doris/pull/1617#discussion_r313198872
##
File path: fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java
##
@@ -327,6 +325,10 @@ private void turnOffP
worker24h commented on a change in pull request #1617: Add PreAgg Hint
URL: https://github.com/apache/incubator-doris/pull/1617#discussion_r313199194
##
File path: fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java
##
@@ -593,8 +595,20 @@ private void turnOffP
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_r313200154
##
File path: be/src/olap/base_compaction.cpp
##
@@ -16,513 +16,115 @@
//
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_r313200154
##
File path: be/src/olap/base_compaction.cpp
##
@@ -16,513 +16,115 @@
//
imay merged pull request #1625: Change the prefix of table info apis
URL: https://github.com/apache/incubator-doris/pull/1625
This is an automated message from the Apache Git Service.
To respond to the message, please log on
HangyuanLiu opened a new pull request #1631: Fix time zone compatibility
URL: https://github.com/apache/incubator-doris/pull/1631
Fix time zone compatibility with old fe
This is an automated message from the Apache Git Service
imay commented on a change in pull request #1631: Fix time zone compatibility
URL: https://github.com/apache/incubator-doris/pull/1631#discussion_r313219924
##
File path: be/src/runtime/runtime_state.cpp
##
@@ -169,11 +177,19 @@ Status RuntimeState::init(
const TQueryG
imay commented on a change in pull request #1631: Fix time zone compatibility
URL: https://github.com/apache/incubator-doris/pull/1631#discussion_r313217331
##
File path: gensrc/thrift/PaloInternalService.thrift
##
@@ -182,7 +182,8 @@ struct TPlanFragmentExecParams {
struc
imay opened a new pull request #1632: Fix HLLContext cast error
URL: https://github.com/apache/incubator-doris/pull/1632
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
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
kangpinghuang opened a new pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633
Columns' zone map include min/max value for column page. When scan data, we
can use this information to eliminate data loading.
imay commented on a change in pull request #1629: Enable parsing columns from
file path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1629#discussion_r313232047
##
File path: be/src/exec/broker_scanner.cpp
##
@@ -489,18 +504,18 @@ bool BrokerS
imay commented on a change in pull request #1629: Enable parsing columns from
file path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1629#discussion_r313234607
##
File path: fe/src/main/java/org/apache/doris/planner/BrokerScanNode.java
##
@@
imay commented on a change in pull request #1629: Enable parsing columns from
file path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1629#discussion_r313206234
##
File path: docs/documentation/cn/sql-reference/sql-statements/Data
Manipulation/LOAD.md
imay commented on a change in pull request #1629: Enable parsing columns from
file path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1629#discussion_r313206785
##
File path: be/src/exec/broker_scanner.cpp
##
@@ -452,6 +456,17 @@ bool BrokerSc
imay commented on a change in pull request #1629: Enable parsing columns from
file path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1629#discussion_r313234538
##
File path: fe/src/main/java/org/apache/doris/planner/BrokerScanNode.java
##
@@
imay commented on a change in pull request #1629: Enable parsing columns from
file path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1629#discussion_r313233198
##
File path: be/src/exec/parquet_reader.cpp
##
@@ -204,13 +208,23 @@ Status Parqu
imay commented on a change in pull request #1629: Enable parsing columns from
file path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1629#discussion_r313206399
##
File path: fe/src/main/cup/sql_parser.cup
##
@@ -1050,10 +1050,11 @@ data_desc
imay commented on a change in pull request #1629: Enable parsing columns from
file path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1629#discussion_r313232621
##
File path: be/src/exec/broker_scanner.cpp
##
@@ -489,18 +504,18 @@ bool BrokerS
imay merged pull request #1632: Fix HLLContext cast error
URL: https://github.com/apache/incubator-doris/pull/1632
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
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_r313239424
##
File path: be/src/olap/base_compaction.h
##
@@ -18,166 +18,30 @@
#ifndef
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_r313239343
##
File path: be/src/olap/base_compaction.cpp
##
@@ -16,513 +16,114 @@
// un
yuanlihan commented on a change in pull request #1629: Enable parsing columns
from file path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1629#discussion_r313248654
##
File path: be/src/exec/parquet_reader.cpp
##
@@ -204,13 +208,23 @@ Status
yuanlihan commented on a change in pull request #1629: Enable parsing columns
from file path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1629#discussion_r313249231
##
File path: fe/src/main/cup/sql_parser.cup
##
@@ -1050,10 +1050,11 @@ data_
yuanlihan commented on a change in pull request #1629: Enable parsing columns
from file path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1629#discussion_r313248654
##
File path: be/src/exec/parquet_reader.cpp
##
@@ -204,13 +208,23 @@ Status
yuanlihan commented on a change in pull request #1629: Enable parsing columns
from file path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1629#discussion_r313250651
##
File path: fe/src/main/java/org/apache/doris/planner/BrokerScanNode.java
##
imay commented on a change in pull request #1629: Enable parsing columns from
file path for Broker Load (#1582)
URL: https://github.com/apache/incubator-doris/pull/1629#discussion_r313251662
##
File path: be/src/exec/parquet_reader.cpp
##
@@ -204,13 +208,23 @@ Status Parqu
imay commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r313263504
##
File path: be/src/olap/rowset/segment_v2/row_ranges.h
##
@@ -0,0 +1,332 @@
+// Licensed to the Apache Software Founda
2301 - 2400 of 7706 matches
Mail list logo