From e78f0c1cf95c398d3a8d0dc91ec058ce42d45e4b Mon Sep 17 00:00:00 2001 From: Evert Lammerts Date: Thu, 9 Apr 2026 12:28:05 +0200 Subject: [PATCH] fix spark test --- tests/fast/spark/test_spark_types.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() """ )