Skip to content

Commit fa770f8

Browse files
committed
add more comments
1 parent eeedd5b commit fa770f8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

LogicalTypes.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -550,9 +550,9 @@ are found during reading, they must be ignored.
550550
`4 years and 6 months`. It must annotate an `int32` that stores the total number
551551
of months as a signed integer, which represents the interval and can be negative.
552552

553-
While ANSI SQL systems typically restrict supported intervals to a range of ±10,000 years
554-
and enforce this constraint internally, the Parquet format does not impose
555-
any limitations on the interval values that may be stored.
553+
While ANSI SQL systems typically restrict supported intervals to a range of
554+
±10,000 years and enforce this constraint internally, the Parquet format
555+
does not impose any limitations on the interval values that may be stored.
556556

557557
#### DURATION
558558

@@ -564,10 +564,9 @@ duration. The duration is purely a measure of time and is independent of any tim
564564
The `DURATION` type takes `unit` as a parameter, and the value must be one of
565565
`MILLIS`, `MICROS` or `NANOS`.
566566

567-
`Duration` can be used to represent DayTime Intervals as defined by ANSI SQL. In this
568-
context, a duration of 1 day is strictly defined as 24 hours, regardless of the actual
569-
number of hours in a calendar day. For example, a 1-day duration is always equal to
570-
86,400,000,000 nanoseconds.
567+
`Duration` can be used to represent DayTime Intervals as defined by ANSI SQL. In
568+
this context, a duration of 1 day is strictly defined as 24 hours, regardless of
569+
the actual number of hours in a calendar day.
571570

572571
## Embedded Types
573572

0 commit comments

Comments
 (0)