From b11e4cc667ac6946f765ceb67cd714e883af7f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Far=C3=ADas=20Santana?= Date: Wed, 20 Mar 2024 18:40:12 +0100 Subject: [PATCH] test: More parquet testing --- posthog/temporal/batch_exports/s3_batch_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/temporal/batch_exports/s3_batch_export.py b/posthog/temporal/batch_exports/s3_batch_export.py index 2944c3d773523..26a711e8acedc 100644 --- a/posthog/temporal/batch_exports/s3_batch_export.py +++ b/posthog/temporal/batch_exports/s3_batch_export.py @@ -678,7 +678,7 @@ class JsonType(pa.ExtensionType): """Type for JSON binary strings.""" def __init__(self): - super().__init__(pa.binary(), "json") + super().__init__(pa.string(), "json") def __arrow_ext_serialize__(self): return b""