Github user sandhyasun commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1612#discussion_r195975387
--- Diff: core/sql/exp/ExpLOBaccess.cpp ---
@@ -1827,14 +1934,15 @@ Ex_Lob_Error
ExLob::compactLobDataFile(ExLobInMemoryDescChunksEntry *dcArray,Int
lobDataFileSubstr,tmpLobDataFileSubstr,
saveLobDataFileSubstr);
lobDebugInfo(logBuf,0,__LINE__,lobTrace_);
- hdfsFS fs = hdfsConnect(hdfsServer_,hdfsPort_);
- if (fs == NULL)
- return LOB_DATA_FILE_OPEN_ERROR;
-
-
- hdfsFile fdData = hdfsOpenFile(fs, lobDataFile_.data(), O_RDONLY, 0,
0,0);
+
--- End diff --
Here too we have missed the toggle ?
---