diff --git a/tests/fast/spark/test_spark_types.py b/tests/fast/spark/test_spark_types.py index 3f8f1cfd..c9bd12ee 100644 --- a/tests/fast/spark/test_spark_types.py +++ b/tests/fast/spark/test_spark_types.py @@ -63,7 +63,8 @@ def test_all_types_schema(self, spark): struct_of_fixed_array, fixed_array_of_int_list, list_of_fixed_int_array, - bignum + bignum, + geometry ) from test_all_types() """ )