How to specify data type of Parquet.Net's parquet writer?
I'm trying to develop a converter from csv/xml to parquet file with Winform (.NET 6). I have to determine my data as BYTE_ARRAY (also known Binary in Parquet, i guess) I used this repo as pathfinder: (https://github.com/AKarpetc/CsvToParquetConverter)
In a nutshell: How to specify data type of Parquet.Net's parquet writer?
Thanks in advance