Skip to content

Commit 75643b4

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/formats.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const result = await qm
3939
| BOOLEAN | `bool` | |
4040
| BYTE_ARRAY (UTF8) | `utf8` | |
4141
| BYTE_ARRAY | `binary` | |
42-
| INT96 (timestamp) | `int64` | Converted |
42+
| FIXED_LEN_BYTE_ARRAY | `binary` | UUIDs, decimals |
4343

4444
### Compression
4545

0 commit comments

Comments
 (0)