danny0405 commented on issue #12585: URL: https://github.com/apache/hudi/issues/12585#issuecomment-2574270402
For bucketed table are you referring to the bucket index of MOR table? One fact to know is that the writer would write pure avro logs at first so the streaming reader would also read these logs. For streaming read we have an option value named "earliest" for the `read.start-commit` option, which is more straight-forward. It looks like the waning log is normal because of the explicit specified read start commit, this log shows there when the commit to read has already been archived. -- 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]
