You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please see the [Arrow Spec](https://github.com/apache/arrow/blob/081b4022fe6f659d8765efc82b3f4787c5039e3c/format/Schema.fbs#L409-L415) for more details
274
274
@@ -290,9 +290,9 @@ representation which is fast and efficient, but leads
290
290
to potentially surprising results.
291
291
292
292
For example a
293
-
`IntervalMonthDayNano` of `1 month` will compare as **greater** than a
294
-
`IntervalMonthDayNano` of `100 days` because the binary representation of `1 month`
295
-
is larger than the binary representation of 100 days.
293
+
`IntervalMonthDayNano` of `1 month` will compare as **less** than a
294
+
`IntervalMonthDayNano` of `1 days` because the binary representation of `1 month`
295
+
is smaller than the binary representation of 1 days.
0 commit comments