[GitHub] trafodion pull request #1699: [TRAFODION-2404] enhance the regexpr performan...

2018-08-20 Thread traflm
Github user traflm commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1699#discussion_r211479574 --- Diff: core/sql/exp/exp_like.cpp --- @@ -513,11 +512,16 @@ ex_expr::exp_return_type ExRegexpClauseChar::eval(char *op_data[],

[GitHub] trafodion pull request #1695: [TRAFODION-3184] Correct Syntax Descriptions a...

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

[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 #1700: [TRAFODION-3187] increase the ref count

2018-08-20 Thread wenjun-zhu
GitHub user wenjun-zhu opened a pull request: https://github.com/apache/trafodion/pull/1700 [TRAFODION-3187] increase the ref count The original code lacks the ref count increment, compared the correct code, so add it now. You can merge this pull request into a Git repository by