cgivre commented on issue #1778: DRILL-7233: Format Plugin for HDF5 URL: https://github.com/apache/drill/pull/1778#issuecomment-575202878 I think I misunderstood you, and I forgot about the second test class. For `TestHDF5Utils` it now extends `BaseTest` so we're good there. For the `TestHDF5Format` I added the two lines below to the `setup()` method. ``` ProtobufPatcher.patch(); GuavaPatcher.patch(); ``` Is this what you were looking for? In the future, should classes like this extend `BaseTestQuery` rather than `ClusterTest`?
---------------------------------------------------------------- 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] With regards, Apache Git Services
