comphead commented on code in PR #1903: URL: https://github.com/apache/datafusion-comet/pull/1903#discussion_r2155251353
########## spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala: ########## @@ -61,6 +61,39 @@ import org.apache.comet.shims.CometExprShim * An utility object for query plan and expression serialization. */ object QueryPlanSerde extends Logging with CometExprShim { + + /** + * Mapping of Spark expression class to Comet expression handler. + */ + private val exprHandlers: Map[Class[_], CometExpressionSerde] = Map( Review Comment: Prob we can call `exprMappers` or `sparkToCometExprMapper` ? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org