[GitHub] trafodion pull request #1620: [TRAFODION-3118] Improve on parts of EXTRACT

2018-06-25 Thread kakaxi3019
Github user kakaxi3019 closed the pull request at: https://github.com/apache/trafodion/pull/1620 ---

[GitHub] trafodion pull request #1621: [TRAFODION-3119] Add *Syntax Descriptions* for...

2018-06-25 Thread liuyu000
Github user liuyu000 commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1621#discussion_r197999855 --- Diff: docs/sql_reference/src/asciidoc/_chapters/sql_utilities.adoc --- @@ -530,6 +536,10 @@ In this case, the elapsed time of using LOAD Statement

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

2018-06-25 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1612#discussion_r197980387 --- Diff: core/sql/executor/ExHdfsScan.cpp --- @@ -374,10 +375,9 @@ ex_tcb_private_state *ExHdfsScanTcb::allocatePstates( Int32

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

2018-06-25 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1612#discussion_r197957847 --- Diff: core/sql/src/main/java/org/trafodion/sql/HDFSClient.java --- @@ -359,36 +392,54 @@ int hdfsWrite(byte[] buff) throws IOException

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

2018-06-25 Thread sandhyasun
Github user sandhyasun commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1612#discussion_r197939561 --- Diff: core/sql/executor/ExHdfsScan.cpp --- @@ -374,10 +375,9 @@ ex_tcb_private_state *ExHdfsScanTcb::allocatePstates( Int32

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

2018-06-25 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1612#discussion_r197914060 --- Diff: core/sql/src/main/java/org/trafodion/sql/HDFSClient.java --- @@ -359,36 +392,54 @@ int hdfsWrite(byte[] buff) throws IOException

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

2018-06-25 Thread sandhyasun
Github user sandhyasun commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1612#discussion_r197911343 --- Diff: core/sql/src/main/java/org/trafodion/sql/HDFSClient.java --- @@ -359,36 +392,54 @@ int hdfsWrite(byte[] buff) throws IOException

[GitHub] trafodion pull request #1619: [TRAFODION-3101] enhance get command to show r...

2018-06-25 Thread anoopsharma00
Github user anoopsharma00 commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1619#discussion_r197905685 --- Diff: core/sql/regress/compGeneral/EXPECTED023 --- @@ -23,6 +23,10 @@ SB_HISTOGRAMS SB_HISTOGRAM_INTERVALS SB_PERSISTENT_SAMPLES

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

2018-06-25 Thread sandhyasun
Github user sandhyasun commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1612#discussion_r197894719 --- Diff: core/sql/src/main/java/org/trafodion/sql/HDFSClient.java --- @@ -359,36 +392,54 @@ int hdfsWrite(byte[] buff) throws IOException

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

2018-06-25 Thread sandhyasun
Github user sandhyasun commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1612#discussion_r197893780 --- Diff: core/sql/executor/HdfsClient_JNI.h --- @@ -182,13 +186,16 @@ class HdfsClient : public JavaObjectInterface HDFS_Client_RetCode

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

2018-06-25 Thread sandhyasun
Github user sandhyasun commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1612#discussion_r197893132 --- Diff: core/sql/exp/ExpLOBaccess.cpp --- @@ -2161,10 +2267,37 @@ Ex_Lob_Error ExLob::readDataToMem(char *memAddr, }

[GitHub] trafodion pull request #1619: [TRAFODION-3101] enhance get command to show r...

2018-06-25 Thread zellerh
Github user zellerh commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1619#discussion_r197893009 --- Diff: core/sql/regress/compGeneral/EXPECTED023 --- @@ -23,6 +23,10 @@ SB_HISTOGRAMS SB_HISTOGRAM_INTERVALS SB_PERSISTENT_SAMPLES

[GitHub] trafodion pull request #1621: [TRAFODION-3119] Add *Syntax Descriptions* for...

2018-06-25 Thread zellerh
Github user zellerh commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1621#discussion_r197890883 --- Diff: docs/sql_reference/src/asciidoc/_chapters/sql_utilities.adoc --- @@ -530,6 +536,10 @@ In this case, the elapsed time of using LOAD Statement

[GitHub] trafodion pull request #1621: [TRAFODION-3119] Add *Syntax Descriptions* for...

2018-06-25 Thread liuyu000
GitHub user liuyu000 opened a pull request: https://github.com/apache/trafodion/pull/1621 [TRAFODION-3119] Add *Syntax Descriptions* for *LOAD Statement* and Fix Typos in *Trafodion SQL Reference Manual* You can merge this pull request into a Git repository by running: $ git

[GitHub] trafodion pull request #1620: [TRAFODION-3118] Improve on parts of EXTRACT

2018-06-25 Thread kakaxi3019
GitHub user kakaxi3019 opened a pull request: https://github.com/apache/trafodion/pull/1620 [TRAFODION-3118] Improve on parts of EXTRACT You can merge this pull request into a Git repository by running: $ git pull https://github.com/kakaxi3019/trafodion trafodion-3118

[GitHub] trafodion pull request #1619: [TRAFODION-3101] enhance get command to show r...

2018-06-25 Thread traflm
Github user traflm commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1619#discussion_r197692791 --- Diff: core/sql/regress/compGeneral/EXPECTED023 --- @@ -23,6 +23,10 @@ SB_HISTOGRAMS SB_HISTOGRAM_INTERVALS SB_PERSISTENT_SAMPLES

[GitHub] trafodion pull request #1619: [TRAFODION-3101] enhance get command to show r...

2018-06-25 Thread traflm
Github user traflm commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1619#discussion_r197692662 --- Diff: core/sql/regress/compGeneral/EXPECTED023 --- @@ -23,6 +23,10 @@ SB_HISTOGRAMS SB_HISTOGRAM_INTERVALS SB_PERSISTENT_SAMPLES