-
Notifications
You must be signed in to change notification settings - Fork 81
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
Plot builder doesn't work #3356
Labels
bug
Something isn't working
Comments
@dsmmcken I'm unable to reproduce this using the following two tables:
@dsmmcken what is the source table you used for this? |
I used timestamp and myint from complex ticking, and it is still reproducable, but interestingly your example tables are not. |
Interesting. Seems to be crashing because of the
Couple things to note:
|
mofojed
added a commit
to mofojed/deephaven-core
that referenced
this issue
Jan 25, 2023
- Boolean was encoded as a ByteArrayColumnData in WebBarrageUtils. Converting to an Int was causing a class cast exception - Use a BooleanArrayColumnData for encoding boolean data instead (BooleanArrayColumnData wasn't being used anywhere) - Just check for null values, then check the boolean value - Fixes deephaven#3356
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Expected:
Plot opens
Actual:
Plot spins forever
The text was updated successfully, but these errors were encountered: