takeono commented on PR #7553: URL: https://github.com/apache/iceberg/pull/7553#issuecomment-1545002407
Hi, there. We are very much looking forward to this feature. BTW, since TimestampNTZType is mapped to LocalDateTime instead of Instant/OffsetDateTime, is there no need to handle LocalDateTime? https://spark.apache.org/docs/latest/sql-ref-datatypes.html For example, in the followings: https://github.com/apache/iceberg/blob/8865be48bcb20ce07972bf5176955d03a1347d27/spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/source/StructInternalRow.java#L142 https://github.com/apache/iceberg/blob/8865be48bcb20ce07972bf5176955d03a1347d27/spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/SparkFilters.java#L233 Thanks! -- 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]
