Commit f9ee82d
fix: Add np.ndarray support in nested collection proto conversion and clarify placeholder pyarrow type
- Add np.ndarray to isinstance check in _convert_nested_collection_to_proto
to fix KeyError for 3+ level nesting during materialization (PyArrow produces
np.ndarray, not Python list)
- Add comment clarifying VALUE_LIST/VALUE_SET placeholder in feast_value_type_to_pa
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e558c81 commit f9ee82d
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1088 | 1088 | | |
1089 | 1089 | | |
1090 | 1090 | | |
1091 | | - | |
| 1091 | + | |
| 1092 | + | |
1092 | 1093 | | |
1093 | 1094 | | |
1094 | 1095 | | |
| |||
1765 | 1766 | | |
1766 | 1767 | | |
1767 | 1768 | | |
| 1769 | + | |
| 1770 | + | |
1768 | 1771 | | |
1769 | 1772 | | |
1770 | 1773 | | |
| |||
0 commit comments