Commit 75643b4
committed
docs: fix Parquet type table — remove false INT96 claim, add FIXED_LEN_BYTE_ARRAY
INT96 was documented as "Converted to int64" but the code has no case for
physical type 3 — it falls through to binary. Removed the false claim.
Added FIXED_LEN_BYTE_ARRAY (physical type 7) which is handled but wasn't
documented.1 parent 884262b commit 75643b4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments