strongduanmu commented on PR #4424: URL: https://github.com/apache/calcite/pull/4424#issuecomment-2986199961
In addition, I tested the MySQL UNSIGNED types locally by writing a Calcite JDBC Demo. These types can be returned normally without throwing a NumberOutOfRange exception. ``` 08:55:37.989 [main] INFO com.strongduanmu.database.mysql.MySQLUnsignedTypeDev - ColumnLabel: tiny_id, ColumnValue: 255 08:55:37.989 [main] INFO com.strongduanmu.database.mysql.MySQLUnsignedTypeDev - ColumnLabel: small_id, ColumnValue: 65535 08:55:37.989 [main] INFO com.strongduanmu.database.mysql.MySQLUnsignedTypeDev - ColumnLabel: medium_id, ColumnValue: 16777215 08:55:37.989 [main] INFO com.strongduanmu.database.mysql.MySQLUnsignedTypeDev - ColumnLabel: int_id, ColumnValue: 4294967295 08:55:37.989 [main] INFO com.strongduanmu.database.mysql.MySQLUnsignedTypeDev - ColumnLabel: big_id, ColumnValue: 18446744073709551615 ``` -- 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]
