AddCDCFile¶
AddCDCFile
is a FileAction.
Creating Instance¶
AddCDCFile
takes the following to be created:
- Path
- Partition values (
Map[String, String]
) - Size (in bytes)
AddCDCFile
does not seem to be created ever.
dataChange¶
dataChange: Boolean
dataChange
is part of the FileAction abstraction.
dataChange
is always turned off (false
).
Converting to SingleAction¶
wrap: SingleAction
wrap
is part of the Action abstraction.
wrap
creates a new SingleAction with the cdc
field set to this AddCDCFile
.