[GitHub] [incubator-doris] worker24h commented on a change in pull request #3230: Support load json-data into Doris by RoutineLoad or StreamLoad

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] worker24h commented on a change in pull request #3230: Support load json-data into Doris by RoutineLoad or StreamLoad

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] worker24h commented on a change in pull request #3230: Support load json-data into Doris by RoutineLoad or StreamLoad

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] worker24h commented on a change in pull request #3230: Support load json-data into Doris by RoutineLoad or StreamLoad

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] worker24h commented on a change in pull request #3230: Support load json-data into Doris by RoutineLoad or StreamLoad

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] worker24h commented on a change in pull request #3230: Support load json-data into Doris by RoutineLoad or StreamLoad

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] worker24h commented on a change in pull request #3230: Support load json-data into Doris by RoutineLoad or StreamLoad

2020-04-03 Thread GitBox
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 @@

[GitHub] [incubator-doris] worker24h commented on a change in pull request #3230: Support load json-data into Doris by RoutineLoad or StreamLoad

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] worker24h commented on a change in pull request #3230: Support load json-data into Doris by RoutineLoad or StreamLoad

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] worker24h commented on a change in pull request #3230: Support load json-data into Doris by RoutineLoad or StreamLoad

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] worker24h commented on a change in pull request #3230: Support load json-data into Doris by RoutineLoad or StreamLoad

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] imay commented on a change in pull request #3260: [Storage] open data dirs parallelly

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] vagetablechicken commented on a change in pull request #3260: [Storage] open data dirs parallelly

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] morningman opened a new pull request #3262: [Bug] Base compaction failed because of overlapping of input rowsets

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] morningman opened a new issue #3261: [Bug] Base compaction failed because of -812

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] imay commented on a change in pull request #3260: [Storage] open data dirs parallelly

2020-04-03 Thread GitBox
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

svn commit: r38793 - in /dev/incubator/doris/0.12.0-rc02: ./ apache-doris-0.12.0-incubating-src.tar.gz apache-doris-0.12.0-incubating-src.tar.gz.asc apache-doris-0.12.0-incubating-src.tar.gz.sha512

2020-04-03 Thread lichaoyong
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-

[incubator-doris] annotated tag 0.12.0-rc02 updated (407051e -> 68e959d)

2020-04-03 Thread lichaoyong
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

[incubator-doris] 01/01: Add config: tablet writer open rpc timeout (#3258)

2020-04-03 Thread lichaoyong
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

[incubator-doris] branch branch-0.12 updated (2c8c7e7 -> d4df588)

2020-04-03 Thread lichaoyong
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

[GitHub] [incubator-doris] vagetablechicken opened a new pull request #3260: [Storage] open data dirs parallelly

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] imay closed issue #3243: PTabletWriterOpenRequest should be independently configured

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] imay merged pull request #3258: add config: tablet writer open rpc timeout

2020-04-03 Thread GitBox
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

[incubator-doris] branch master updated: Add config: tablet writer open rpc timeout (#3258)

2020-04-03 Thread zhaoc
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

[GitHub] [incubator-doris] imay closed issue #2255: Showing columns from non exist table doesn't prompt error

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] imay closed issue #2272: Formatting C++ Code With clang-format?

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] imay closed issue #2341: Optimization: Reduce the number of segments generated in one import and ensure they do not overlap

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] imay closed issue #2529: be cored when select BITMAP_UNION after schema change

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] imay closed issue #2637: [Alter] add wait time and change scheduling priority for table which is doing schema change job

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] imay closed issue #2695: Remove unused doc content about be_rpc_port

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] imay closed issue #2768: spark-doris-connector cannot work after doris update arrow to 0.15.1

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] imay closed issue #2776: [Alter] Support more schema change to varchar

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] imay closed issue #2801: DorisStreamLoad java sample should add more note to avoid wrong use of stream load

2020-04-03 Thread GitBox
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.

[GitHub] [incubator-doris] imay closed issue #2795: Support new show functions syntax to make user search function more conveniently

2020-04-03 Thread GitBox
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.

[GitHub] [incubator-doris] imay closed issue #2809: Remove unused code for ShowPartitionsStmtTest and add apache license header

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] imay closed issue #2810: doris can't insert into table(bitmap) after created it

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] imay closed issue #2936: Missing some doc content about hdfs broker config for kerberos authentication

2020-04-03 Thread GitBox
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

[GitHub] [incubator-doris] chaoyli merged pull request #3259: Fix be unit test error

2020-04-03 Thread GitBox
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

[incubator-doris] branch master updated (a86161f -> d2307c7)

2020-04-03 Thread lichaoyong
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

[GitHub] [incubator-doris] imay closed issue #2924: Error of exporting double type data

2020-04-03 Thread GitBox
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