zwangsheng opened a new pull request, #45491: URL: https://github.com/apache/spark/pull/45491
### What changes were proposed in this pull request? When get Spark Plan info, we should match basic trait `FileSourceScanLike` to get metadata instead of matching subclass `FileSourceScanExec`. So that user-define file scan operators(which extend `FileSourceScanLike`) can be matched. ### Why are the changes needed? Match user-define file scan operators. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Exists Unit Test ### Was this patch authored or co-authored using generative AI tooling? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
