Skip to content

Commit 3a14e5f

Browse files
cleanup: remove dead comment
1 parent 8465f01 commit 3a14e5f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyiceberg/io/pyarrow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2848,7 +2848,6 @@ def _determine_partitions(spec: PartitionSpec, schema: Schema, arrow_table: pa.T
28482848

28492849
unique_partition_fields = arrow_table.select(partition_fields).group_by(partition_fields).aggregate([])
28502850

2851-
# TODO: As a next step, we could also play around with yielding instead of materializing the full list
28522851
for unique_partition in unique_partition_fields.to_pylist():
28532852
partition_key = PartitionKey(
28542853
field_values=[

0 commit comments

Comments
 (0)