Feature Request / Improvement
Currently rewrite data-files always uses the current table partition spec when rewriting but it is useful to be able to use any partition spec in the table. In this way, a user could potentially write with one spec like hours, but then rewrite into days.
This would require expanding the API and then changing the implementation a bit. We should probably do this in two PR's, one adding the new API. Then additional follow up PR's actually adding implementations for the various existing rewrites like Spark's Rewrite DataFiles.
Query engine
Spark
Feature Request / Improvement
Currently rewrite data-files always uses the current table partition spec when rewriting but it is useful to be able to use any partition spec in the table. In this way, a user could potentially write with one spec like
hours, but then rewrite intodays.This would require expanding the API and then changing the implementation a bit. We should probably do this in two PR's, one adding the new API. Then additional follow up PR's actually adding implementations for the various existing rewrites like Spark's Rewrite DataFiles.
Query engine
Spark