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

partition_by.proxy.update_view can spin forever instead of throwing an exception #5697

Open
devonpallison opened this issue Jun 28, 2024 · 0 comments
Labels
bug Something isn't working triage

Comments

@devonpallison
Copy link
Contributor

Description

If I run

PEL = db.live_table("DbInternal", "ProcessEventLog").where("Date = today()").partition_by("ProcessInfoId").proxy().update_view("X = i")

the query spins forever instead of raising an error.

Contrast with

PEL = db.live_table("DbInternal", "ProcessEventLog").where("Date = today()").update_view("X = i")

which results in the below IAE

  • RuntimeError: java.lang.IllegalArgumentException: Formula 'i' uses i, ii, k, or column array variables
@devonpallison devonpallison added bug Something isn't working triage labels Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant