Skip to content

Commit e78f0c1

Browse files
committed
fix spark test
1 parent 6f9841d commit e78f0c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/fast/spark/test_spark_types.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ def test_all_types_schema(self, spark):
6363
struct_of_fixed_array,
6464
fixed_array_of_int_list,
6565
list_of_fixed_int_array,
66-
bignum
66+
bignum,
67+
geometry
6768
) from test_all_types()
6869
"""
6970
)

0 commit comments

Comments
 (0)