Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

TAJO-1891: Allow arbitrary partition path #984

Closed
wants to merge 170 commits into from

Conversation

blrunner
Copy link
Contributor

This includes features as following:

  • Allow to use ALTER TABLE ADD PARTITION statement.
  • Allow to use ALTER TABLE DROP PARTITION statement.
  • When creating dump file to restore Catalog, use ALTER TABLE ADD PARTITION statement instead of ALTER TABLE REPAIR PARTITION statement.
  • Add unit test cases.

It depends on #846 .

…into TAJO-1952

Conflicts:
	tajo-core-tests/src/test/java/org/apache/tajo/engine/planner/physical/TestPhysicalPlanner.java
…into TAJO-1952

Conflicts:
	tajo-plan/src/main/java/org/apache/tajo/plan/logical/PartitionedTableScanNode.java
…into TAJO-1952

Conflicts:
	tajo-plan/src/main/java/org/apache/tajo/plan/rewrite/rules/PartitionedTableRewriter.java
…O-1891

Conflicts:
	tajo-core-tests/src/test/java/org/apache/tajo/engine/planner/TestPartitionedTableRewriter.java
…O-1891

Conflicts:
	tajo-core-tests/src/test/java/org/apache/tajo/engine/planner/TestPartitionedTableRewriter.java
…O-1891

Conflicts:
	tajo-core-tests/src/test/java/org/apache/tajo/engine/planner/TestPartitionedTableRewriter.java
…O-1891

Conflicts:
	tajo-core-tests/src/test/java/org/apache/tajo/engine/planner/TestPartitionedTableRewriter.java
…O-1891

Conflicts:
	tajo-core-tests/src/test/java/org/apache/tajo/engine/planner/TestPartitionedTableRewriter.java
…into TAJO-1952

Conflicts:
	tajo-plan/src/main/java/org/apache/tajo/plan/rewrite/rules/PartitionedTableRewriter.java
…O-1891

Conflicts:
	tajo-catalog/tajo-catalog-server/src/test/java/org/apache/tajo/catalog/TestCatalogExceptions.java
	tajo-cli/src/main/java/org/apache/tajo/cli/tools/TajoDump.java
	tajo-core-tests/src/test/java/org/apache/tajo/cli/tsql/TestTajoCli.java
@blrunner
Copy link
Contributor Author

I'll reopen this PR after finishing #1020.

@blrunner blrunner closed this May 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant