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
For SupportsMetadataColumns to work, Spark needs to call SupportsPushDownrequiredColumns.pruneColumns on the connectors. This currently does not happen on the streaming path. reading metadata columns would crash.
For SupportsMetadataColumns to work, Spark needs to call SupportsPushDownrequiredColumns.pruneColumns on the connectors. This currently does not happen on the streaming path. reading metadata columns would crash.