Commit 4731a12
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 94fadbd commit 4731a12
1 file changed
Lines changed: 1 addition & 1 deletion
| 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