Commit 4015c41
Disable parquet vectored reads to fix gcs-connector incompatibility
gcs-connector 3.1.16 calls VectoredReadUtils.validateRangeRequest
expecting a void return, but hadoop-common 3.4.3 changed the return
type to FileRange, causing NoSuchMethodError when parquet-hadoop
attempts vectored reads through GoogleHadoopFileSystem.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b6aad90 commit 4015c41
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
0 commit comments