lidavidm commented on code in PR #496:
URL: https://github.com/apache/parquet-format/pull/496#discussion_r2156133500
##########
LogicalTypes.md:
##########
@@ -521,7 +521,11 @@ as shown below.
</tr>
</table>
-### INTERVAL
+### INTERVAL types
+
+#### INTERVAL
+`INTERVAL` is *deprecated*. Please use `INTERVAL_YEAR_MONTH` and
`INTERVAL_DAY_TIME`
+as a more precise representation per [ANSI SQL
Standard](https://www.ibm.com/docs/en/informix-servers/14.10.0?topic=types-ansi-sql-standards-datetime-interval-values).
Review Comment:
I wouldn't say either IBM or Oracle are definitive on the ANSI SQL standard?
(The problem being that the spec is not freely available to any of us, so this
becomes a "trust what I'm saying" situation w.r.t the spec's wording...)
--
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]