-
Notifications
You must be signed in to change notification settings - Fork 71
Description
Recently, @emkornfield asked apache/parquet-site#153 (comment)
Just wanted to check for JSON and BSON other engines do support this with the caveat that they just pass through. Does polars not support them at all?
This was in the context of if polars supported a particular operation on such files However, there were no such files I could find in the parquet-testing repo that I could check with.
Thus I would like some example parquet files with JSON and BSON logical types, as specified https://parquet.apache.org/docs/file-format/types/logicaltypes/
These should be small files and come with a small readme that explains how they were created and what they contain
This would also help others implementing parquet to test their implementations with such files