pitrou commented on code in PR #496:
URL: https://github.com/apache/parquet-format/pull/496#discussion_r2161113757
##########
LogicalTypes.md:
##########
@@ -521,7 +521,12 @@ as shown below.
</tr>
</table>
-### INTERVAL
+### Interval types
+
+#### INTERVAL
+
+`INTERVAL` is *deprecated*. Please use `INTERVAL_YEAR_MONTH` and
`INTERVAL_DAY_TIME`
Review Comment:
Ok, I read your comment there and I think you're right. The new type is less
trivially convertible from Arrow's month_day_nano, though.
--
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]