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

Implement Spark-compatible cast to/from binary type #377

Open
Tracked by #286
andygrove opened this issue May 3, 2024 · 2 comments
Open
Tracked by #286

Implement Spark-compatible cast to/from binary type #377

andygrove opened this issue May 3, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@andygrove
Copy link
Member

What is the problem the feature request solves?

#362 added some tests for casting to/from binary. Some pass and some are ignored because they currently fail.

This issue is for investigating the failures and either adding documentation to explain why we are incompatible, or making them compatible.

Describe the potential solution

No response

Additional context

No response

@mattharder91
Copy link
Contributor

I would like to work on this

@andygrove
Copy link
Member Author

Thanks @mattharder91. Feel free to break this down into smaller issues if needed e.g. string <-> binary, integers <-> binary and so on.

There is a little more info on binary -> string in #379. It looks this works for valid UTF-8 inputs but Spark allows non UTF-8 input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants