I want to put binary data as one column of the parquet file, I have a 40K bytes, and when using them as string(bytes), the size explodes to over 400K, I used Snappy.
Can you help me with it? What's the correct way to put binary data using this package?
Hi,
I want to put binary data as one column of the parquet file, I have a 40K bytes, and when using them as string(bytes), the size explodes to over 400K, I used Snappy.
Can you help me with it? What's the correct way to put binary data using this package?
Thanks