-
Notifications
You must be signed in to change notification settings - Fork 80
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
QueryLanguageParser regression in the handling of inequalities inside of update_view
#5998
Labels
bug
Something isn't working
core
Core development tasks
devrel-watch
DevRel team is watching
query engine
Milestone
Comments
chipkent
added
bug
Something isn't working
triage
devrel-watch
DevRel team is watching
labels
Aug 28, 2024
chipkent
added a commit
to deephaven-examples/deephaven-ib
that referenced
this issue
Aug 28, 2024
chipkent
added a commit
to deephaven-examples/deephaven-ib
that referenced
this issue
Aug 28, 2024
Modify examples to avoid update_view regression : deephaven/deephaven-core#5998
The community user seemed to make this change to make it work: "SellOrder = PositionDollars > (-1 * MaxPositionDollars)", |
chipkent
added a commit
to deephaven-examples/deephaven-ib
that referenced
this issue
Aug 28, 2024
* Modify examples to avoid a known bug (deephaven/deephaven-core#5998) * Make the examples easier to change the account number
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
core
Core development tasks
devrel-watch
DevRel team is watching
query engine
I had a community user report that deephaven-ib example scripts were no longer working. After digging in, Deephaven seems to have introduced a regression in one of the recent releases. The following example works in
0.34
but fails in0.35
.Exception:
The code can be made to pass by changing:
to
The text was updated successfully, but these errors were encountered: