mihaibudiu commented on code in PR #4020:
URL: https://github.com/apache/calcite/pull/4020#discussion_r1823049857
##########
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:
Here is a quote from the postgres documentation:
https://www.postgresql.org/docs/16/datatype-datetime.html
> time, timestamp, and interval accept an optional precision value p which
specifies the number of fractional digits retained in the seconds field. By
default, there is no explicit bound on precision. The allowed range of p is
from 0 to 6.
--
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]