andygrove commented on code in PR #1903: URL: https://github.com/apache/datafusion-comet/pull/1903#discussion_r2155747372
########## 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: I renamed to `exprSerdeMap` since the map holds `CometExpressionSerde` instances. I am open to other suggestions though, -- 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