[jira] [Commented] (TAJO-2095) HiveCatalogStore::existIndexesByTable should not throw UnsupportedOperationException.

2016-03-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15198299#comment-15198299 ] Hudson commented on TAJO-2095: -- SUCCESS: Integrated in Tajo-master-build #1102 (See

[GitHub] tajo pull request: TAJO-2058: foreach loop can be collapsed with s...

2016-03-19 Thread eminency
Github user eminency commented on the pull request: https://github.com/apache/tajo/pull/944#issuecomment-197701836 Even though they may not exact, I left some comments. Please check them out. --- If your project is set up for it, you can reply to this email and have your reply

[jira] [Commented] (TAJO-2102) Migrate to Apache Orc from Presto's one

2016-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15201225#comment-15201225 ] ASF GitHub Bot commented on TAJO-2102: -- Github user jihoonson commented on the pull request:

[GitHub] tajo pull request: TAJO-2100: Add missing cancellation in defaultT...

2016-03-19 Thread jinossy
GitHub user jinossy opened a pull request: https://github.com/apache/tajo/pull/983 TAJO-2100: Add missing cancellation in defaultTaskScheduler when a wo… …rker is no respond. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Updated] (TAJO-2092) TestStorages.testNullHandlingTypesWithProjection occasionally fail

2016-03-19 Thread Jinho Kim (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinho Kim updated TAJO-2092: Component/s: Unit Test > TestStorages.testNullHandlingTypesWithProjection occasionally fail >

[jira] [Created] (TAJO-2098) Apply new schema to CatalogStore and its drivers

2016-03-19 Thread Hyunsik Choi (JIRA)
Hyunsik Choi created TAJO-2098: -- Summary: Apply new schema to CatalogStore and its drivers Key: TAJO-2098 URL: https://issues.apache.org/jira/browse/TAJO-2098 Project: Tajo Issue Type:

[jira] [Commented] (TAJO-2058) foreach loop can be collapsed with stream api

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

[jira] [Commented] (TAJO-2100) Add missing cancellation in defaultTaskScheduler when a worker is no respond

2016-03-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15200957#comment-15200957 ] Hudson commented on TAJO-2100: -- FAILURE: Integrated in Tajo-master-CODEGEN-build #694 (See

[jira] [Updated] (TAJO-2099) Implement an Adapter for the legacy Schema

2016-03-19 Thread Hyunsik Choi (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyunsik Choi updated TAJO-2099: --- Summary: Implement an Adapter for the legacy Schema (was: Implement an Adapter for legacy Schema) >

[jira] [Commented] (TAJO-2043) Implement new data type and schema

2016-03-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15198298#comment-15198298 ] Hudson commented on TAJO-2043: -- SUCCESS: Integrated in Tajo-master-build #1102 (See

[GitHub] tajo pull request: TAJO-2100: Add missing cancellation in defaultT...

2016-03-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tajo/pull/983 --- 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-2064: Supporting auto-completion in Tsql

2016-03-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tajo/pull/955 --- 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-2064) Supporting auto-completion in Tsql

2016-03-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15200986#comment-15200986 ] Hudson commented on TAJO-2064: -- SUCCESS: Integrated in Tajo-master-build #1104 (See

[jira] [Created] (TAJO-2101) Support add multiple partitions in a single ALTER TABLE statement

2016-03-19 Thread Jaehwa Jung (JIRA)
Jaehwa Jung created TAJO-2101: - Summary: Support add multiple partitions in a single ALTER TABLE statement Key: TAJO-2101 URL: https://issues.apache.org/jira/browse/TAJO-2101 Project: Tajo

[jira] [Commented] (TAJO-2092) TestStorages.testNullHandlingTypesWithProjection occasionally fail

2016-03-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15200996#comment-15200996 ] Hudson commented on TAJO-2092: -- SUCCESS: Integrated in Tajo-0.11.2-build #182 (See

[GitHub] tajo pull request: TAJO-2058: foreach loop can be collapsed with s...

2016-03-19 Thread eminency
Github user eminency commented on a diff in the pull request: https://github.com/apache/tajo/pull/944#discussion_r56452167 --- Diff: tajo-core/src/main/java/org/apache/tajo/querymaster/Query.java --- @@ -303,12 +304,7 @@ public QueryHistory getQueryHistory() { }

[jira] [Commented] (TAJO-2064) Supporting auto-completion in Tsql

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

[jira] [Commented] (TAJO-2064) Supporting auto-completion in Tsql

2016-03-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15200956#comment-15200956 ] Hudson commented on TAJO-2064: -- FAILURE: Integrated in Tajo-master-CODEGEN-build #694 (See

[jira] [Commented] (TAJO-2099) Implement an Adapter for the legacy Schema

2016-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15198879#comment-15198879 ] ASF GitHub Bot commented on TAJO-2099: -- Github user hyunsik commented on the pull request:

[jira] [Commented] (TAJO-2092) TestStorages.testNullHandlingTypesWithProjection occasionally fail

2016-03-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15200985#comment-15200985 ] Hudson commented on TAJO-2092: -- SUCCESS: Integrated in Tajo-master-build #1104 (See

[jira] [Commented] (TAJO-2100) Add missing cancellation in defaultTaskScheduler when a worker is no respond

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

[GitHub] tajo pull request: TAJO-2092: TestStorages.testNullHandlingTypesWi...

2016-03-19 Thread jihoonson
Github user jihoonson commented on the pull request: https://github.com/apache/tajo/pull/982#issuecomment-198163357 +1 LGTM --- 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

[jira] [Commented] (TAJO-2099) Implement an Adapter for legacy Schema

2016-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15198286#comment-15198286 ] ASF GitHub Bot commented on TAJO-2099: -- GitHub user hyunsik opened a pull request:

[jira] [Commented] (TAJO-1952) Implement PartitionFileFragment

2016-03-19 Thread Tajo QA (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15201027#comment-15201027 ] Tajo QA commented on TAJO-1952: --- {color:red}*-1 overall.*{color} Here are the results of testing the latest

[jira] [Created] (TAJO-2097) TajoStatement::getMoreResults throws getMoreResults

2016-03-19 Thread Jaehwa Jung (JIRA)
Jaehwa Jung created TAJO-2097: - Summary: TajoStatement::getMoreResults throws getMoreResults Key: TAJO-2097 URL: https://issues.apache.org/jira/browse/TAJO-2097 Project: Tajo Issue Type: Bug

[GitHub] tajo pull request: TAJO-2092: TestStorages.testNullHandlingTypesWi...

2016-03-19 Thread jinossy
GitHub user jinossy opened a pull request: https://github.com/apache/tajo/pull/982 TAJO-2092: TestStorages.testNullHandlingTypesWithProjection occasiona… …lly fail. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jinossy/tajo

[jira] [Resolved] (TAJO-2095) HiveCatalogStore::existIndexesByTable should not throw UnsupportedOperationException.

2016-03-19 Thread Hyunsik Choi (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyunsik Choi resolved TAJO-2095. Resolution: Fixed committed this patch to master and branch-0.11.2. >

[GitHub] tajo pull request: TAJO-2100: Add missing cancellation in defaultT...

2016-03-19 Thread jihoonson
Github user jihoonson commented on the pull request: https://github.com/apache/tajo/pull/983#issuecomment-198164623 +1 ship it! --- 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

[jira] [Created] (TAJO-2099) Implement an Adapter for legacy and new schema implementation

2016-03-19 Thread Hyunsik Choi (JIRA)
Hyunsik Choi created TAJO-2099: -- Summary: Implement an Adapter for legacy and new schema implementation Key: TAJO-2099 URL: https://issues.apache.org/jira/browse/TAJO-2099 Project: Tajo Issue

[jira] [Commented] (TAJO-2058) foreach loop can be collapsed with stream api

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

[jira] [Commented] (TAJO-2092) TestStorages.testNullHandlingTypesWithProjection occasionally fail

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

[GitHub] tajo pull request: TAJO-2058: foreach loop can be collapsed with s...

2016-03-19 Thread eminency
Github user eminency commented on a diff in the pull request: https://github.com/apache/tajo/pull/944#discussion_r56448372 --- Diff: tajo-algebra/src/main/java/org/apache/tajo/algebra/CreateTable.java --- @@ -418,10 +419,7 @@ public Object clone() throws

[jira] [Updated] (TAJO-2097) TajoStatement::getMoreResults throws SQLFeatureNotSupportedException

2016-03-19 Thread Jaehwa Jung (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaehwa Jung updated TAJO-2097: -- Affects Version/s: 0.11.1 > TajoStatement::getMoreResults throws SQLFeatureNotSupportedException >

[jira] [Commented] (TAJO-2102) Migrate to Apache Orc from Presto's one

2016-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15201222#comment-15201222 ] ASF GitHub Bot commented on TAJO-2102: -- GitHub user jihoonson opened a pull request:

[GitHub] tajo pull request: TAJO-2099: Implement an Adapter for the legacy ...

2016-03-19 Thread hyunsik
Github user hyunsik commented on the pull request: https://github.com/apache/tajo/pull/981#issuecomment-197738573 Fixed unit tests. --- 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

[jira] [Updated] (TAJO-1952) Implement PartitionFileFragment

2016-03-19 Thread Jaehwa Jung (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaehwa Jung updated TAJO-1952: -- Issue Type: Sub-task (was: Improvement) Parent: TAJO-744 > Implement PartitionFileFragment >

[jira] [Commented] (TAJO-2043) Implement new data type and schema

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

[GitHub] tajo pull request: TAJO-2092: TestStorages.testNullHandlingTypesWi...

2016-03-19 Thread jinossy
Github user jinossy commented on the pull request: https://github.com/apache/tajo/pull/982#issuecomment-197703547 I've remove the NULL type in file schema --- 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

[jira] [Resolved] (TAJO-2100) Add missing cancellation in defaultTaskScheduler when a worker is no respond

2016-03-19 Thread Jinho Kim (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinho Kim resolved TAJO-2100. - Resolution: Fixed committed it Thanks for your quick review! > Add missing cancellation in

[jira] [Commented] (TAJO-2092) TestStorages.testNullHandlingTypesWithProjection occasionally fail

2016-03-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15200955#comment-15200955 ] Hudson commented on TAJO-2092: -- FAILURE: Integrated in Tajo-master-CODEGEN-build #694 (See

[GitHub] tajo pull request: TAJO-2058: foreach loop can be collapsed with s...

2016-03-19 Thread eminency
Github user eminency commented on a diff in the pull request: https://github.com/apache/tajo/pull/944#discussion_r56449510 --- Diff: tajo-catalog/tajo-catalog-server/src/main/java/org/apache/tajo/catalog/store/XMLCatalogSchemaManager.java --- @@ -675,40 +654,38 @@ protected void

[GitHub] tajo pull request: TAJO-2043: Implement new data type and schema.

2016-03-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tajo/pull/934 --- 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] [Resolved] (TAJO-2092) TestStorages.testNullHandlingTypesWithProjection occasionally fail

2016-03-19 Thread Jinho Kim (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinho Kim resolved TAJO-2092. - Resolution: Fixed Fix Version/s: 0.11.2 0.12.0 committed it Thanks >

[jira] [Commented] (TAJO-2058) foreach loop can be collapsed with stream api

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

[jira] [Commented] (TAJO-2058) foreach loop can be collapsed with stream api

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

[jira] [Assigned] (TAJO-2092) TestStorages.testNullHandlingTypesWithProjection occasionally fail

2016-03-19 Thread Jinho Kim (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinho Kim reassigned TAJO-2092: --- Assignee: Jinho Kim > TestStorages.testNullHandlingTypesWithProjection occasionally fail >

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

2016-03-19 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H7 (Mapreduce Falcon Hadoop Pig Zookeeper Tez Hdfs yahoo-not-h2) in workspace

[jira] [Commented] (TAJO-2100) Add missing cancellation in defaultTaskScheduler when a worker is no respond

2016-03-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15200987#comment-15200987 ] Hudson commented on TAJO-2100: -- SUCCESS: Integrated in Tajo-master-build #1104 (See

[jira] [Commented] (TAJO-2058) foreach loop can be collapsed with stream api

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

[GitHub] tajo pull request: TAJO-2058: foreach loop can be collapsed with s...

2016-03-19 Thread eminency
Github user eminency commented on a diff in the pull request: https://github.com/apache/tajo/pull/944#discussion_r56448401 --- Diff: tajo-algebra/src/main/java/org/apache/tajo/algebra/CreateTable.java --- @@ -471,10 +469,7 @@ public Object clone() throws

[GitHub] tajo pull request: TAJO-2058: foreach loop can be collapsed with s...

2016-03-19 Thread eminency
Github user eminency commented on a diff in the pull request: https://github.com/apache/tajo/pull/944#discussion_r56448985 --- Diff: tajo-catalog/tajo-catalog-server/src/main/java/org/apache/tajo/catalog/store/XMLCatalogSchemaManager.java --- @@ -602,18 +597,10 @@ protected void

[GitHub] tajo pull request: TAJO-2058: foreach loop can be collapsed with s...

2016-03-19 Thread eminency
Github user eminency commented on a diff in the pull request: https://github.com/apache/tajo/pull/944#discussion_r56449210 --- Diff: tajo-catalog/tajo-catalog-server/src/main/java/org/apache/tajo/catalog/store/XMLCatalogSchemaManager.java --- @@ -644,30 +631,22 @@ protected void

[jira] [Commented] (TAJO-2100) Add missing cancellation in defaultTaskScheduler when a worker is no respond

2016-03-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15200997#comment-15200997 ] Hudson commented on TAJO-2100: -- SUCCESS: Integrated in Tajo-0.11.2-build #182 (See

[GitHub] tajo pull request: TAJO-2092: TestStorages.testNullHandlingTypesWi...

2016-03-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tajo/pull/982 --- 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

Jenkins build is back to normal : Tajo-0.11.2-build #180

2016-03-19 Thread Apache Jenkins Server
See

[GitHub] tajo pull request: TAJO-2058: foreach loop can be collapsed with s...

2016-03-19 Thread eminency
Github user eminency commented on a diff in the pull request: https://github.com/apache/tajo/pull/944#discussion_r56449935 --- Diff: tajo-core-tests/src/test/java/org/apache/tajo/client/TestTajoClient.java --- @@ -175,10 +176,8 @@ public final void testSessionVariables() throws

[GitHub] tajo pull request: TAJO-2102: Migrate to Apache Orc from Presto's ...

2016-03-19 Thread jihoonson
Github user jihoonson commented on the pull request: https://github.com/apache/tajo/pull/985#issuecomment-198269320 This patch is not ready for review yet. I need to fix a test failure and check the dependency on Hive. --- If your project is set up for it, you can reply to this

[GitHub] tajo pull request: TAJO-2095: HiveCatalogStore::existIndexesByTabl...

2016-03-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tajo/pull/976 --- 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-2058) foreach loop can be collapsed with stream api

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

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

2016-03-19 Thread Apache Jenkins Server
See Changes: [hyunsik] TAJO-2095: HiveCatalogStore::existIndexesByTable should not throw [hyunsik] TAJO-2043: Implement new data type and schema. -- [...truncated 110 lines...] Started

[jira] [Commented] (TAJO-2097) TajoStatement::getMoreResults throws SQLFeatureNotSupportedException

2016-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15197450#comment-15197450 ] ASF GitHub Bot commented on TAJO-2097: -- GitHub user blrunner opened a pull request:

[jira] [Commented] (TAJO-2058) foreach loop can be collapsed with stream api

2016-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15198739#comment-15198739 ] ASF GitHub Bot commented on TAJO-2058: -- Github user eminency commented on the pull request:

[jira] [Commented] (TAJO-2095) HiveCatalogStore::existIndexesByTable should not throw UnsupportedOperationException.

2016-03-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15198255#comment-15198255 ] Hudson commented on TAJO-2095: -- FAILURE: Integrated in Tajo-master-CODEGEN-build #693 (See

[GitHub] tajo pull request: TAJO-2099: Implement an Adapter for legacy Sche...

2016-03-19 Thread hyunsik
GitHub user hyunsik opened a pull request: https://github.com/apache/tajo/pull/981 TAJO-2099: Implement an Adapter for legacy Schema. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hyunsik/tajo TAJO-2099 Alternatively you can

[jira] [Commented] (TAJO-2058) foreach loop can be collapsed with stream api

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

[jira] [Commented] (TAJO-1891) Allow arbitrary partition path

2016-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15201037#comment-15201037 ] ASF GitHub Bot commented on TAJO-1891: -- GitHub user blrunner opened a pull request:

[jira] [Commented] (TAJO-2058) foreach loop can be collapsed with stream api

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

[jira] [Updated] (TAJO-2092) TestStorages.testNullHandlingTypesWithProjection occasionally fail

2016-03-19 Thread Jinho Kim (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinho Kim updated TAJO-2092: Affects Version/s: 0.11.1 > TestStorages.testNullHandlingTypesWithProjection occasionally fail >

[jira] [Updated] (TAJO-2097) TajoStatement::getMoreResults throws SQLFeatureNotSupportedException

2016-03-19 Thread Jaehwa Jung (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaehwa Jung updated TAJO-2097: -- Summary: TajoStatement::getMoreResults throws SQLFeatureNotSupportedException (was:

[GitHub] tajo pull request: TAJO-2097: TajoStatement::getMoreResults throws...

2016-03-19 Thread blrunner
GitHub user blrunner opened a pull request: https://github.com/apache/tajo/pull/980 TAJO-2097: TajoStatement::getMoreResults throws SQLFeatureNotSupportedException You can merge this pull request into a Git repository by running: $ git pull https://github.com/blrunner/tajo

[jira] [Commented] (TAJO-2092) TestStorages.testNullHandlingTypesWithProjection occasionally fail

2016-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAJO-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15198744#comment-15198744 ] ASF GitHub Bot commented on TAJO-2092: -- GitHub user jinossy opened a pull request: