Commit 2d2c99f
feat: enable decimals in CometFuzzDeltaSuite
Removes the DecimalType exclusion from the fuzz schema generator.
Unlike Iceberg (which excludes decimals due to iceberg-rust
FIXED_LEN_BYTE_ARRAY page-index limitations), Comet's Delta path
handles decimals correctly through the standard ParquetSource reader.
All 7 fuzz tests pass with decimals included (decimal(10,2) and
decimal(36,18) columns in the randomized schema).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 688b633 commit 2d2c99f
1 file changed
Lines changed: 1 addition & 5 deletions
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 81 | + | |
86 | 82 | | |
87 | 83 | | |
88 | 84 | | |
| |||
0 commit comments