Hello all, I’m working on a format plugin and I’m having an issue with the unit tests.
Here is the relevant code: https://github.com/cgivre/drill/blob/0466c3ff0d6e18f0202c0012a57d41ef7324e279/contrib/format-hdf5/src/test/java/org/apache/drill/exec/store/hdf5/TestHDF5Format.java#L45-L71 <https://github.com/cgivre/drill/blob/0466c3ff0d6e18f0202c0012a57d41ef7324e279/contrib/format-hdf5/src/test/java/org/apache/drill/exec/store/hdf5/TestHDF5Format.java#L45-L71> When I run the test, I get the following error: DATA_READ ERROR: Failed to open open input file: Path does not exit. (/Users/cgivre/github/drill-dev/drill/contrib/format-hdf5/classpath:/hdf5/dset.h5). I’m a little confused as to why the path is being created like that. There is a file in the contrib/format-hdf5/src/test/resources/ folder with that name. (https://github.com/cgivre/drill/tree/format-hdf5/contrib/format-hdf5/src/test/resources/hdf5 <https://github.com/cgivre/drill/tree/format-hdf5/contrib/format-hdf5/src/test/resources/hdf5>) Any suggestions would be greatly appreciated. Thanks, — C
