DeltaParquetFileFormatV2¶
DeltaParquetFileFormatV2 is a V2 implementation of DeltaParquetFileFormatBase using Delta Kernel's Protocol and Metadata.
Creating Instance¶
DeltaParquetFileFormatV2 takes the following to be created:
- Protocol
- Metadata
- nullableRowTrackingConstantFields
- nullableRowTrackingGeneratedFields
- optimizationsEnabled
- tablePath
- isCDCRead
- useMetadataRowIndex
While being created, DeltaParquetFileFormatV2 creates a ProtocolMetadataAdapterV2 for the given Protocol and Metadata.
DeltaParquetFileFormatV2 is created when:
PartitionUtilsis requested to createDeltaParquetFileFormat