[FEA] Support reading binary data types from Parquet as binary (not strings) #5416
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
Is your feature request related to a problem? Please describe.
Currently we support reading binary as String from parquet if the schema is specifically specified and the parquet file schema is binary type. But CUDF doesn't support reading those binary columns as binary. Once CUDF supports it we should add support and tests on the plugin side.
The text was updated successfully, but these errors were encountered: