-
Notifications
You must be signed in to change notification settings - Fork 138
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 explode map #383
Comments
Is this supported by Spark? If so, it should only be a mater of adding an implicit for
|
Of course it does. It produces 2 columns: key and value (comparing to existing implementation) |
Cool :) If you want to give this a try it should be fairly straightforward first contribution! |
I'm absolutely have no idea on how to implement this: level of knowledge about spark is too low |
@OlivierBlanvillain If that works for you I can make a PR |
* Allow Frameless to explode Map[A,B] Fixes #383 * Fix explodeMap implementation and add explodeMap tests * Change implicits ordering in explode functions Co-authored-by: Grigory Pomadchin <gr.pomadchin@gmail.com>
Currently, it looks like that explode on Maps won't work. Kindly add support
The text was updated successfully, but these errors were encountered: