worker24h commented on a change in pull request #3230: Support load json-data
into Doris by RoutineLoad or StreamLoad
URL: https://github.com/apache/incubator-doris/pull/3230#discussion_r403421758
##
File path: be/src/exec/json_scanner.cpp
##
@@ -0,0 +1,479 @@
+// Licensed
worker24h commented on a change in pull request #3230: Support load json-data
into Doris by RoutineLoad or StreamLoad
URL: https://github.com/apache/incubator-doris/pull/3230#discussion_r403421635
##
File path: be/src/exec/json_scanner.cpp
##
@@ -0,0 +1,479 @@
+// Licensed
worker24h commented on a change in pull request #3230: Support load json-data
into Doris by RoutineLoad or StreamLoad
URL: https://github.com/apache/incubator-doris/pull/3230#discussion_r403421574
##
File path: be/src/exec/json_scanner.h
##
@@ -0,0 +1,140 @@
+// Licensed t
worker24h commented on a change in pull request #3230: Support load json-data
into Doris by RoutineLoad or StreamLoad
URL: https://github.com/apache/incubator-doris/pull/3230#discussion_r403421556
##
File path: be/src/exec/json_scanner.h
##
@@ -0,0 +1,140 @@
+// Licensed t
worker24h commented on a change in pull request #3230: Support load json-data
into Doris by RoutineLoad or StreamLoad
URL: https://github.com/apache/incubator-doris/pull/3230#discussion_r403421593
##
File path: be/src/exec/json_scanner.h
##
@@ -0,0 +1,140 @@
+// Licensed t
worker24h commented on a change in pull request #3230: Support load json-data
into Doris by RoutineLoad or StreamLoad
URL: https://github.com/apache/incubator-doris/pull/3230#discussion_r403421443
##
File path: docs/documentation/cn/sql-reference/sql-statements/Data
Manipulation/RO
worker24h commented on a change in pull request #3230: Support load json-data
into Doris by RoutineLoad or StreamLoad
URL: https://github.com/apache/incubator-doris/pull/3230#discussion_r403421506
##
File path: be/test/exprs/json_function_test.cpp
##
@@ -186,10 +186,57 @@
worker24h commented on a change in pull request #3230: Support load json-data
into Doris by RoutineLoad or StreamLoad
URL: https://github.com/apache/incubator-doris/pull/3230#discussion_r403421449
##
File path: docs/documentation/cn/sql-reference/sql-statements/Data
Manipulation/RO
worker24h commented on a change in pull request #3230: Support load json-data
into Doris by RoutineLoad or StreamLoad
URL: https://github.com/apache/incubator-doris/pull/3230#discussion_r403421549
##
File path: be/src/exec/broker_reader.h
##
@@ -52,6 +52,7 @@ class BrokerR
worker24h commented on a change in pull request #3230: Support load json-data
into Doris by RoutineLoad or StreamLoad
URL: https://github.com/apache/incubator-doris/pull/3230#discussion_r403421441
##
File path: docs/documentation/cn/sql-reference/sql-statements/Data
Manipulation/RO
worker24h commented on a change in pull request #3230: Support load json-data
into Doris by RoutineLoad or StreamLoad
URL: https://github.com/apache/incubator-doris/pull/3230#discussion_r403421428
##
File path: gensrc/thrift/FrontendService.thrift
##
@@ -130,7 +130,7 @@ st
imay commented on a change in pull request #3260: [Storage] open data dirs
parallelly
URL: https://github.com/apache/incubator-doris/pull/3260#discussion_r403407997
##
File path: be/src/olap/storage_engine.cpp
##
@@ -148,16 +148,33 @@ void StorageEngine::load_data_dirs(con
vagetablechicken commented on a change in pull request #3260: [Storage] open
data dirs parallelly
URL: https://github.com/apache/incubator-doris/pull/3260#discussion_r403407340
##
File path: be/src/olap/storage_engine.cpp
##
@@ -148,16 +148,33 @@ void StorageEngine::load_d
morningman opened a new pull request #3262: [Bug] Base compaction failed
because of overlapping of input rowsets
URL: https://github.com/apache/incubator-doris/pull/3262
When calculating the cumulative point at first time, we should stop
increasing
the cumulative point when we meet a ro
morningman opened a new issue #3261: [Bug] Base compaction failed because of
-812
URL: https://github.com/apache/incubator-doris/issues/3261
**Describe the bug**
Base compaction failed because of error code -812
`failed to init base compaction. res=-812`
Because some of inp
imay commented on a change in pull request #3260: [Storage] open data dirs
parallelly
URL: https://github.com/apache/incubator-doris/pull/3260#discussion_r402962691
##
File path: be/src/olap/storage_engine.cpp
##
@@ -148,16 +148,33 @@ void StorageEngine::load_data_dirs(con
Author: lichaoyong
Date: Fri Apr 3 09:46:36 2020
New Revision: 38793
Log:
Add 0.12.0-rc02
Added:
dev/incubator/doris/0.12.0-rc02/
dev/incubator/doris/0.12.0-rc02/apache-doris-0.12.0-incubating-src.tar.gz
(with props)
dev/incubator/doris/0.12.0-rc02/apache-doris-0.12.0-incubating-
This is an automated email from the ASF dual-hosted git repository.
lichaoyong pushed a change to annotated tag 0.12.0-rc02
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
*** WARNING: tag 0.12.0-rc02 was modified! ***
from 407051e (commit)
to 68e959d (tag)
t
This is an automated email from the ASF dual-hosted git repository.
lichaoyong pushed a commit to branch branch-0.12
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit d4df588baa00b9fc16d25caf1e237f00313cef28
Author: HuangWei
AuthorDate: Fri Apr 3 16:43:56 2020 +0800
This is an automated email from the ASF dual-hosted git repository.
lichaoyong pushed a change to branch branch-0.12
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
discard 2c8c7e7 Fix cast date type return wrong result (#3214)
add 3f247b0 Fix cast date type return
vagetablechicken opened a new pull request #3260: [Storage] open data dirs
parallelly
URL: https://github.com/apache/incubator-doris/pull/3260
Ref https://github.com/apache/incubator-doris/issues/3247
This is an automated mes
imay closed issue #3243: PTabletWriterOpenRequest should be independently
configured
URL: https://github.com/apache/incubator-doris/issues/3243
This is an automated message from the Apache Git Service.
To respond to the mess
imay merged pull request #3258: add config: tablet writer open rpc timeout
URL: https://github.com/apache/incubator-doris/pull/3258
This is an automated message from the Apache Git Service.
To respond to the message, please l
This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 2ed184e Add config: tablet writer open
imay closed issue #2255: Showing columns from non exist table doesn't prompt
error
URL: https://github.com/apache/incubator-doris/issues/2255
This is an automated message from the Apache Git Service.
To respond to the messag
imay closed issue #2272: Formatting C++ Code With clang-format?
URL: https://github.com/apache/incubator-doris/issues/2272
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
imay closed issue #2341: Optimization: Reduce the number of segments generated
in one import and ensure they do not overlap
URL: https://github.com/apache/incubator-doris/issues/2341
This is an automated message from the Apa
imay closed issue #2529: be cored when select BITMAP_UNION after schema change
URL: https://github.com/apache/incubator-doris/issues/2529
This is an automated message from the Apache Git Service.
To respond to the message, pl
imay closed issue #2637: [Alter] add wait time and change scheduling priority
for table which is doing schema change job
URL: https://github.com/apache/incubator-doris/issues/2637
This is an automated message from the Apache
imay closed issue #2695: Remove unused doc content about be_rpc_port
URL: https://github.com/apache/incubator-doris/issues/2695
This is an automated message from the Apache Git Service.
To respond to the message, please log o
imay closed issue #2768: spark-doris-connector cannot work after doris update
arrow to 0.15.1
URL: https://github.com/apache/incubator-doris/issues/2768
This is an automated message from the Apache Git Service.
To respond to
imay closed issue #2776: [Alter] Support more schema change to varchar
URL: https://github.com/apache/incubator-doris/issues/2776
This is an automated message from the Apache Git Service.
To respond to the message, please log
imay closed issue #2801: DorisStreamLoad java sample should add more note to
avoid wrong use of stream load
URL: https://github.com/apache/incubator-doris/issues/2801
This is an automated message from the Apache Git Service.
imay closed issue #2795: Support new show functions syntax to make user search
function more conveniently
URL: https://github.com/apache/incubator-doris/issues/2795
This is an automated message from the Apache Git Service.
imay closed issue #2809: Remove unused code for ShowPartitionsStmtTest and add
apache license header
URL: https://github.com/apache/incubator-doris/issues/2809
This is an automated message from the Apache Git Service.
To res
imay closed issue #2810: doris can't insert into table(bitmap) after created it
URL: https://github.com/apache/incubator-doris/issues/2810
This is an automated message from the Apache Git Service.
To respond to the message, p
imay closed issue #2936: Missing some doc content about hdfs broker config for
kerberos authentication
URL: https://github.com/apache/incubator-doris/issues/2936
This is an automated message from the Apache Git Service.
To r
chaoyli merged pull request #3259: Fix be unit test error
URL: https://github.com/apache/incubator-doris/pull/3259
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
This is an automated email from the ASF dual-hosted git repository.
lichaoyong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from a86161f [Bug]Fix compile error (#3257)
add d2307c7 Fix be unit test error (#3259)
No new revisio
imay closed issue #2924: Error of exporting double type data
URL: https://github.com/apache/incubator-doris/issues/2924
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
40 matches
Mail list logo