[GitHub] [incubator-doris] morningman closed pull request #1546: Fix bugs of Broker load

2019-07-26 Thread GitBox
morningman closed pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] morningman opened a new pull request #1546: Fix bugs of Broker load

2019-07-26 Thread GitBox
morningman opened a new pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546 1. Use same UUID as query ID and load ID of a load execution plan. Each load execution plan has a load ID, and as a plan, there is also a query ID. We can use s

[GitHub] [incubator-doris] imay merged pull request #1556: Allow the null default in insert into stmt

2019-07-26 Thread GitBox
imay merged pull request #1556: Allow the null default in insert into stmt URL: https://github.com/apache/incubator-doris/pull/1556 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] morningman opened a new issue #1557: Support loading data into mutil tables in one load execution plan

2019-07-26 Thread GitBox
morningman opened a new issue #1557: Support loading data into mutil tables in one load execution plan URL: https://github.com/apache/incubator-doris/issues/1557 Currently, Doris only supports loading data into one table in a load execution plan. Which means if user want to load the dat

[GitHub] [incubator-doris] imay merged pull request #1544: Fix bug that getting compatible type for TIME with other types fails

2019-07-26 Thread GitBox
imay merged pull request #1544: Fix bug that getting compatible type for TIME with other types fails URL: https://github.com/apache/incubator-doris/pull/1544 This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1556: Allow the null default in insert into stmt

2019-07-26 Thread GitBox
EmmyMiao87 opened a new pull request #1556: Allow the null default in insert into stmt URL: https://github.com/apache/incubator-doris/pull/1556 The default value of null is forbidden in insert into stmt while null column has not been mentioned in stmt. This is a bug because the unmentio

[GitHub] [incubator-doris] zhangy5 commented on issue #1554: Insert default value failed when column is nullable and do not set default value

2019-07-26 Thread GitBox
zhangy5 commented on issue #1554: Insert default value failed when column is nullable and do not set default value URL: https://github.com/apache/incubator-doris/issues/1554#issuecomment-515381526 duplicate issue #1555 This

[GitHub] [incubator-doris] zhangy5 opened a new issue #1555: Insert default value failed when column is nullable and do not set default value explicitly

2019-07-26 Thread GitBox
zhangy5 opened a new issue #1555: Insert default value failed when column is nullable and do not set default value explicitly URL: https://github.com/apache/incubator-doris/issues/1555 **Describe the bug** Create table like CREATE TABLE `d` ( `k1` int(11) NULL COMMENT "",

[GitHub] [incubator-doris] zhangy5 opened a new issue #1554: Insert default value failed when column is nullable and do not set default value

2019-07-26 Thread GitBox
zhangy5 opened a new issue #1554: Insert default value failed when column is nullable and do not set default value URL: https://github.com/apache/incubator-doris/issues/1554 **Describe the bug** Create table like CREATE TABLE `d` ( `k1` int(11) NULL COMMENT "", `k2` int(