GitHub user selvaganesang opened a pull request:
https://github.com/apache/incubator-trafodion/pull/227
[TRAFODION-1700] Upsert with omitted default value columns leave the
aligned format table in corrupted state.
The user is now required to supply the default values in upsert/upsert with
load command. When the columns with default value is omitted, the following
error is returned.
*** ERROR[7001] Default value is missing for upsert or is not valid for
column <column_name>
*** ERROR[8822] The statement was not prepared.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/selvaganesang/incubator-trafodion
trafodion-1700
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/227.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #227
----
commit 8f823781897b96c1a9f40d051f78d5c99b2861ca
Author: selvaganesang <[email protected]>
Date: 2015-12-15T16:39:38Z
[TRAFODION-1700] Upsert with omitted default value columns
leave the aligned format table in corrupted state.
The user is now required to supply the default values in
upsert/upsert with load command. When the columns with default
value is omitted, the following error is returned.
*** ERROR[7001] Default value is missing for upsert or is not valid for
column <column_name>
*** ERROR[8822] The statement was not prepared.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---