Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Apache.Arrow.Types.BinaryType #7086

Open
piyushdubey opened this issue Mar 20, 2024 · 0 comments
Open

Add support for Apache.Arrow.Types.BinaryType #7086

piyushdubey opened this issue Mar 20, 2024 · 0 comments
Labels
untriaged New issue has not been triaged

Comments

@piyushdubey
Copy link

piyushdubey commented Mar 20, 2024

System Information (please complete the following information):

  • Window 11
  • Microsoft.Data.Analysis v0.21.1
  • .Net Framework 4.7.2

Describe the bug
I am getting the below exception

Unhandled exception. System.NotImplementedException: binary
at Microsoft.Data.Analysis.DataFrame.AppendDataFrameColumnFromArrowArray(Field field, IArrowArray arrowArray, DataFrame ret, String fieldNamePrefix)
at Microsoft.Data.Analysis.DataFrame.FromArrowRecordBatch(RecordBatch recordBatch)
at Program.

To Reproduce
Take a .arrow file with one column of type Apache.Arrow.Types.BinaryType
var dataframe = DataFrame.FromArrowRecordBatch(recordBatch);
It will throw above exception

Expected behavior
The record batch should transform to DataFrame with appropriate type to handle binary

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged label Mar 20, 2024
@piyushdubey piyushdubey changed the title Add support for Apache.Arrow.Types.Binary Add support for Apache.Arrow.Types.BinaryType Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
untriaged New issue has not been triaged
Projects
None yet
Development

No branches or pull requests

1 participant