ad1happy2go commented on issue #8939: URL: https://github.com/apache/hudi/issues/8939#issuecomment-1590900609
@koochiswathiTR As you are using spark writer, inserts goes to parquet files and updates goes to log files. So after the first commit you most probably only see parquet files. Try updating some of the records and you should see log files created. Just to be clear, Flink Writer pushes inserts also to log files. -- 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]
