-
Notifications
You must be signed in to change notification settings - Fork 126
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
SNOW-1416000 Structure types array null handling #1179
SNOW-1416000 Structure types array null handling #1179
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1179 +/- ##
==========================================
- Coverage 83.01% 82.59% -0.43%
==========================================
Files 54 54
Lines 12658 12815 +157
==========================================
+ Hits 10508 10584 +76
- Misses 2150 2231 +81 ☔ View full report in Codecov by Sentry. |
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Description
SNOW-1416000 Added new context option that makes values within arrays be parsed to sql.NullXYZ types, allowing for handling nulls in the data.
Checklist