DaveBirdsall commented on a change in pull request #1858: [TRAFODION-3328] Code cleanup in NADefaults URL: https://github.com/apache/trafodion/pull/1858#discussion_r330710014
########## File path: core/sql/generator/GenRelUpdate.cpp ########## @@ -779,6 +779,7 @@ short HbaseDelete::codeGen(Generator * generator) NABoolean isAlignedFormat = getTableDesc()->getNATable()->isAlignedFormat(getIndexDesc()); NABoolean isHbaseMapFormat = getTableDesc()->getNATable()->isHbaseMapTable(); + NABoolean isTrafMDTable = getTableDesc()->getNATable()->isSeabaseMDTable(); Review comment: Not sure why this change is here. We don't seem to use isTrafMDTable anywhere? ---------------------------------------------------------------- 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
