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
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
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
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
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
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
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
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 "",
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(