Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/737#discussion_r81876366 --- Diff: core/sql/generator/GenRelUpdate.cpp --- @@ -539,7 +415,9 @@ static short genHbaseUpdOrInsertExpr( updateRowLen, // (OUT) Destination tuple length updateExpr, // (OUT) Generated expression updateTupleDesc, // (OUT) Tuple descriptor for destination tuple - ExpTupleDesc::LONG_FORMAT); + ExpTupleDesc::LONG_FORMAT, + NULL, NULL, 0, NULL, NULL, --- End diff -- This is copy of the deleted code at 389 in this file. I will update it to FALSE next time.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---