Closed devinrsmith closed 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.
ParquetTools#readSingleFileTable
ParquetTools#readTable
This PR is the non-controversial part extracted from #6149
Fixes an inconsistency between
ParquetTools#readSingleFileTable
andParquetTools#readTable
in regards to whether they set the TableDefinition in the ParquetInstructions after inference.This PR is the non-controversial part extracted from #6149