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!