Commit 95a9395
fix: catch ValueError in parquet fallback for HF datasets compat
HF datasets raises ValueError (not just TypeError) when it encounters
unknown feature types in embedded parquet metadata. Catch both so the
PyArrow fallback triggers correctly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Ye Yu <yeyu@nvidia.com>1 parent 455759c commit 95a9395
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
721 | | - | |
| 721 | + | |
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
| |||
0 commit comments