Commit 00439d1
authored
### Rationale for this change
On OSS-Fuzz, generating the Parquet seed corpus would trigger a multiplication overflow when converting a Arrow seconds timestamp column to a Parquet milliseconds timestamp column.
### What changes are included in this PR?
Reduce range of input values when writing timestamps to the Parquet seed corpus.
### Are these changes tested?
Manually.
### Are there any user-facing changes?
No.
* GitHub Issue: #47655
Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
1 parent a91b264 commit 00439d1
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
150 | 154 | | |
151 | | - | |
| 155 | + | |
| 156 | + | |
152 | 157 | | |
153 | 158 | | |
154 | 159 | | |
| |||
0 commit comments