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

[FATAL] [lib.rs:477] ["called Result::unwrap() on an Err value: TryFromIntError(())"] #51547

Closed
sayJason opened this issue Mar 6, 2024 · 0 comments · Fixed by #51586
Closed

Comments

@sayJason
Copy link

sayJason commented Mar 6, 2024

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

CREATE TABLE t1 (c1 decimal);
INSERT INTO t1 VALUE (1);
SELECT c1 FROM t1 WHERE 1 MEMBER OF (BINARY c1);

2. What did you expect to see? (Required)

The server did not crash.

3. What did you see instead (Required)

The server crashed.

4. What is your TiDB version? (Required)

Release Version: v8.0.0-alpha-393-ga5a3712
Edition: Community
Git Commit Hash: a5a3712
Git Branch: HEAD
UTC Build Time: 2024-03-05 12:13:32
GoVersion: go1.21.4
Race Enabled: false
Check Table Before Drop: false
Store: tikv

@sayJason sayJason added the type/bug This issue is a bug. label Mar 6, 2024
@YangKeao YangKeao self-assigned this Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants