Open Adenialzz opened 1 year ago
I want to use datapipe to read parquet files in which image is stored as binary. But I got error:
NotImplementedError: Unsupported Arrow type: binary
So I wonder does torcharrow support binary data type right now? If not, is there any plan to support more data types? Or is it possible to implement it myself? If not, is there any other solution for my case? Thanks in advance.
I want to use datapipe to read parquet files in which image is stored as binary. But I got error:
So I wonder does torcharrow support binary data type right now? If not, is there any plan to support more data types? Or is it possible to implement it myself? If not, is there any other solution for my case? Thanks in advance.