[GitHub] trafodion pull request #1696: [TRAFODION-3110] Refactor LOB access to use th...

2018-08-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafodion/pull/1696 ---

[GitHub] trafodion pull request #1696: [TRAFODION-3110] Refactor LOB access to use th...

2018-08-23 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1696#discussion_r212400283 --- Diff: core/sql/exp/ExpLOBaccess.cpp --- @@ -2455,16 +2455,59 @@ Ex_Lob_Error ExLob::readDataToHdfsFile(char *tgtFileName, Int64 offset, Int64

[GitHub] trafodion pull request #1696: [TRAFODION-3110] Refactor LOB access to use th...

2018-08-23 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1696#discussion_r212400148 --- Diff: core/sql/exp/ExpLOBaccess.cpp --- @@ -2455,16 +2455,59 @@ Ex_Lob_Error ExLob::readDataToHdfsFile(char *tgtFileName, Int64 offset, Int64

[GitHub] trafodion pull request #1696: [TRAFODION-3110] Refactor LOB access to use th...

2018-08-20 Thread sandhyasun
Github user sandhyasun commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1696#discussion_r211312225 --- Diff: core/sql/exp/ExpLOBaccess.cpp --- @@ -2455,16 +2455,59 @@ Ex_Lob_Error ExLob::readDataToHdfsFile(char *tgtFileName, Int64 offset, Int64 s

[GitHub] trafodion pull request #1696: [TRAFODION-3110] Refactor LOB access to use th...

2018-08-20 Thread sandhyasun
Github user sandhyasun commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1696#discussion_r211311881 --- Diff: core/sql/exp/ExpLOBaccess.cpp --- @@ -2455,16 +2455,59 @@ Ex_Lob_Error ExLob::readDataToHdfsFile(char *tgtFileName, Int64 offset, Int64 s

[GitHub] trafodion pull request #1696: [TRAFODION-3110] Refactor LOB access to use th...

2018-08-14 Thread selvaganesang
GitHub user selvaganesang opened a pull request: https://github.com/apache/trafodion/pull/1696 [TRAFODION-3110] Refactor LOB access to use the new implementation of… … HdfsClient LOB: Extract lobtofile() to a hdfs file returns 8442 error Implemented the missing