You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Spark has added a new FileSourceMetadataAttribute object with an apply method to create a FileSourceMetadataAttribute, and an unapply method to match only file source metadata attribute.
In tagFileSourceScanExec method we currently check for MetadataAttribute which should be changed to FileSourceMetadataAttribute.
Is your feature request related to a problem? Please describe.
Spark has added a new
FileSourceMetadataAttribute
object with anapply
method to create aFileSourceMetadataAttribute
, and anunapply
method to match only file source metadata attribute.In
tagFileSourceScanExec
method we currently check forMetadataAttribute
which should be changed toFileSourceMetadataAttribute
.Spark PR: apache/spark@7ed51bbbe5
The text was updated successfully, but these errors were encountered: