arrow icon indicating copy to clipboard operation
arrow copied to clipboard

[C++][Parquet] Add JSON canonical extension type

Open asfimport opened this issue 3 years ago • 2 comments

As a BigQuery developer, I would like the Arrow libraries to support the JSON logical Type. This would enable us to use the JSON type in the Arrow format of our ReadAPI. This would also enable us to use the JSON type to export data from BigQuery to Parquet.

Reporter: Pradeep Gollakota Watchers: Rok Mihevc / @rok

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-17255. Please see the migration documentation for further details.

asfimport avatar Jul 29 '22 17:07 asfimport

David Li / @lidavidm: Hey - I made a guess at the components, but you may want to follow up on the mailing list ([email protected]) with some more details (e.g. what languages you want to support, at least initially, and any capabilities such an extension type would have, beyond just wrapping a string). There have been other such discussions on 'common' extension types like UUIDs.

asfimport avatar Jul 29 '22 18:07 asfimport

Rok Mihevc / @rok: This is one of the threads: https://lists.apache.org/thread/3nls3222ggnxlrp0s46rxrcmgbyhgn8t

asfimport avatar Jul 29 '22 22:07 asfimport

Issue resolved by pull request 13901 https://github.com/apache/arrow/pull/13901

pitrou avatar Sep 11 '24 10:09 pitrou