alex-plekhanov commented on a change in pull request #9927:
URL: https://github.com/apache/ignite/pull/9927#discussion_r840564192
##########
File path:
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/util/TypeUtils.java
##########
@@ -168,7 +170,18 @@ private static RelDataType createRowType(IgniteTypeFactory
typeFactory, List<Rel
}
/** */
- public static RelDataType sqlType(IgniteTypeFactory typeFactory,
RelDataType rowType) {
+ public static RelDataType sqlType(IgniteTypeFactory typeFactory, Class<?>
cls, int precesion, int scale) {
Review comment:
Thanks, fixed
--
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]