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""