PHILO-HE opened a new pull request, #4996: URL: https://github.com/apache/incubator-gluten/pull/4996
## What changes were proposed in this pull request? Currently, `java.lang.UnsupportedOperationException` will be thrown in Gluten when an operation is not supported. And Gluten will then collectively handle such exception and make fallback behavior happen. As a java's public exception class, such exception thrown by any code (including third-party code) in Gluten's validation/transform code path will cause a fallback at last. But for some situation, we need developers to dig the reason and fix the exception. With a dedicated Gluten exception introduced, it may be helpful to debug by distinguishing the situations where developer expects fallback happens and other situations where developer doesn't expect. ## How was this patch tested? Existing tests. -- 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]
