yihua commented on issue #7141: URL: https://github.com/apache/hudi/issues/7141#issuecomment-1317749165
@rtdt99 The behavior is expected. The bootstrap operation is going to reference the parquet files from the original parquet table path. Any new data or updates are written to the base path of the new Hudi table, and the original parquet table is not touched, because now any new data is written using Hudi's data format. The consumer has to query the table using the new Hudi table base path to get the latest snapshot. -- 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]
