chinmay-bhat commented on PR #9342: URL: https://github.com/apache/iceberg/pull/9342#issuecomment-1864274603
I don't think that would work. See [line 106](https://github.com/apache/iceberg/blob/a83bfe72ccc18ec6f22621630b6dbabaf4648064/data/src/test/java/org/apache/iceberg/RecordWrapperTest.java#L106). We use `Assert:assertEquals` through the `AssertMethod` interface. If we switch the imports, we would have to change the interface & its downstream functions. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
