WriteBuilder::with_input_execution_plan
does not apply the schema to the log's metadata fields
#2105
Labels
WriteBuilder::with_input_execution_plan
does not apply the schema to the log's metadata fields
#2105
Environment
Delta-rs version:
0.17.0 (61ca275)
Binding:
Environment:
Bug
WriteBuilder::with_input_execution_plan
does not properly update the schema the same way thatwith_input_batches
does.When using
with_input_execution_plan
, the schema is completely dropped & the table is unusable.What you expected to happen:
The schema is preserved in the same way that using
with_input_batches
doesHow to reproduce it:
More details:
If i collect the batches manually instead of using
with_input_execution_plan
, everything works as expectedThe text was updated successfully, but these errors were encountered: