prashantwason commented on PR #18033:
URL: https://github.com/apache/hudi/pull/18033#issuecomment-3856848614

   Fixed. Changed the test to use `ActiveTimelineV1` and `InstantGeneratorV1` 
instead of the V2 versions, since V1 timeline classes are the correct ones for 
table version 6 (V2 is for table version 8/Hudi 1.x).
   
   Changes:
   - Import `ActiveTimelineV1` instead of `ActiveTimelineV2`
   - Use a local `InstantGeneratorV1` instance instead of 
`HoodieTestUtils.INSTANT_GENERATOR` (which uses `DefaultInstantGenerator` 
extending `InstantGeneratorV2`)
   - Updated `createMockTimeline()` to create `ActiveTimelineV1` instances


-- 
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]

Reply via email to