Skip to content

Commit

Permalink
test: More parquet testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Mar 22, 2024
1 parent 4811dd5 commit b11e4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/temporal/batch_exports/s3_batch_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -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""
Expand Down

0 comments on commit b11e4cc

Please sign in to comment.