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

time type query <=> null failed #56744

Closed
apollodafoni opened this issue Oct 21, 2024 · 9 comments · Fixed by #56768
Closed

time type query <=> null failed #56744

apollodafoni opened this issue Oct 21, 2024 · 9 comments · Fixed by #56768
Assignees
Labels
affects-8.4 fuzz/comp Issues found by comp fuzz test. severity/major sig/execution SIG execution type/bug The issue is confirmed as a bug. type/regression

Comments

@apollodafoni
Copy link

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

create table lrr(`COL1` time DEFAULT NULL,`COL2` time DEFAULT NULL);
insert into lrr(col2) values("-229:53:34");
select * from lrr where col1 <=> null;

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

+------+------------+
| COL1 | COL2 |
+------+------------+
| NULL | -229:53:34 |
+------+------------+

3. What did you see instead (Required)

Empty set

4. What is your TiDB version? (Required)

Release Version: v8.4.0
Edition: Community
Git Commit Hash: 2205f33
Git Branch: HEAD
UTC Build Time: 2024-10-17 07:36:44
GoVersion: go1.23.2
Race Enabled: false
Check Table Before Drop: false
Store: tikv

@apollodafoni apollodafoni added the type/bug The issue is confirmed as a bug. label Oct 21, 2024
@apollodafoni
Copy link
Author

/severity major
/label affects-8.4

@apollodafoni
Copy link
Author

/assign @xzhangxian1008

@xzhangxian1008
Copy link
Contributor

/remove-label may-affects-5.4

@ti-chi-bot ti-chi-bot bot removed the may-affects-5.4 This bug maybe affects 5.4.x versions. label Oct 22, 2024
@xzhangxian1008
Copy link
Contributor

/remove-label may-affects-6.1

@xzhangxian1008
Copy link
Contributor

/remove-label may-affects-6.5

@xzhangxian1008
Copy link
Contributor

/remove-label may-affects-7.1

@xzhangxian1008
Copy link
Contributor

/remove-label may-affects-7.5

@xzhangxian1008
Copy link
Contributor

/remove-label may-affects-8.1

@apollodafoni
Copy link
Author

/label fuzz/comp

@ti-chi-bot ti-chi-bot bot added the fuzz/comp Issues found by comp fuzz test. label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-8.4 fuzz/comp Issues found by comp fuzz test. severity/major sig/execution SIG execution type/bug The issue is confirmed as a bug. type/regression
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants