[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread jihoonson
Github user jihoonson commented on a diff in the pull request: https://github.com/apache/tajo/pull/876#discussion_r46091582 --- Diff: tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/outputs/RestOutputFactory.java --- @@ -0,0 +1,91 @@ +/** + * Licensed to the

[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread jihoonson
Github user jihoonson commented on a diff in the pull request: https://github.com/apache/tajo/pull/876#discussion_r46091572 --- Diff: tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/outputs/BinaryStreamingOutput.java --- @@ -0,0 +1,79 @@ +/** + * Licensed to the

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030923#comment-15030923 ] ASF GitHub Bot commented on TAJO-1944: -- Github user jihoonson commented on a diff in the pull request:

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030920#comment-15030920 ] ASF GitHub Bot commented on TAJO-1944: -- Github user jihoonson commented on a diff in the pull request:

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030922#comment-15030922 ] ASF GitHub Bot commented on TAJO-1944: -- Github user jihoonson commented on a diff in the pull request:

[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread jihoonson
Github user jihoonson commented on a diff in the pull request: https://github.com/apache/tajo/pull/876#discussion_r46091585 --- Diff: tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/outputs/RestOutputFactory.java --- @@ -0,0 +1,91 @@ +/** + * Licensed to the

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030924#comment-15030924 ] ASF GitHub Bot commented on TAJO-1944: -- Github user jihoonson commented on a diff in the pull request:

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030927#comment-15030927 ] ASF GitHub Bot commented on TAJO-1944: -- Github user jihoonson commented on a diff in the pull request:

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030928#comment-15030928 ] ASF GitHub Bot commented on TAJO-1944: -- Github user jihoonson commented on a diff in the pull request:

[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread jihoonson
Github user jihoonson commented on a diff in the pull request: https://github.com/apache/tajo/pull/876#discussion_r46091734 --- Diff: tajo-core/src/main/java/org/apache/tajo/ws/rs/annotation/RestReturnType.java --- @@ -0,0 +1,37 @@ +/** + * Licensed to the Apache Software

[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread jihoonson
Github user jihoonson commented on a diff in the pull request: https://github.com/apache/tajo/pull/876#discussion_r46091738 --- Diff: tajo-core/src/main/java/org/apache/tajo/ws/rs/annotation/RestReturnType.java --- @@ -0,0 +1,37 @@ +/** + * Licensed to the Apache Software

[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread jihoonson
Github user jihoonson commented on a diff in the pull request: https://github.com/apache/tajo/pull/876#discussion_r46091808 --- Diff: tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/outputs/CSVStreamingOutput.java --- @@ -0,0 +1,134 @@ +/** + * Licensed to the

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030930#comment-15030930 ] ASF GitHub Bot commented on TAJO-1944: -- Github user jihoonson commented on a diff in the pull request:

[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread jihoonson
Github user jihoonson commented on a diff in the pull request: https://github.com/apache/tajo/pull/876#discussion_r46091886 --- Diff: tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/outputs/RestOutputFactory.java --- @@ -0,0 +1,91 @@ +/** + * Licensed to the

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030931#comment-15030931 ] ASF GitHub Bot commented on TAJO-1944: -- Github user jihoonson commented on a diff in the pull request:

[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread jihoonson
Github user jihoonson commented on the pull request: https://github.com/apache/tajo/pull/876#issuecomment-160416125 Hi @charsyam, I left some comments. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030935#comment-15030935 ] ASF GitHub Bot commented on TAJO-1944: -- Github user jihoonson commented on the pull request:

[jira] [Commented] (TAJO-1857) Rename the section of 'File Formats' to 'Data Formats' and fill compression section of the 'Table Management' chapter

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030939#comment-15030939 ] ASF GitHub Bot commented on TAJO-1857: -- Github user jihoonson commented on the pull request:

[GitHub] tajo pull request: TAJO-1857: Rename the section of 'File Formats'...

2015-11-29 Thread jihoonson
Github user jihoonson commented on the pull request: https://github.com/apache/tajo/pull/870#issuecomment-160416423 Thanks. Would you close this PR? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030913#comment-15030913 ] ASF GitHub Bot commented on TAJO-1944: -- Github user jihoonson commented on a diff in the pull request:

[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread jihoonson
Github user jihoonson commented on a diff in the pull request: https://github.com/apache/tajo/pull/876#discussion_r46091443 --- Diff: tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/outputs/CSVStreamingOutput.java --- @@ -0,0 +1,134 @@ +/** + * Licensed to the

[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread jihoonson
Github user jihoonson commented on a diff in the pull request: https://github.com/apache/tajo/pull/876#discussion_r46091442 --- Diff: tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/outputs/AbstractStreamingOutput.java --- @@ -0,0 +1,46 @@ +/** + * Licensed to the

[jira] [Commented] (TAJO-1854) Add in-subquery document

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030889#comment-15030889 ] ASF GitHub Bot commented on TAJO-1854: -- GitHub user jihoonson opened a pull request:

[GitHub] tajo pull request: TAJO-1854: Add in-subquery document

2015-11-29 Thread jihoonson
GitHub user jihoonson opened a pull request: https://github.com/apache/tajo/pull/889 TAJO-1854: Add in-subquery document You can merge this pull request into a Git repository by running: $ git pull https://github.com/jihoonson/tajo-2 TAJO-1854 Alternatively you can review

[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread jihoonson
Github user jihoonson commented on a diff in the pull request: https://github.com/apache/tajo/pull/876#discussion_r46091467 --- Diff: tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/outputs/CSVStreamingOutput.java --- @@ -0,0 +1,134 @@ +/** + * Licensed to the

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030912#comment-15030912 ] ASF GitHub Bot commented on TAJO-1944: -- Github user jihoonson commented on a diff in the pull request:

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030915#comment-15030915 ] ASF GitHub Bot commented on TAJO-1944: -- Github user jihoonson commented on a diff in the pull request:

[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread jihoonson
Github user jihoonson commented on a diff in the pull request: https://github.com/apache/tajo/pull/876#discussion_r46091561 --- Diff: tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/outputs/CSVStreamingOutput.java --- @@ -0,0 +1,134 @@ +/** + * Licensed to the

[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread charsyam
Github user charsyam commented on a diff in the pull request: https://github.com/apache/tajo/pull/876#discussion_r46093935 --- Diff: tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/outputs/CSVStreamingOutput.java --- @@ -0,0 +1,134 @@ +/** + * Licensed to the

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031029#comment-15031029 ] ASF GitHub Bot commented on TAJO-1944: -- Github user charsyam commented on a diff in the pull request:

[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread charsyam
Github user charsyam commented on a diff in the pull request: https://github.com/apache/tajo/pull/876#discussion_r46093972 --- Diff: tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/outputs/RestOutputFactory.java --- @@ -0,0 +1,91 @@ +/** + * Licensed to the Apache

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031033#comment-15031033 ] ASF GitHub Bot commented on TAJO-1944: -- Github user charsyam commented on a diff in the pull request:

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031037#comment-15031037 ] ASF GitHub Bot commented on TAJO-1944: -- Github user charsyam commented on a diff in the pull request:

[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread charsyam
Github user charsyam commented on a diff in the pull request: https://github.com/apache/tajo/pull/876#discussion_r46093999 --- Diff: tajo-core/src/main/java/org/apache/tajo/ws/rs/annotation/RestReturnType.java --- @@ -0,0 +1,37 @@ +/** + * Licensed to the Apache Software

[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread charsyam
Github user charsyam commented on a diff in the pull request: https://github.com/apache/tajo/pull/876#discussion_r46094222 --- Diff: tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/outputs/BinaryStreamingOutput.java --- @@ -0,0 +1,79 @@ +/** + * Licensed to the

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031052#comment-15031052 ] ASF GitHub Bot commented on TAJO-1944: -- Github user charsyam commented on a diff in the pull request:

[jira] [Commented] (TAJO-1857) Rename the section of 'File Formats' to 'Data Formats' and fill compression section of the 'Table Management' chapter

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031254#comment-15031254 ] ASF GitHub Bot commented on TAJO-1857: -- Github user eminency commented on the pull request:

[GitHub] tajo pull request: TAJO-1857: Rename the section of 'File Formats'...

2015-11-29 Thread eminency
Github user eminency commented on the pull request: https://github.com/apache/tajo/pull/870#issuecomment-160502247 Sure, I close this PR. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] tajo pull request: TAJO-1857: Rename the section of 'File Formats'...

2015-11-29 Thread eminency
Github user eminency closed the pull request at: https://github.com/apache/tajo/pull/870 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tajo pull request: TAJO-1971: Replace 'for' loop with 'foreach'

2015-11-29 Thread eminency
Github user eminency commented on the pull request: https://github.com/apache/tajo/pull/855#issuecomment-160504334 Could you merge latest master branch please? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[jira] [Commented] (TAJO-1971) Replace 'for' loop with 'foreach'

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031265#comment-15031265 ] ASF GitHub Bot commented on TAJO-1971: -- Github user eminency commented on the pull request:

[jira] [Commented] (TAJO-1971) Replace 'for' loop with 'foreach'

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031275#comment-15031275 ] ASF GitHub Bot commented on TAJO-1971: -- Github user dkhwangbo commented on the pull request:

[jira] [Commented] (TAJO-1971) Replace 'for' loop with 'foreach'

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031276#comment-15031276 ] ASF GitHub Bot commented on TAJO-1971: -- Github user dkhwangbo closed the pull request at:

[GitHub] tajo pull request: TAJO-1971: Replace 'for' loop with 'foreach'

2015-11-29 Thread dkhwangbo
GitHub user dkhwangbo opened a pull request: https://github.com/apache/tajo/pull/890 TAJO-1971: Replace 'for' loop with 'foreach' Reports for loops which iterate over collections or arrays, and can be replaced with the foreach iteration syntax, available in Java 5 and newer, to

[GitHub] tajo pull request: TAJO-1960: Separate HDFS space handler and S3 s...

2015-11-29 Thread blrunner
Github user blrunner commented on the pull request: https://github.com/apache/tajo/pull/868#issuecomment-160504533 I found that the patch runs as expected with master branch on EMR. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[jira] [Commented] (TAJO-1960) Separate HDFS space handler and S3 space handler

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031269#comment-15031269 ] ASF GitHub Bot commented on TAJO-1960: -- Github user blrunner commented on the pull request:

[jira] [Commented] (TAJO-1857) Rename the section of 'File Formats' to 'Data Formats' and fill compression section of the 'Table Management' chapter

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031255#comment-15031255 ] ASF GitHub Bot commented on TAJO-1857: -- Github user eminency closed the pull request at:

[GitHub] tajo pull request: TAJO-1973: Replace 'while' loop with 'foreach'

2015-11-29 Thread eminency
Github user eminency commented on the pull request: https://github.com/apache/tajo/pull/858#issuecomment-160504248 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] tajo pull request: TAJO-1944: Support text resultset for REST

2015-11-29 Thread jihoonson
Github user jihoonson commented on a diff in the pull request: https://github.com/apache/tajo/pull/876#discussion_r46107725 --- Diff: tajo-core/src/main/java/org/apache/tajo/ws/rs/resources/outputs/BinaryStreamingOutput.java --- @@ -0,0 +1,79 @@ +/** + * Licensed to the

[jira] [Commented] (TAJO-1944) Support text resultset for REST

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031305#comment-15031305 ] ASF GitHub Bot commented on TAJO-1944: -- Github user jihoonson commented on a diff in the pull request:

[GitHub] tajo pull request: TAJO-1971: Replace 'for' loop with 'foreach'

2015-11-29 Thread dkhwangbo
Github user dkhwangbo commented on the pull request: https://github.com/apache/tajo/pull/855#issuecomment-160505136 I'll re-make same PR with latest master. It's more easy than resolving conflict. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] tajo pull request: TAJO-1971: Replace 'for' loop with 'foreach'

2015-11-29 Thread dkhwangbo
Github user dkhwangbo closed the pull request at: https://github.com/apache/tajo/pull/855 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (TAJO-1971) Replace 'for' loop with 'foreach'

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031288#comment-15031288 ] ASF GitHub Bot commented on TAJO-1971: -- GitHub user dkhwangbo opened a pull request:

[jira] [Created] (TAJO-1999) TUtil.newList/newLinkedHashMap should be replaced by Java's diamond operator

2015-11-29 Thread Dongkyu Hwangbo (JIRA)
Dongkyu Hwangbo created TAJO-1999: - Summary: TUtil.newList/newLinkedHashMap should be replaced by Java's diamond operator Key: TAJO-1999 URL: https://issues.apache.org/jira/browse/TAJO-1999 Project:

[jira] [Commented] (TAJO-1753) GlobalEngine causes NPE occurs occasionally

2015-11-29 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031430#comment-15031430 ] Hudson commented on TAJO-1753: -- FAILURE: Integrated in Tajo-master-CODEGEN-build #608 (See

Build failed in Jenkins: Tajo-master-CODEGEN-build #608

2015-11-29 Thread Apache Jenkins Server
See Changes: [jhkim] TAJO-1753: GlobalEngine causes NPE occurs occasionally. -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H3

[jira] [Commented] (TAJO-1753) GlobalEngine causes NPE occurs occasionally

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031427#comment-15031427 ] ASF GitHub Bot commented on TAJO-1753: -- Github user asfgit closed the pull request at:

[GitHub] tajo pull request: TAJO-1753: GlobalEngine causes NPE occurs occas...

2015-11-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tajo/pull/882 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (TAJO-1971) Replace 'for' loop with 'foreach'

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031375#comment-15031375 ] ASF GitHub Bot commented on TAJO-1971: -- Github user eminency commented on a diff in the pull request:

[GitHub] tajo pull request: TAJO-1971: Replace 'for' loop with 'foreach'

2015-11-29 Thread eminency
Github user eminency commented on a diff in the pull request: https://github.com/apache/tajo/pull/890#discussion_r46111387 --- Diff: tajo-core/src/main/java/org/apache/tajo/engine/query/TaskRequestImpl.java --- @@ -258,9 +258,9 @@ private void mergeLocalToBuilder() {

[jira] [Commented] (TAJO-1971) Replace 'for' loop with 'foreach'

2015-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031373#comment-15031373 ] ASF GitHub Bot commented on TAJO-1971: -- Github user eminency commented on a diff in the pull request:

[jira] [Resolved] (TAJO-1753) GlobalEngine causes NPE occurs occasionally

2015-11-29 Thread Jinho Kim (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinho Kim resolved TAJO-1753. - Resolution: Fixed Fix Version/s: 0.12.0 committed it Thanks for your review! > GlobalEngine causes