Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
Impala 2.8.0
Description
The various scripts employed in our data load process were written before the RECOVER PARTITIONS clause was added (in Impala 2.3.) But now that we have that feature available, we should refactor our data load process to make use of it.
The places where we should add ALTER TABLE t RECOVER PARTITIONS are anywhere in the various schema template .sql files in testdata/datasests/* where we partition a table.
Attachments
Issue Links
- relates to
-
IMPALA-4005 generate_statements method in generate_schema_statements.py needs refactoring
- Open