RussellSpitzer opened a new issue, #7557:
URL: https://github.com/apache/iceberg/issues/7557

   ### 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to