File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ def _iceberg_record_to_partition_spec(
129
129
) -> daft .recordbatch .RecordBatch | None :
130
130
partition_fields = iceberg_partition_spec_to_fields (self ._table .schema (), spec )
131
131
arrays = dict ()
132
- assert len (record . _position_to_field_name ) == len (partition_fields )
132
+ assert len (record ) == len (partition_fields )
133
133
for idx , pfield in enumerate (partition_fields ):
134
134
field = Field ._from_pyfield (pfield .field )
135
135
field_name = field .name
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ azure = []
29
29
deltalake = [" deltalake" ]
30
30
gcp = []
31
31
hudi = [" pyarrow >= 8.0.0" ]
32
- iceberg = [" pyiceberg >= 0.4 .0" , " packaging" ]
32
+ iceberg = [" pyiceberg >= 0.7 .0" , " packaging" ]
33
33
lance = [" lancedb" ]
34
34
numpy = [" numpy" ]
35
35
pandas = [" pandas" ]
You can’t perform that action at this time.
0 commit comments