belugabehr commented on pull request #828: URL: https://github.com/apache/parquet-mr/pull/828#issuecomment-714581308
OK. I added a unit test. I don't love the test, but it's something (and better than nothing). I'm also not sure how good of an example it will be for future tests in this 'generator' project. I ran into a host of issues trying to test this. It's probably best to, in the future, change `Version` to implement an interface and then use normal getters instead of static fields. Since this class is compiled without any interface, there is nothing to import into the test at compile time in order to cast it to something I can then easily test against. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
