-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
fix: utf-16 json encoder support #28486
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - thanks for the fix
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #28486 +/- ##
===========================================
+ Coverage 60.48% 83.43% +22.94%
===========================================
Files 1931 521 -1410
Lines 76236 37429 -38807
Branches 8568 0 -8568
===========================================
- Hits 46114 31228 -14886
+ Misses 28017 6201 -21816
+ Partials 2105 0 -2105
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Looks like tests are failing ... |
indeed missed one integration test and also i see now some format issues, will fix both |
@mistercrunch - Fixed and tested locally both formats and integration tests |
@mistercrunch |
Co-authored-by: Eyal Ezer <[email protected]>
Co-authored-by: Eyal Ezer <[email protected]>
Co-authored-by: Eyal Ezer <[email protected]>
SUMMARY
Following the pessimistic json encoder fix and an issue reported in #28372 which fails to decode UTF-16 bytes in SQL Lab. Added UTF-16 encoding support for json serialization.