zhangjun0x01 commented on issue #2008:
URL: https://github.com/apache/iceberg/issues/2008#issuecomment-752388194
use the Actions like this;
```
StreamExecutionEnvironment env =
StreamExecutionEnvironment.getExecutionEnvironment();
Actions.forTable(env,table)
.rewriteDataFiles()
.execute();
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]