zstan commented on code in PR #13274:
URL: https://github.com/apache/ignite/pull/13274#discussion_r3466932831
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/type/IgniteTypeSystem.java:
##########
@@ -33,14 +33,22 @@ public class IgniteTypeSystem extends RelDataTypeSystemImpl
implements Serializa
/** Singleton instance. */
public static final RelDataTypeSystem INSTANCE = new IgniteTypeSystem();
- /** {@inheritDoc} */
- @Override public int getMaxNumericScale() {
- return Short.MAX_VALUE;
+ @Override public int getMaxScale(SqlTypeName typeName) {
Review Comment:
getMaxNumericScale\getMaxNumericPrecision - deprecated and moved to final
notation
--
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]