Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.37.0
-
None
Description
As code review comment in https://github.com/apache/calcite/pull/3799.
Execute SQL :
select cast(product_id as char) from product
Expected MySQL SQL should be:
select cast(product_id as char) from product
But is:
select cast(product_id as char(1)) from product
Attachments
Issue Links
- links to