Github user selvaganesang commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1417#discussion_r167601286
--- Diff: core/sql/generator/GenRelScan.cpp ---
@@ -1391,6 +1391,9 @@ if (hTabStats->isOrcFile())
hdfsscan_tdb->setUseCif(useCIF);
hdfsscan_tdb->setUseCifDefrag(useCIFDegrag);
+ if (CmpCommon::getDefault(USE_LIBHDFS_SCAN) == DF_ON)
--- End diff --
I need to confirm if compression is already supported. Are there any tests
for compression in hive regressions already? If so, it is handled already.
---