JkSelf commented on code in PR #6803:
URL: https://github.com/apache/incubator-gluten/pull/6803#discussion_r1716237087


##########
gluten-core/src/main/scala/org/apache/gluten/expression/ExpressionMappings.scala:
##########
@@ -338,8 +338,11 @@ object ExpressionMappings {
 
   def expressionsMap: Map[Class[_], String] = {
     val blacklist = GlutenConfig.getConf.expressionBlacklist
-    val supportedExprs = defaultExpressionsMap ++
-      expressionExtensionTransformer.extensionExpressionsMapping
+
+    var supportedExprs = defaultExpressionsMap
+    if (expressionExtensionTransformer != null) {

Review Comment:
   @ulysses-you It's strange that the 
`ExpressionUtil.extendedExpressionTransformer` method is returning null. I'm 
not sure why this is happening. It should be return the 
DefaultExpressionExtensionTransformer. Do you have any insights?



-- 
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]

Reply via email to