Creating a Parquet file with a UUID field

2020-03-25 Thread Brad Smith
I recently read about the new UUID logical type introduced in parquet-format 2.4.0. I'm interested in trying it out, but I haven't been able to figure out how to make it work so far. For example, the code below uses the parquet-mr library to output a very simple test Parquet file with one string f

Re: Creating a Parquet file with a UUID field

2020-03-25 Thread Brad Smith
imitive type > without the logical type. > Feel free to file a jira for parquet-mr to implement it. > > Cheers, > Gabor > > On Wed, Mar 25, 2020 at 3:32 PM Brad Smith wrote: > > > I recently read about the new UUID logical type introduced in > > parquet-format 2.4.0

[jira] [Created] (PARQUET-1827) UUID type currently not supported by parquet-mr

2020-03-25 Thread Brad Smith (Jira)
Brad Smith created PARQUET-1827: --- Summary: UUID type currently not supported by parquet-mr Key: PARQUET-1827 URL: https://issues.apache.org/jira/browse/PARQUET-1827 Project: Parquet Issue Type