voonhous commented on PR #6920: URL: https://github.com/apache/hudi/pull/6920#issuecomment-1286849062
> Can you also add a test class in `TestInputFormat` and test the input splits logic for streaming read in this case ? > > You can take a reference from `TestInputFormat#testReadSkipCompaction` Apologies for the late reply, given that the read behaviour is correct, the only way we can test this fix is to make the `IncrementalInputSplits#getInstantRange` method public. Since this bug is caused by `IncrementalInputSplits#getInstantRange` not producing the correct result. I am not sure if loading the class in via reflection is the right way to approach writing this test. Do you have any suggestions? -- 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]
