Skip to content

Commit

Permalink
use module directly
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Nov 4, 2023
1 parent c5d44ee commit 69dfbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/deltalake/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def validate_batch(batch: pa.RecordBatch) -> pa.RecordBatch:
if file_options is not None:
file_options.update(use_compliant_nested_type=False)
else:
file_options = pa.dataset.ParquetFileFormat().make_write_options(
file_options = ds.ParquetFileFormat().make_write_options(
use_compliant_nested_type=False
)

Expand Down

0 comments on commit 69dfbed

Please sign in to comment.