the-other-tim-brown commented on issue #351: URL: https://github.com/apache/incubator-xtable/issues/351#issuecomment-1971365662
@soumilshah1995 Just to clarify a common misconception, OneTable (now XTable) is not a format so no you cannot write to this as a format but you are able to sync your Hudi table to Delta and Iceberg with this tool. You can follow the instructions [here](https://github.com/apache/incubator-xtable/tree/main/hudi-support/extensions#hudi-streamer-extensions) for adding a meta sync to your HoodieStreamer job. You'll need to package the jar and put it on your classpath for now to get the latest updates. Then you can add this class to your `--sync-tool-classes` and update your props file with the required args for the sync tool (item 3 in the readme linked). After we go through some renaming and interface improvements, we plan on publishing these jars. -- 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: commits-unsubscr...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org