[GitHub] [incubator-doris] imay opened a new pull request #1162: Add support column reference in LOAD statement

2019-05-15 Thread GitBox
imay opened a new pull request #1162: Add support column reference in LOAD statement URL: https://github.com/apache/incubator-doris/pull/1162 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1162: Add support column reference in LOAD statement

2019-05-15 Thread GitBox
EmmyMiao87 commented on a change in pull request #1162: Add support column reference in LOAD statement URL: https://github.com/apache/incubator-doris/pull/1162#discussion_r284153537 ## File path: fe/src/main/cup/sql_parser.cup ## @@ -198,7 +198,7 @@ terminal String KW_ADD,

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1162: Add support column reference in LOAD statement

2019-05-15 Thread GitBox
EmmyMiao87 commented on a change in pull request #1162: Add support column reference in LOAD statement URL: https://github.com/apache/incubator-doris/pull/1162#discussion_r284156312 ## File path: fe/src/main/java/org/apache/doris/analysis/DataDescription.java ## @@ -216,6

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1162: Add support column reference in LOAD statement

2019-05-15 Thread GitBox
EmmyMiao87 commented on a change in pull request #1162: Add support column reference in LOAD statement URL: https://github.com/apache/incubator-doris/pull/1162#discussion_r284158524 ## File path: fe/src/main/java/org/apache/doris/load/BrokerFileGroup.java ## @@ -129,10 +13

[GitHub] [incubator-doris] morningman opened a new pull request #1163: Add some logs for compaction process

2019-05-15 Thread GitBox
morningman opened a new pull request #1163: Add some logs for compaction process URL: https://github.com/apache/incubator-doris/pull/1163 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-doris] morningman closed pull request #1163: Add some logs for compaction process

2019-05-15 Thread GitBox
morningman closed pull request #1163: Add some logs for compaction process URL: https://github.com/apache/incubator-doris/pull/1163 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] morningman opened a new pull request #1163: Add some logs for compaction process

2019-05-15 Thread GitBox
morningman opened a new pull request #1163: Add some logs for compaction process URL: https://github.com/apache/incubator-doris/pull/1163 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-doris] morningman opened a new pull request #1164: Modify dockerfile

2019-05-15 Thread GitBox
morningman opened a new pull request #1164: Modify dockerfile URL: https://github.com/apache/incubator-doris/pull/1164 New docker image includes new thirdparties This is an automated message from the Apache Git Service. To res

[GitHub] [incubator-doris] imay merged pull request #1164: Modify dockerfile

2019-05-15 Thread GitBox
imay merged pull request #1164: Modify dockerfile URL: https://github.com/apache/incubator-doris/pull/1164 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [incubator-doris] imay commented on a change in pull request #1162: Add support column reference in LOAD statement

2019-05-15 Thread GitBox
imay commented on a change in pull request #1162: Add support column reference in LOAD statement URL: https://github.com/apache/incubator-doris/pull/1162#discussion_r284191766 ## File path: fe/src/main/java/org/apache/doris/load/BrokerFileGroup.java ## @@ -129,10 +131,13 @

[GitHub] [incubator-doris] imay commented on a change in pull request #1162: Add support column reference in LOAD statement

2019-05-15 Thread GitBox
imay commented on a change in pull request #1162: Add support column reference in LOAD statement URL: https://github.com/apache/incubator-doris/pull/1162#discussion_r284191640 ## File path: fe/src/main/cup/sql_parser.cup ## @@ -198,7 +198,7 @@ terminal String KW_ADD, KW_AD

[GitHub] [incubator-doris] morningman merged pull request #1163: Add some logs for compaction process

2019-05-15 Thread GitBox
morningman merged pull request #1163: Add some logs for compaction process URL: https://github.com/apache/incubator-doris/pull/1163 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] imay merged pull request #1162: Add support column reference in LOAD statement

2019-05-15 Thread GitBox
imay merged pull request #1162: Add support column reference in LOAD statement URL: https://github.com/apache/incubator-doris/pull/1162 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] morningman opened a new issue #1165: Routine load task thread block in BE

2019-05-15 Thread GitBox
morningman opened a new issue #1165: Routine load task thread block in BE URL: https://github.com/apache/incubator-doris/issues/1165 **Describe the bug** Routine load task thread block, and following tasks can not be scheduled. **How to resolve** Data consumer group should wait

[GitHub] [incubator-doris] morningman opened a new pull request #1166: Fix bug that routine load task may be blocked due to premature deconstruction

2019-05-15 Thread GitBox
morningman opened a new pull request #1166: Fix bug that routine load task may be blocked due to premature deconstruction URL: https://github.com/apache/incubator-doris/pull/1166 ISSUE: #1165 This is an automated message from

[GitHub] [incubator-doris] morningman commented on a change in pull request #1166: Fix bug that routine load task may be blocked due to premature deconstruction

2019-05-15 Thread GitBox
morningman commented on a change in pull request #1166: Fix bug that routine load task may be blocked due to premature deconstruction URL: https://github.com/apache/incubator-doris/pull/1166#discussion_r284560064 ## File path: be/src/runtime/routine_load/routine_load_task_executor.c