cashmand commented on PR #45506: URL: https://github.com/apache/spark/pull/45506#issuecomment-1997391586
I realized that the example I gave in the PR description works just as well if we override `supportsDataType`, since the call to `super.supportsScalarDataType` will eventually call back into the subclass when it hits a scalar type recursively. So I don't think this PR really adds value. -- 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]
