[Bug]: Function or operator 'bin' will be implemented in future version
Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
Environment
- Version or commit-id (e.g. v0.1.0 or 8b23a93):
- Hardware parameters:
- OS type:
- Others:
Actual Behavior
[ERROR] [SCRIPT FILE]: /Users/pengzhen/Documents/GitHub/matrixone/test/cases/function/func_string_findinset.test [ROW NUMBER]: 4 [SQL STATEMENT]: select bin(concat_ws(" ",find_in_set('b','a,b,c,d'))); [EXPECT RESULT]: bin(concat_ws(" ",find_in_set('b','a,b,c,d'))) 10 [ACTUAL RESULT]: Function or operator 'bin' will be implemented in future version.
Expected Behavior
No response
Steps to Reproduce
No response
Additional information
No response
The function bin is wrong and contributed by an external author who have not fix it. So in migration plan, we decide to migrate it after it is fixed. Now, it is in plan1.
ok for 0.6
mysql> select bin(concat_ws(" ",find_in_set('b','a,b,c,d'))); +--------------------------------------------+ | bin(concat_ws( , find_in_set(b, a,b,c,d))) | +--------------------------------------------+ | 10 | +--------------------------------------------+ 1 row in set (0.00 sec)
Hello @daviszhen. The bug issue in the BVT test code has not been removed,issues automatically open.
[sudong@mo-srv-128 test]$ grep -r "#3657" cases/ cases/function/func_string_findinset.test:-- @bvt:issue#3657
@daviszhen only issue owner is can close an issue.
it was fixed.