Skip to content
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

DBArray's do not ser/deser to web UI #437

Closed
nbauernfeind opened this issue Apr 20, 2021 · 3 comments
Closed

DBArray's do not ser/deser to web UI #437

nbauernfeind opened this issue Apr 20, 2021 · 3 comments
Assignees

Comments

@nbauernfeind
Copy link
Member

Sample query:

t = emptyTable(10).update("I = i%2", "J = i").by("I")

The displayed table is empty/broken:
Screen Shot 2021-04-20 at 2 20 24 PM

I'd expect to see something like this:
Screen Shot 2021-04-20 at 2 20 56 PM

@nbauernfeind nbauernfeind added bug Something isn't working triage barrage grpc and removed bug Something isn't working triage labels Apr 20, 2021
@nbauernfeind nbauernfeind self-assigned this Apr 20, 2021
@niloc132
Copy link
Member

niloc132 commented Apr 20, 2021

Not supported in enterprise either, but easier to support in OSS now, once we rebuild how js api subscriptions work. I'm lump this into #188, third section.

(that is, the server pre-chews this by calling toString() on it)

@nbauernfeind
Copy link
Member Author

It's possible the real problem is that the schema must not be advertising the toString()'d aspect of the column. I noticed the same thing for a random Object column; which should be an easy fix then. (i.e. we should at least cheat for now)

@niloc132
Copy link
Member

Yeah - we do want that too, but if DbArray or whatever shows up in the arrow payload as a array of int32s, it should be pretty easy as part of #188 to digest that and offer it to the user, even as a client-side tostring of the payload

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants