Commit 8bbb5d7
committed
PARQUET-789: Catch/translate ParquetExceptions in parquet::arrow::FileReader
I ran into this issue when debugging ARROW-406. I also changed the translated status type to `IOError` if that makes sense.
Author: Wes McKinney <wes.mckinney@twosigma.com>
Closes apache#201 from wesm/PARQUET-789 and squashes the following commits:
67a8c58 [Wes McKinney] Catch ParquetException in parquet::arrow FileReader::ReadFlatColumn/ReadFlatTable
Change-Id: Iedec3d68d1aa391ca10374ef97fffef7069b83741 parent 38416c4 commit 8bbb5d7
2 files changed
Lines changed: 15 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
205 | 209 | | |
206 | 210 | | |
207 | 211 | | |
208 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
209 | 217 | | |
210 | 218 | | |
211 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments