-
Notifications
You must be signed in to change notification settings - Fork 25
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
[python] Enable Unicode non-indexed columns #777
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.
🚀
Codecov ReportBase: 70.07% // Head: 78.56% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #777 +/- ##
==========================================
+ Coverage 70.07% 78.56% +8.48%
==========================================
Files 70 30 -40
Lines 3586 2011 -1575
==========================================
- Hits 2513 1580 -933
+ Misses 1073 431 -642
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Issue and/or context:
Fixes #415
With the release of TileDB 2.14, UTF-8 is fully supported in Array
attributes
. Arraydimensions
continue to be ASCII only at this time.Changes:
value_filter
functions correctly on unicode columnsNotes for Reviewer:
None