Skip to content

Commit a7c8370

Browse files
Fokkokevinjqliu
andauthored
Explicit is better than implicit
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
1 parent 265cf1f commit a7c8370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_reads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ def test_initial_default(catalog: Catalog, spark: SparkSession) -> None:
10381038
except NoSuchTableError:
10391039
pass
10401040

1041-
one_column = pa.table([pa.nulls(10, pa.int32())], ["some_field"])
1041+
one_column = pa.table([pa.nulls(10, pa.int32())], names=["some_field"])
10421042

10431043
tbl = catalog.create_table(identifier, schema=one_column.schema, properties={"format-version": "2"})
10441044

0 commit comments

Comments
 (0)