DRILL-8544: HDF5 Files Ignoring Config Options#3038
Conversation
pjfanning
left a comment
There was a problem hiding this comment.
Would it be possible to test what the serialization and deserialization results in as unit tests?
@pjfanning |
|
@cgivre I was thinking more of a test that:
When you start playing with Jackson annotations, that affects what the serialization and deserialization does and unfortunately, Jackson releases can change the behaviour when trying to fix bugs. |
I added some new unit tests. |
causing checkstyle failure
|
@pjfanning Would you mind please approving (assuming you are ok with the changes)? |
DRILL-8544: HDF5 Files Ignoring Config Options
Description
There is a minor bug in the HDF5 plugin where the plugin was ignoring the
showPreviewconfig variable. This PR fixes it.Documentation
No user facing changes except bug fixed.
Testing
Ran existing unit tests and tested manually.