mihaibudiu commented on code in PR #4020:
URL: https://github.com/apache/calcite/pull/4020#discussion_r1819487867


##########
arrow/src/main/java/org/apache/calcite/adapter/arrow/ArrowFieldType.java:
##########
@@ -93,6 +95,10 @@ public static ArrowFieldType of(ArrowType arrowType) {
       }
     case Date:
       return DATE;
+    case Time:

Review Comment:
   these types in SQL have also precision, are you saying that is irrelevant in 
the translation? 



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

Reply via email to