We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9841d commit e78f0c1Copy full SHA for e78f0c1
1 file changed
tests/fast/spark/test_spark_types.py
@@ -63,7 +63,8 @@ def test_all_types_schema(self, spark):
63
struct_of_fixed_array,
64
fixed_array_of_int_list,
65
list_of_fixed_int_array,
66
- bignum
+ bignum,
67
+ geometry
68
) from test_all_types()
69
"""
70
)
0 commit comments