Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Do
-
None
Description
ParquetFileFormat has no state, so passing it around by shared_ptr<FileFormat> is not necessary; we could just keep a single static instance and pass raw pointers.
wesmckinn is there a case where a FileFormat might have state?