This is an automated email from the ASF dual-hosted git repository.

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new eaace6c16 [CORE] Log unknown fallback reason (#6237)
eaace6c16 is described below

commit eaace6c16f5355ae30872bfd947ca36b550cd497
Author: 高阳阳 <[email protected]>
AuthorDate: Thu Jun 27 19:56:42 2024 +0800

    [CORE] Log unknown fallback reason (#6237)
---
 .../scala/org/apache/spark/sql/execution/GlutenFallbackReporter.scala    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/gluten-core/src/main/scala/org/apache/spark/sql/execution/GlutenFallbackReporter.scala
 
b/gluten-core/src/main/scala/org/apache/spark/sql/execution/GlutenFallbackReporter.scala
index 00b0248ae..721a30eb4 100644
--- 
a/gluten-core/src/main/scala/org/apache/spark/sql/execution/GlutenFallbackReporter.scala
+++ 
b/gluten-core/src/main/scala/org/apache/spark/sql/execution/GlutenFallbackReporter.scala
@@ -89,6 +89,7 @@ case class GlutenFallbackReporter(glutenConfig: GlutenConfig, 
spark: SparkSessio
                 logicalPlan.setTagValue(FALLBACK_REASON_TAG, newReason)
             }
           case TRANSFORM_UNSUPPORTED(_, _) =>
+            logFallbackReason(validationLogLevel, p.nodeName, "unknown reason")
           case _ =>
             throw new IllegalStateException("Unreachable code")
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to