steveloughran commented on PR #190: URL: https://github.com/apache/parquet-site/pull/190#issuecomment-4929310798
FWIW I don't understand why team junit set out to break every single assert(), especially how assertEquals(message, expected, actual) still compiles but now the args become something else like assert(actual, expected, message). assertJ just takes all the pain away. Does break all pending PRs with tests though, such as my own #3562; forced an update and a rebase there... -- 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]
