zhztheplayer commented on code in PR #10138:
URL:
https://github.com/apache/incubator-gluten/pull/10138#discussion_r2194059718
##########
gluten-substrait/src/main/scala/org/apache/gluten/execution/ValidatablePlan.scala:
##########
@@ -43,7 +43,7 @@ trait ValidatablePlan extends GlutenPlan with LogLevelUtil {
try {
f
} catch {
- case e @ (_: GlutenNotSupportException | _:
UnsupportedOperationException) =>
+ case e @ (_: GlutenNotSupportException | _:
UnsupportedOperationException | _: Throwable) =>
Review Comment:
Generally JVM heap OOM could be raised at any point of the Java / Scala
code. It's just an example of fatal errors. There are more of them like illegal
access errors, class compatibility errors, etc.
--
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]