Github user selvaganesang commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1746#discussion_r237711864
--- Diff: core/sql/executor/HiveClient_JNI.cpp ---
@@ -42,17 +43,16 @@ static const char* const hvcErrorEnumStr[] =
,"Java exception in close()."
,"Preparing parameters for exists()."
,"Java exception in exists()."
- ,"Preparing parameters for getHiveTableStr()."
- ,"Java exception in getHiveTableStr()."
- ,"Preparing parameters for getHiveTableParameters()."
- ,"Java exception in getHiveTableParameters()."
,"Preparing parameters for getRedefTime()."
,"Java exception in getRedefTime()."
,"Java exception in getAllSchemas()."
,"Preparing parameters for getAllTables()."
,"Java exception in getAllTables()."
,"Preparing parameters for executeHiveSQL()."
,"Java exception in executeHiveSQL()."
+ ,"Preparing parameters for getHiveTableInfo()."
+ ,"Java exception in getHiveTableInfo()."
+ ,"Error in getHiveTableInfoDetails()."
--- End diff --
Yes. Corrected and ensured that it matches
---