Github user selvaganesang commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1417#discussion_r164237633
--- Diff: core/sql/executor/ExFastTransport.h ---
@@ -407,6 +408,7 @@ class ExHdfsFastExtractTcb : public ExFastExtractTcb
NABoolean isSequenceFile();
void createSequenceFileError(Int32 sfwRetCode);
+ void createHdfsClientFileError(Int32 sfwRetCode);
--- End diff --
Will do in my next commit though it is a just parameter name in the method
declaration.---
