danny0405 commented on issue #1299: [CALCITE-3100] cast(? as DATE) won't work with PreparedStatement URL: https://github.com/apache/calcite/pull/1299#issuecomment-509868789 @yuqi1129 The best way i can think of is to merge in the expressions of `CAST` operator, because we know the physicalType and logicalType, we may need to know what type the JDBC `DataConext` returns and use the cast expressions to bridge them.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
