-
Notifications
You must be signed in to change notification settings - Fork 5.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
radians
function with <>
operator returns incorrect result
#57661
Labels
affects-8.5
This bug affects the 8.5.x(LTS) versions.
component/executor
fuzz/comp
Issues found by comp fuzz test.
impact/wrong-result
severity/major
type/bug
The issue is confirmed as a bug.
type/regression
Comments
/label affects-8.5 |
radians
function with <>
operator returns incorrect valueradians
function with <>
operator returns incorrect result
13 tasks
/remove-label may-affects-5.4 |
/assign @gengliqi |
This was referenced Nov 25, 2024
This was referenced Nov 25, 2024
/label fuzz/comp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-8.5
This bug affects the 8.5.x(LTS) versions.
component/executor
fuzz/comp
Issues found by comp fuzz test.
impact/wrong-result
severity/major
type/bug
The issue is confirmed as a bug.
type/regression
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
Empty set
v8.4.0 can return correctly, this is a regression
3. What did you see instead (Required)
+------+---------------------+
| col1 | radians(col1) |
+------+---------------------+
| 23 | 0.40142572795869574 |
+------+---------------------+
4. What is your TiDB version? (Required)
Release Version: v8.5.0-alpha-201-g6e22b8cb13
Edition: Community
Git Commit Hash: 6e22b8c
Git Branch: HEAD
UTC Build Time: 2024-11-22 09:09:32
GoVersion: go1.23.3
Race Enabled: false
Check Table Before Drop: false
Store: tikv
The text was updated successfully, but these errors were encountered: