peterxcli opened a new pull request, #5025: URL: https://github.com/apache/datafusion-comet/pull/5025
## Which issue does this PR close? Closes #5021. Depends on #4976. ## Rationale for this change Data-type support checks are duplicated across sinks, local scans, and shuffle paths, making new type support error-prone. ## What changes are included in this PR? Centralize recursive capability checks in `QueryPlanSerde.supportedDataType` and reuse them across existing call sites while preserving their boundary-specific behavior. ## How are these changes tested? Added recursive capability coverage and ran focused Spark 4.1 and Spark 3.5 tests, interval SQL tests, Spotless, and Scalastyle. -- 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]
