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

Py UDF's call of eval(annotation_str) crashes in Py 3.8/3.9 on to_j_instant #5226

Closed
jmao-denver opened this issue Mar 6, 2024 · 0 comments · Fixed by #5227
Closed

Py UDF's call of eval(annotation_str) crashes in Py 3.8/3.9 on to_j_instant #5226

jmao-denver opened this issue Mar 6, 2024 · 0 comments · Fixed by #5227
Assignees
Labels
bug Something isn't working python-server-side

Comments

@jmao-denver
Copy link
Contributor

To reproduce:

from deephaven import time_table
from deephaven.time import to_j_instant

result = time_table("PT1S").update_view("Instant = to_j_instant(Timestamp)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python-server-side
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant