-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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 |
ti-chi-bot
bot
added
severity/major
impact/wrong-result
type/regression
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
affects-8.5
This bug affects the 8.5.x(LTS) versions.
may-affects-7.1
may-affects-7.5
may-affects-8.1
may-affects-8.5
and removed
may-affects-8.5
labels
Nov 25, 2024
apollodafoni
changed the title
Nov 25, 2024
radians
function with <>
operator returns incorrect valueradians
function with <>
operator returns incorrect result
13 tasks
/remove-label may-affects-5.4 |
ti-chi-bot
bot
removed
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
may-affects-8.1
labels
Nov 25, 2024
/assign @gengliqi |
This was referenced Nov 25, 2024
This was referenced Nov 25, 2024
/label fuzz/comp |
# for free
to join this conversation on GitHub.
Already have an account?
# 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: