thimoonxy edited a comment on issue #1682: Failed to insert decimal data
URL:
https://github.com/apache/incubator-doris/issues/1682#issuecomment-523323335
> seems not a bug, DECIMAL(4,3) allows 3 digits after decimal point, 1
before point only.
> decimal(5,3) indicates: int(2).double(3)
thimoonxy edited a comment on issue #1682: Failed to insert decimal data
URL:
https://github.com/apache/incubator-doris/issues/1682#issuecomment-523323335
> seems not a bug, DECIMAL(4,3) allows 3 digits after decimal point, 1
before point only.
```
mysql> create table t3 (k1 int, k2
thimoonxy commented on issue #1682: Failed to insert decimal data
URL:
https://github.com/apache/incubator-doris/issues/1682#issuecomment-523323335
> seems not a bug, DECIMAL(4,3) allows 3 digits after decimal point, 1
before point only.
```
mysql> create table t3 (k1 int, k2 date, v
thimoonxy closed issue #1682: Failed to insert decimal data
URL: https://github.com/apache/incubator-doris/issues/1682
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
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_r316021515
##
File path: be/src/exprs/bitmap_function.cpp
##
@@ -0,0 +1,90 @@
+// Licensed to the Apache Software Foundation (A
thimoonxy opened a new issue #1682: Failed to insert decimal data
URL: https://github.com/apache/incubator-doris/issues/1682
version: Doris-0.10.18
```
mysql> desc t2;
+---+--+--+---+-+---+
| Field | Type | Null | Key | Default |
imay commented on a change in pull request #1680: fixup bug: "SHOW DATA" or
"SHOW PARTITIONS", the DATA-SIZE less than 0
URL: https://github.com/apache/incubator-doris/pull/1680#discussion_r315997217
##
File path: fe/src/main/java/org/apache/doris/catalog/Replica.java
##
@
yuanlihan opened a new issue #1681: Extract data from data source with nested
structure
URL: https://github.com/apache/incubator-doris/issues/1681
**Currently, Doris is not well-supported for nested data parsing in data
ingestion**
Users may need to load data sources, like JSON/Parquet
yuanlihan closed issue #1582: Enable Partition Discovery for Broker Load
URL: https://github.com/apache/incubator-doris/issues/1582
This is an automated message from the Apache Git Service.
To respond to the message, please l
yuanlihan commented on issue #1582: Enable Partition Discovery for Broker Load
URL:
https://github.com/apache/incubator-doris/issues/1582#issuecomment-523284628
Added
This is an automated message from the Apache Git Service.
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r315984891
##
File path: be/src/runtime/fe_based_rowset_id_generator.cpp
##
@@ -0,0 +1,108 @@
+// Licensed to the
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_r315981868
##
File path: be/src/exprs/bitmap_function.cpp
##
@@ -0,0 +1,90 @@
+// Licensed to the Apache Software Foundation (A
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_r315981727
##
File path: be/src/olap/row_cursor.cpp
##
@@ -184,31 +179,9 @@ OLAPStatus
RowCursor::allocate_memory_for_string_t
Hi,
We would like to hold a meetup in ShangHai Sep 21st by inviting some
Apache members ( Craig Russell, Justin Mclean, Willem Jiang)and some
apache projects committers in China like we did last year.
We hold this meetup can help Apache projects to know each other in
China. As there are lot of Ap
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_r315979655
##
File path: be/src/olap/row.h
##
@@ -75,7 +75,7 @@ template
void init_row_with_others(DstRowType* dst, con
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_r315976929
##
File path: be/src/olap/schema.h
##
@@ -78,16 +98,22 @@ class Schema {
~Schema();
-void reset(
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_r315976631
##
File path: be/src/olap/row_cursor.cpp
##
@@ -184,31 +179,9 @@ OLAPStatus
RowCursor::allocate_memory_for_s
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_r315974781
##
File path: be/src/exec/olap_scanner.cpp
##
@@ -328,6 +328,11 @@ Status OlapScanner::get_batch(
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_r315974753
##
File path:
docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/bitmap.md
##
@@ -0,0 +1,
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_r315974625
##
File path: be/src/exprs/bitmap_function.cpp
##
@@ -0,0 +1,90 @@
+// Licensed to the Apache Software Founda
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r315972900
##
File path: be/src/olap/rowset/segment_v2/column_writer.h
##
@@ -147,8 +154,10 @@ class ColumnWriter {
kangpinghuang commented on a change in pull request #1633: add zone map
page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r315972783
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,118 @@
+// 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_r315972291
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,118 @@
+// 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_r315972301
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,118 @@
+// 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_r315971934
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,118 @@
+// 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_r315971867
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,118 @@
+// 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_r315971841
##
File path: be/src/olap/rowset/segment_v2/binary_plain_page.h
##
@@ -50,18 +50,19 @@ class BinaryPlainPageBu
wkhappy1 closed pull request #1667: kafka导入添加fillnull
URL: https://github.com/apache/incubator-doris/pull/1667
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
worker24h opened a new pull request #1680: fixup bug: "SHOW DATA" or "SHOW
PARTITIONS", the DATA-SIZE less than 0
URL: https://github.com/apache/incubator-doris/pull/1680
This is an automated message from the Apache Git Serv
morningman commented on a change in pull request #1679: fixbug and extend
partition function
URL: https://github.com/apache/incubator-doris/pull/1679#discussion_r315966311
##
File path: fe/src/main/cup/sql_parser.cup
##
@@ -1515,6 +1521,15 @@ partition_key_desc ::=
:}
morningman commented on a change in pull request #1679: fixbug and extend
partition function
URL: https://github.com/apache/incubator-doris/pull/1679#discussion_r315966080
##
File path: fe/src/main/java/org/apache/doris/catalog/Replica.java
##
@@ -111,7 +111,7 @@ public Re
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_r315714288
##
File path: be/src/olap/schema.h
##
@@ -78,16 +98,22 @@ class Schema {
~Schema();
-void reset(const s
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_r315712380
##
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_r315696818
##
File path: be/src/olap/row.h
##
@@ -75,7 +75,7 @@ template
void init_row_with_others(DstRowType* dst, const SrcR
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_r315687953
##
File path: be/src/exprs/bitmap_function.cpp
##
@@ -0,0 +1,90 @@
+// Licensed to the Apache Software Foundation (A
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_r315716956
##
File path: be/src/exec/olap_scanner.cpp
##
@@ -328,6 +328,11 @@ Status OlapScanner::get_batch(
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_r315699551
##
File path: be/src/olap/row_cursor.cpp
##
@@ -184,31 +179,9 @@ OLAPStatus
RowCursor::allocate_memory_for_string_t
morningman merged pull request #1677: Add strict mode in Routine load, Stream
load and Mini load
URL: https://github.com/apache/incubator-doris/pull/1677
This is an automated message from the Apache Git Service.
To respond t
worker24h opened a new pull request #1679: fixbug and extend partition function
URL: https://github.com/apache/incubator-doris/pull/1679
1. Add fixed partitions. for example:
ALTER TABLE test_table ADD PARTITION p0125 VALUES ["20190125",
"20190126");
2. fixup bug: "SHOW DATA" or "
imay commented on a change in pull request #1644: Refactor DateLiteral class in
FE
URL: https://github.com/apache/incubator-doris/pull/1644#discussion_r315653515
##
File path: fe/src/main/java/org/apache/doris/analysis/DateLiteral.java
##
@@ -48,9 +57,17 @@ public DateLite
imay commented on a change in pull request #1644: Refactor DateLiteral class in
FE
URL: https://github.com/apache/incubator-doris/pull/1644#discussion_r315654711
##
File path: fe/src/main/java/org/apache/doris/analysis/DateLiteral.java
##
@@ -187,18 +222,266 @@ protected E
imay commented on a change in pull request #1644: Refactor DateLiteral class in
FE
URL: https://github.com/apache/incubator-doris/pull/1644#discussion_r315653967
##
File path: fe/src/main/java/org/apache/doris/analysis/DateLiteral.java
##
@@ -187,18 +222,266 @@ protected E
imay commented on a change in pull request #1644: Refactor DateLiteral class in
FE
URL: https://github.com/apache/incubator-doris/pull/1644#discussion_r315658493
##
File path: fe/src/main/java/org/apache/doris/analysis/DateLiteral.java
##
@@ -187,18 +222,266 @@ protected E
imay commented on a change in pull request #1644: Refactor DateLiteral class in
FE
URL: https://github.com/apache/incubator-doris/pull/1644#discussion_r315659643
##
File path: fe/src/main/java/org/apache/doris/rewrite/FEFunctions.java
##
@@ -75,9 +75,11 @@ public static In
imay commented on a change in pull request #1644: Refactor DateLiteral class in
FE
URL: https://github.com/apache/incubator-doris/pull/1644#discussion_r315655937
##
File path: fe/src/main/java/org/apache/doris/analysis/DateLiteral.java
##
@@ -150,17 +178,28 @@ public Strin
imay commented on a change in pull request #1644: Refactor DateLiteral class in
FE
URL: https://github.com/apache/incubator-doris/pull/1644#discussion_r315652679
##
File path: fe/src/main/java/org/apache/doris/analysis/DateLiteral.java
##
@@ -29,16 +31,23 @@
import org.
imay commented on a change in pull request #1644: Refactor DateLiteral class in
FE
URL: https://github.com/apache/incubator-doris/pull/1644#discussion_r315654846
##
File path: fe/src/main/java/org/apache/doris/analysis/DateLiteral.java
##
@@ -187,18 +222,266 @@ protected E
morningman commented on a change in pull request #1644: Refactor DateLiteral
class in FE
URL: https://github.com/apache/incubator-doris/pull/1644#discussion_r315653644
##
File path: fe/src/main/java/org/apache/doris/analysis/DateLiteral.java
##
@@ -61,66 +78,77 @@ public D
imay commented on a change in pull request #1644: Refactor DateLiteral class in
FE
URL: https://github.com/apache/incubator-doris/pull/1644#discussion_r315650319
##
File path: fe/src/main/java/org/apache/doris/analysis/DateLiteral.java
##
@@ -61,66 +78,77 @@ public DateLit
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r315646295
##
File path: fe/src/main/java/org/apache/doris/catalog/RowsetIdGenerator.java
##
@@ -0,0 +1,71 @@
+// Lice
HangyuanLiu commented on a change in pull request #1644: Refactor DateLiteral
class in FE
URL: https://github.com/apache/incubator-doris/pull/1644#discussion_r315639291
##
File path: fe/src/main/java/org/apache/doris/analysis/DateLiteral.java
##
@@ -187,18 +222,266 @@ prot
imay merged pull request #1675: Reduce the number of partition info in
BrokerScanNode param
URL: https://github.com/apache/incubator-doris/pull/1675
This is an automated message from the Apache Git Service.
To respond to the
morningman commented on a change in pull request #1644: Refactor DateLiteral
class in FE
URL: https://github.com/apache/incubator-doris/pull/1644#discussion_r315623094
##
File path: fe/src/main/java/org/apache/doris/analysis/DateLiteral.java
##
@@ -61,66 +78,77 @@ public D
morningman commented on a change in pull request #1644: Refactor DateLiteral
class in FE
URL: https://github.com/apache/incubator-doris/pull/1644#discussion_r315624772
##
File path: fe/src/main/java/org/apache/doris/analysis/DateLiteral.java
##
@@ -187,18 +222,266 @@ prote
morningman commented on a change in pull request #1644: Refactor DateLiteral
class in FE
URL: https://github.com/apache/incubator-doris/pull/1644#discussion_r315625125
##
File path: fe/src/main/java/org/apache/doris/analysis/DateLiteral.java
##
@@ -187,18 +222,266 @@ prote
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r315611578
##
File path: fe/src/main/java/org/apache/doris/catalog/RowsetIdGenerator.java
##
@@ -0,0 +1,71 @@
+//
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r315610629
##
File path: gensrc/thrift/FrontendService.thrift
##
@@ -604,6 +604,12 @@ struct TSnapshotLoaderReport
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r315608293
##
File path: be/src/runtime/fe_based_rowset_id_generator.cpp
##
@@ -0,0 +1,108 @@
+// Licensed to the
yiguolei commented on a change in pull request #1678: Add rowset id generator
to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r315596244
##
File path: be/src/runtime/fe_based_rowset_id_generator.cpp
##
@@ -0,0 +1,108 @@
+// Licensed to the
imay merged pull request #1662: Add broker doc
URL: https://github.com/apache/incubator-doris/pull/1662
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
EmmyMiao87 commented on a change in pull request #1677: Add strict mode in
Routine load, Stream load and Mini load
URL: https://github.com/apache/incubator-doris/pull/1677#discussion_r315581731
##
File path:
fe/src/main/java/org/apache/doris/analysis/CreateRoutineLoadStmt.java
###
gaodayue commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r315522900
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,118 @@
+// Licensed to the Apache Softwa
gaodayue commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r315566904
##
File path: be/src/olap/rowset/segment_v2/column_writer.cpp
##
@@ -142,8 +156,20 @@ Status ColumnWriter::_append_d
gaodayue commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r315523190
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,118 @@
+// Licensed to the Apache Softwa
gaodayue commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r315539815
##
File path: be/src/olap/rowset/segment_v2/column_writer.h
##
@@ -147,8 +154,10 @@ class ColumnWriter {
std::u
gaodayue commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r315529630
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,118 @@
+// Licensed to the Apache Softwa
gaodayue commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r315530048
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,118 @@
+// Licensed to the Apache Softwa
gaodayue commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r315518993
##
File path: be/src/olap/rowset/segment_v2/binary_plain_page.h
##
@@ -50,18 +50,19 @@ class BinaryPlainPageBuilder
gaodayue commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r315523106
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,118 @@
+// Licensed to the Apache Softwa
gaodayue commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r315522947
##
File path: be/src/olap/rowset/segment_v2/column_zone_map.h
##
@@ -0,0 +1,118 @@
+// Licensed to the Apache Softwa
kangkaisen closed pull request #1645: Acquire data_sources at the beginning of
the olapscanner
URL: https://github.com/apache/incubator-doris/pull/1645
This is an automated message from the Apache Git Service.
To respond to
kangkaisen closed issue #1663: NumberTotalRows in stream load result is double
URL: https://github.com/apache/incubator-doris/issues/1663
This is an automated message from the Apache Git Service.
To respond to the message, pl
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_r315560459
##
File path: be/src/olap/row.h
##
@@ -142,7 +142,7 @@ template
void agg_finalize_row(const std::vector& ids
imay commented on a change in pull request #1677: Add strict mode in Routine
load, Stream load and Mini load
URL: https://github.com/apache/incubator-doris/pull/1677#discussion_r315560268
##
File path:
fe/src/main/java/org/apache/doris/analysis/CreateRoutineLoadStmt.java
#
imay commented on a change in pull request #1677: Add strict mode in Routine
load, Stream load and Mini load
URL: https://github.com/apache/incubator-doris/pull/1677#discussion_r315559859
##
File path: fe/src/main/java/org/apache/doris/task/StreamLoadTask.java
##
@@ -57,6
imay commented on a change in pull request #1677: Add strict mode in Routine
load, Stream load and Mini load
URL: https://github.com/apache/incubator-doris/pull/1677#discussion_r315536265
##
File path: gensrc/thrift/FrontendService.thrift
##
@@ -522,7 +522,8 @@ struct TStr
imay commented on a change in pull request #1677: Add strict mode in Routine
load, Stream load and Mini load
URL: https://github.com/apache/incubator-doris/pull/1677#discussion_r315559611
##
File path:
fe/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java
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_r315560061
##
File path:
docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/bitmap.md
##
@@ -0,0 +1,
kangkaisen commented on issue #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#issuecomment-522906488
This update contains the following change:
1 Release row_cursor arena memory immediately
2 Move bitmap functions from `AggregateFunction
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_r315559959
##
File path:
docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/bitmap_union.md
##
@@ -0
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r31323
##
File path: fe/src/main/java/org/apache/doris/catalog/RowsetIdGenerator.java
##
@@ -0,0 +1,71 @@
+// Lice
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r315554311
##
File path: be/src/runtime/fe_based_rowset_id_generator.cpp
##
@@ -0,0 +1,108 @@
+// Licensed to the Apac
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r315553619
##
File path: be/src/runtime/fe_based_rowset_id_generator.cpp
##
@@ -0,0 +1,108 @@
+// Licensed to the Apac
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r315556290
##
File path: gensrc/thrift/FrontendService.thrift
##
@@ -604,6 +604,12 @@ struct TSnapshotLoaderReportRequ
imay commented on a change in pull request #1678: Add rowset id generator to FE
and BE
URL: https://github.com/apache/incubator-doris/pull/1678#discussion_r315552994
##
File path: be/src/runtime/fe_based_rowset_id_generator.cpp
##
@@ -0,0 +1,108 @@
+// Licensed to the Apac
imay merged pull request #1670: Support setting timeout for stream load
URL: https://github.com/apache/incubator-doris/pull/1670
This is an automated message from the Apache Git Service.
To respond to the message, please log
yiguolei opened a new pull request #1678: Add rowset id generator to FE and BE
URL: https://github.com/apache/incubator-doris/pull/1678
This is an automated message from the Apache Git Service.
To respond to the message, plea
EmmyMiao87 opened a new pull request #1677: Add strict mode in Routine load,
Stream load and Mini load
URL: https://github.com/apache/incubator-doris/pull/1677
This is an automated message from the Apache Git Service.
To res
88 matches
Mail list logo