[
https://issues.apache.org/jira/browse/KUDU-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Daniel Cryans updated KUDU-180:
------------------------------------
Assignee: (was: Jean-Daniel Cryans)
> Java alter table adds new column with only read-default set
> -----------------------------------------------------------
>
> Key: KUDU-180
> URL: https://issues.apache.org/jira/browse/KUDU-180
> Project: Kudu
> Issue Type: Bug
> Components: client
> Affects Versions: M4
> Reporter: Todd Lipcon
>
> When issuing an alter table to add a column with a default, the java client
> is only specifying that default as the "read default". This is contrary to
> what you get in SQL if you do "ALTER TABLE x ADD COLUMN y int DEFAULT 3" --
> it will also apply to the write default (i.e allow you to insert a new row
> without specifying y).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)