DaveBirdsall commented on a change in pull request #1820: [TRAFODION-3280] Reduce path length in Trafodion for improved performance and scalability URL: https://github.com/apache/trafodion/pull/1820#discussion_r271490476
########## File path: core/sql/cli/Globals.h ########## @@ -510,6 +523,9 @@ inline LmLanguageManagerC *langManC_; LmLanguageManagerJava *langManJava_; NABoolean espProcess_; + HBaseClient_JNI *hbaseClientJNI_; + HBaseClient_JNI *bigtableClientJNI_; + MonarchClient_JNI *monarchClientJNI_; Review comment: Not clear to me what bigtableClientJNI_ and monarchClientJNI_ are intended for. ---------------------------------------------------------------- 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
