Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, users can use arbitrary partition path using alter table statement. But they can't scan their partitions because PartitionedTableRewriter just build tuple from partition path. Fundamentally, we should allow arbitary partition path. But we need to avoid an exception by above situation until tajo allow arbitrary partition path. So it seems that alter table add partition statement is disabled temporarily.
Attachments
Attachments
Issue Links
- relates to
-
TAJO-1891 Allow arbitrary partition path
- Open