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:478] ["range end index 4 out of range for slice of length 3"] #56494

Open
sayJason opened this issue Oct 9, 2024 · 0 comments

Comments

@sayJason
Copy link

sayJason commented Oct 9, 2024

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

CREATE TABLE t1 (c1 bit(24));
INSERT IGNORE t1 (c1) VALUES (b'100011111100001110010100001000000101000011011100000011010001110');
SELECT c1 FROM t1 WHERE FALSE NOT LIKE CONVERT(c1, CHAR);

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

Execute without crash

3. What did you see instead (Required)

Crash down the server

4. What is your TiDB version? (Required)

Release Version: v8.3.0
Edition: Community
Git Commit Hash: 1a0c3ac
Git Branch: HEAD
UTC Build Time: 2024-08-20 10:13:01
GoVersion: go1.21.10
Race Enabled: false
Check Table Before Drop: false
Store: tikv

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

No branches or pull requests

2 participants