GitHub user blrunner opened a pull request:
https://github.com/apache/tajo/pull/824
TAJO-1926: Disable partition pruning using catalog temporarily.
I reverted TAJO-1926 and added unit test cases.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/blrunner/tajo TAJO-1926
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/824.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #824
----
commit cac776e8b5e0732e6adef0a92d1e6d6c001183e0
Author: JaeHwa Jung <[email protected]>
Date: 2015-10-14T08:12:07Z
Revert "TAJO-1493: Make partition pruning based on catalog informations."
This reverts commit 51bb94d9f0d6c4598816b5bddad4f1331ccb1e58.
Conflicts:
CHANGES
tajo-catalog/tajo-catalog-server/src/main/java/org/apache/tajo/catalog/CatalogServer.java
tajo-catalog/tajo-catalog-server/src/main/java/org/apache/tajo/catalog/store/AbstractDBStore.java
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/derby/derby.xml
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/mariadb/mariadb.xml
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/mysql/mysql.xml
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/oracle/oracle.xml
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/postgresql/postgresql.xml
tajo-cli/src/main/java/org/apache/tajo/cli/tools/TajoDump.java
----
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---