-
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] Unicode data generates error upon write to dataframe #415
Comments
See #274 -- it is correct that we do not support writes of non-ASCII data to TileDB-SOMA at present. This is pending true Unicode support in TileDB Core. |
FYI: writes succeeded until last week, when it started generating errors - not sure how. or what was actually stored. |
@maniarathi @bkmartinjr I believe this is a duplicate of #274 |
Potentially - the description in #274 is a bit unclear to me. But as long as "support Unicode in attributes, including value_filter'ing" is the intent, OK w/ me to close as dup. |
@bkmartinjr I assert that these are the same. I closed #274 in favor of this one. |
@maniarathi I see your assign to @bkmartinjr -- I'm happy to help here as well as I was deep in this last year. Also note that much of this is core work within TileDB; mainly here we will be merging/validating a core release. |
🚀 |
Creating a dataframe with a
string
column works fine, but when you try to write to it, it generates an error. It also appears there is no unit test for this, which would be a nice addition.See #420 for an example unit test (currently marked
xfail
).Test case:
Output:
The text was updated successfully, but these errors were encountered: