-
Notifications
You must be signed in to change notification settings - Fork 36
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
Support Struct Conversion when reading Arrow data #114
Comments
Hi @grundprinzip, I’m new to Spark Connect Go, but want to start contributing. I’d like to take this up if it’s still available. |
Absolutely, please feel free to submit a PR! |
Great, thank you, will do! I was wondering about how to implement this dynamically when the structs schema is unknown. Would it make sense to convert them into a |
I think map[string]any is probably better because the receiver will have a hard time expecting the struct the right way. |
The following query fails:
with the error:
The text was updated successfully, but these errors were encountered: