You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/07/01 07:05:32 UTC

[GitHub] [iceberg] sshkvar commented on a change in pull request #2757: Add support for reading/writing timestamps without timezone.

sshkvar commented on a change in pull request #2757:
URL: https://github.com/apache/iceberg/pull/2757#discussion_r662033480



##########
File path: spark/src/main/java/org/apache/iceberg/spark/SparkTypeToType.java
##########
@@ -147,7 +147,6 @@ public Type atomic(DataType atomic) {
 
     } else if (atomic instanceof TimestampType) {
       return Types.TimestampType.withZone();
-

Review comment:
       oops, sorry, fixed




-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org