DeltaParquetFileFormat¶
DeltaParquetFileFormat is a ParquetFileFormat (Spark SQL) to support no restrictions on columns names.
Creating Instance¶
DeltaParquetFileFormat takes the following to be created:
- Protocol
- Metadata
-
nullableRowTrackingFieldsflag (default:false) -
optimizationsEnabledflag (default:true) - Optional Table Path (default:
None(unspecified)) -
isCDCReadflag (default:false)
DeltaParquetFileFormat is created when:
DeltaFileFormatis requested for the file formatCDCReaderImplis requested for the scanIndex
__delta_internal_row_index Internal Metadata Column¶
DeltaParquetFileFormat defines __delta_internal_row_index name for the metadata column name with the index of a row within a file.
__delta_internal_row_index is an internal column.
Warning
__delta_internal_row_index column is only supported for delta tables with the following features disabled:
__delta_internal_row_index is used when:
DMLWithDeletionVectorsHelperis requested to replace a FileIndex (in all the delta tables in a logical plan)DeletionVectorBitmapGeneratoris requested to buildRowIndexSetsForFilesMatchingCondition