fix(python): crash when schema contains nested fixed_size_list or extension type#6107
Conversation
PR ReviewGood bugfix — the recursive Two items to consider: P1: Top-level field metadata not checked
for field in self.ds.schema:
if _needs_substrait_placeholder(field.type): # only inspects the DataTypeIf a top-level schema field itself has residual P1: Unrelated
|
112b1cc to
72f40d6
Compare
…nested types with placeholders Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
72f40d6 to
48cf773
Compare
Closes #6106
AI Disclaimer: I have used Claude Code to help draft this PR and have manually reviewed its contents.