Github user eowhadi commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1417#discussion_r164186395
--- 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 --
should be hdfsClientRetCode instead of sfwRetCode---
