andygrove commented on issue #3128: URL: https://github.com/apache/datafusion-comet/issues/3128#issuecomment-5113047645
`Months` extends `PartitionTransformExpression`, which is `Unevaluable`. It exists only to carry a DSv2 partition transform spec in DDL such as `PARTITIONED BY (months(ts))`; it is handed to the catalog as a `Transform` and is never evaluated as part of a query plan. Comet's expression serde never sees it. Closing as not actionable as specified. -- 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]
