anoopsharma00 commented on a change in pull request #1597: Trafodion 3084
support to create comment on hbase table
URL: https://github.com/apache/trafodion/pull/1597#discussion_r282217016
##########
File path: core/sql/sqlcomp/CmpSeabaseDDLtable.cpp
##########
@@ -10558,7 +10558,12 @@ short CmpSeabaseDDL::unregisterNativeTable
objectNamePart.data(),
objType
);
-
+
+ // drop comment text
+ retcode = deleteFromTextTable(&cliInterface,
+ objUID,
+ ComTextType::COM_OBJECT_COMMENT_TEXT,
+ 0);
Review comment:
if retcode is < 0, it should return -1 indicating an error.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services