tajo icon indicating copy to clipboard operation
tajo copied to clipboard

TAJO-1952: Implement PartitionFileFragment

Open blrunner opened this issue 8 years ago • 2 comments

See https://issues.apache.org/jira/browse/TAJO-1952 and https://github.com/apache/tajo/pull/846. I recreated a pull request because of a branch deletion mistake.

blrunner avatar May 16 '16 04:05 blrunner

Not ready to review. After recent rebase, some unit tests fail. I'm trying to fix it.

blrunner avatar May 19 '16 00:05 blrunner

At first, I approached to make another fragment for partitioned table. But now, the only difference between FileFragment and PartitionFileFragment is the partition key. So, I would prefer to add the variable to FileFragment instead of making PartitionFileFragment. It will decrease unnecessary modifications and will avoid side effects by PartitionFileFragment. Here are codes by above approach. https://github.com/apache/tajo/compare/master...blrunner:TAJO-1952-2?expand=1.

blrunner avatar May 19 '16 16:05 blrunner