-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
internal error: comparison overload not found (ge, unknown, unknown) #128889
Comments
Hi @suyZhong, please add branch-* labels to identify which branch(es) this C-bug affects. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
Hello, I am Blathers. I am here to help you get the issue triaged. Hoot - a bug! Though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here. I have CC'd a few people who may be able to assist you:
If we have not gotten back to your issue within a few business days, you can try the following:
🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
[triage] There may be some sentry issues related to this. |
Hi @suyZhong, thanks for the report! I can confirm that it reproduces on my machine. |
Describe the problem
The below test case causes an internal error in cockroachdb.
To Reproduce
Start the CockroachDB instance by using Docker.
docker run --name cockroachdb-test -p 10011:26257 -p 10012:8080 cockroachdb/cockroach:latest start-single-node --insecure
Execute below statements through
psql
Expected behavior
No internal error
Additional data / screenshots
Environment:
Additional context
Sorry that I might be responsible for these issues: #128738
I wasn't aware that the internal errors will automatically reported and also somehow ignored them.
Add any other context about the problem here.
Jira issue: CRDB-41260
The text was updated successfully, but these errors were encountered: