spark-rapids
spark-rapids copied to clipboard
[FEA] [SPARK-42918] Generalize handling of metadata attributes in FileSourceStrategy
Is your feature request related to a problem? Please describe. Metadata field handling was made more generic. We do interact with these classes in our shim layer and there is a possibility that we will need to update this code.
Need to verify that we fallback properly
The two classes from this change that we rely on are FileFormat and FileSourceMetadataAttribute. We should get these changes for free IMO. @revans2 is my assessment correct?