Hi,

I'm creating a Parquet file with a writer (a FileWriter based on a
ParquetFileWriter). The writer is created using a Schema and the
Schema itself was created from a list of Fields. Each of the fields
contains metadata and the schema itself also contains metadata. When I
examine the output of the file with `parquet-tools inspect --detail`
it shows the Schema metadata, but no field metadata.

I'm trying to figure out if the field metadata is being written or if
this is just an issue with seeing the data using the `paquet-tools`
program. Do I have to do something special to get metadata associated
with schema fields written to a parquet file? Or do I need to use some
other command to see field-level metadata?

Thanks,

-- 
Andrew Bell
andrew.bell...@gmail.com

Reply via email to