[GitHub] trafodion pull request #1755: [TRAFODION-3242]Do not make again before MAKE ...

2018-11-30 Thread kevinxu021
GitHub user kevinxu021 opened a pull request: https://github.com/apache/trafodion/pull/1755 [TRAFODION-3242]Do not make again before MAKE CLEAN Accelerate to the building time. Usually, the issue is nothing about maven project, if it has nothing about that, the project should not be

[GitHub] trafodion pull request #1754: [TRAFODION-2408] Remove code that empties the ...

2018-11-30 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1754#discussion_r238029142 --- Diff: core/sql/exp/ExpLOBaccess.cpp --- @@ -1779,77 +1779,23 @@ Ex_Lob_Error ExLob::allocateDesc(ULng32 size, Int64 &descNum, Int64 &dataOffset

[GitHub] trafodion pull request #1754: [TRAFODION-2408] Remove code that empties the ...

2018-11-30 Thread sandhyasun
GitHub user sandhyasun opened a pull request: https://github.com/apache/trafodion/pull/1754 [TRAFODION-2408] Remove code that empties the LOB data file when creating an empty_blob. Remove code that renames the lob data file when an empty_blob is created. When allocating the de

[GitHub] trafodion pull request #1753: [TRAFODION-3241]support both jdk1.7 and jdk1.8

2018-11-30 Thread kevinxu021
GitHub user kevinxu021 opened a pull request: https://github.com/apache/trafodion/pull/1753 [TRAFODION-3241]support both jdk1.7 and jdk1.8 Previously, it doesnot support jdk1.8 because of site. Here use profile as a solution. By the way, to accelerate to the compilation speed, add i