rdblue commented on code in PR #8067:
URL: https://github.com/apache/iceberg/pull/8067#discussion_r1282313165


##########
python/pyiceberg/utils/schema_conversion.py:
##########
@@ -64,11 +64,11 @@
 
 LOGICAL_FIELD_TYPE_MAPPING: Dict[Tuple[str, str], PrimitiveType] = {
     ("date", "int"): DateType(),
-    ("time-millis", "int"): TimeType(),
+    ("time-micros", "long"): TimeType(),

Review Comment:
   I'm fine either way. Eventually, we'll need to read files that were written 
for Hive and imported into an Iceberg table, so we are generally more 
permissive with reads. Since this is mostly about Iceberg metadata right now, 
we don't need to worry about it.



-- 
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]

Reply via email to