-
Notifications
You must be signed in to change notification settings - Fork 393
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
Fixed #issue-70 related to get_json_object functionality for hive-serde #71
base: develop
Are you sure you want to change the base?
Conversation
I fixed this by adding String object inspector that would handle Json and tested it , it works, Look forward to your review and comments . |
I have recently reported a similar issue with get_json_object, then I merged with develop branch with pull request and its working perfectly. Is this eventually going to merge with developing branch ? |
This pull request is mostly formatting changes and can't be merged automatically. |
Apologies for inconvenience . My IDE messed up with formatting , but I did Let me know , Thanks, On 10 September 2014 23:29, Roberto Congiu [email protected] wrote:
|
This is a reworking of rcongiu#71 to update it to the new directory structure in 1.3
This is a reworking of rcongiu#71 to update it to the new directory structure in 1.3
This is a reworking of rcongiu#71 to update it to the new directory structure in 1.3
This should be closed via #90. |
This is a reworking of rcongiu#71 to update it to the new directory structure in 1.3
This issue is related to get_json_object does not work with hive serde on Json String unless one defines it as struct.
#70