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

Panic with planning executable pipeline locally for hybrid query #206

Open
sentry-io bot opened this issue Aug 21, 2024 · 1 comment
Open

Panic with planning executable pipeline locally for hybrid query #206

sentry-io bot opened this issue Aug 21, 2024 · 1 comment

Comments

@sentry-io
Copy link

sentry-io bot commented Aug 21, 2024

Sentry Issue: RAYEXEC-5Q

RuntimeError: unreachable executed
  at None (app:///_next/static/wasm/4e166bdbac15a012.wasm:wasm-function[4111]:0x5edcb4)
  at None (app:///_next/static/wasm/4e166bdbac15a012.wasm:wasm-function[5531]:0x6265f0)
  at None (app:///_next/static/wasm/4e166bdbac15a012.wasm:wasm-function[5499]:0x625bf4)
  at None (app:///_next/static/wasm/4e166bdbac15a012.wasm:wasm-function[6424]:0x63077e)
  at None (app:///_next/static/wasm/4e166bdbac15a012.wasm:wasm-function[281]:0x2278cd)
...
(5 additional frame(s) were not displayed)
@scsmithr
Copy link
Member

panicked at /Users/sean/Code/github.com/glaredb/rayexec/crates/rayexec_execution/src/execution/executable/planner.rs:300:59:
called `Option::unwrap()` on a `None` value

query:

 SELECT 
        COUNT(sales.sale_date),
        lookup.borough_name
    FROM 
        'https://raw.githubusercontent.com/GlareDB/tutorial_data/main/nyc_sales/sale_year%3D2022/sale_month%3D1/f55363e2587849bcb25c057be706c69d-0.parquet' sales
    JOIN 
        read_postgres(
            'postgresql://demo:[email protected]:5432/postgres', 
            'public',
            'borough_lookup'
        ) lookup
    ON sales.borough = lookup.borough_id
    GROUP BY lookup.borough_name

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

No branches or pull requests

1 participant