JuliaIO / Parquet.jl

Julia implementation of Parquet columnar file format reader
Other
116 stars 32 forks source link

Support for InlineStrings (from e.g. CSV.jl) #161

Open pcjentsch opened 2 years ago

pcjentsch commented 2 years ago

Tables with String columns created from CSV.jl occasionally have a column-type of InlineString when opened. It's not difficult to convert these to String and then write the table with Parquet.jl, but would it be possible to add native support for these types to Parquet.jl?

Thanks!