justtraveller opened a new issue, #22344: URL: https://github.com/apache/shardingsphere/issues/22344
Is there a reason why castType is missing UNSIGNED INTEGER and SIGNED INTEGER ? https://github.com/apache/shardingsphere/blob/163a4bd2b863435bb69cc1181035e79d4335b5ad/sql-parser/dialect/mysql/src/main/antlr4/imports/mysql/BaseRule.g4#L1017 They are defined in dataType. https://github.com/apache/shardingsphere/blob/163a4bd2b863435bb69cc1181035e79d4335b5ad/sql-parser/dialect/mysql/src/main/antlr4/imports/mysql/BaseRule.g4#L1161 I apologize if this question has already been answered, I couldn't find this information anywhere. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
