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

   ### Feature Request / Improvement
   
   from devlist discussion 
https://lists.apache.org/thread/x2rqfck4nz78j0fmz4sdchr5wxoywm29
   
   I think we are landing in some experience like (e.g. in Spark):
   
   ```
   SparkActions.rewriteManifests(table)
     .sort("b", "a")
     .commit()
   ```
   
   ```
   SparkActions.rewriteManifests(table)
     .sort(partitionData -> string)
     .minManifests(20)
     .maxManifests(40)
     .targetManifestSize(8MB)
     .commit()
   ```
   
   so that users can more flexibly fine tune the sorting and colocation 
behaviors they want for the Iceberg metadata tree
   
   ### Query engine
   
   None


-- 
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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to