Description
Hello everyone, I found that when performing the following sql verification, I will be prompted that the UTF8MB4 field cannot be found in the table, but after reading the source code calcite is built-in to support this convert function, is it not fully implemented yet?
SQL is as follows:
select convert(name using utf8mb4) from test b where name = '4'
Error Message:
Attachments
Issue Links
- duplicates
-
CALCITE-111 Support CONVERT function, for changing character sets
- Closed