BenjMaq edited a comment on issue #4154: URL: https://github.com/apache/hudi/issues/4154#issuecomment-1004675484
@codope Hive is automatically synced. It works correctly for inserts, updates, deletes. I followed [these steps](https://hudi.apache.org/docs/query_engine_setup#hive) initially for Presto and Hive and it has always worked without the need for an extra manual sync. I'm just wondering why `insert overwrite` does not work the same way? I suspect there is something wrong with the `*replacecommit` files. When I insert/update, the files are named `*commit` while when I overwrite they are named `*replacecommit`. It seems only the `*replacecommit` are not being correctly read via Presto/Hive. -- 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...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org