peterxcli commented on code in PR #5048:
URL: https://github.com/apache/datafusion-comet/pull/5048#discussion_r3656894947
##########
spark/src/main/scala/org/apache/comet/parquet/CometParquetUtils.scala:
##########
@@ -57,6 +59,33 @@ object CometParquetUtils {
def ignoreMissingIds(conf: SQLConf): Boolean =
conf.getConfString(IGNORE_MISSING_PARQUET_FIELD_ID, "false").toBoolean
+ def requiresDatetimeRebase(
Review Comment:
copied spec from
https://github.com/apache/spark/blob/v4.1.2/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceUtils.scala#L130-L177
--
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]