We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Option::unwrap()
None
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.
The text was updated successfully, but these errors were encountered:
Could you please pass environment variable RUST_BACKTRACE=1 with restarting the Postgres? Then you could recheck the log.
RUST_BACKTRACE=1
This would show the backtrace for futher information.
Sorry, something went wrong.
No branches or pull requests
When executing a query on an hourly partitioned table using SELECT ... ORDER BY embedding <#> '[], we're encountering the following error:
Any insights into why this error might be occurring would be greatly appreciated.
The text was updated successfully, but these errors were encountered: