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

ERROR: called Option::unwrap() on a None value #614

Open
zmtbnv opened this issue Nov 14, 2024 · 1 comment
Open

ERROR: called Option::unwrap() on a None value #614

zmtbnv opened this issue Nov 14, 2024 · 1 comment

Comments

@zmtbnv
Copy link

zmtbnv commented Nov 14, 2024

When executing a query on an hourly partitioned table using SELECT ... ORDER BY embedding <#> '[], we're encountering the following error:

ERROR: called `Option::unwrap()` on a `None` value

Any insights into why this error might be occurring would be greatly appreciated.

@cutecutecat
Copy link
Member

Could you please pass environment variable RUST_BACKTRACE=1 with restarting the Postgres? Then you could recheck the log.

This would show the backtrace for futher information.

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

2 participants