xiaotianzhang01 opened a new issue #3537:
URL: https://github.com/apache/iceberg/issues/3537


   eg:
   ```
   OPTIMIZE TABLE 'example' order by c_city asc,p_brand asc OPTIONS 
('target-file-size-bytes'='536870912'); 
   ```
   
   This can be more convenient for verification and use
   
   ```
   OPTIMIZE TABLE multipartIdentifier rewriteLayout order (OPTIONS '(' (pair 
(',' pair)*)? ')')? #optimizeLayout
   ```


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