deephaven / deephaven-core

Deephaven Community Core
Other
257 stars 80 forks source link

fix: Ensure ParquetTools.readTable attaches the inferred definition #6184

Closed devinrsmith closed 1 month ago

devinrsmith commented 1 month ago

Fixes an inconsistency between ParquetTools#readSingleFileTable and ParquetTools#readTable in regards to whether they set the TableDefinition in the ParquetInstructions after inference.

This PR is the non-controversial part extracted from #6149