julianhyde commented on code in PR #4947:
URL: https://github.com/apache/calcite/pull/4947#discussion_r3250467145
##########
core/src/main/java/org/apache/calcite/sql/type/BasicSqlType.java:
##########
@@ -76,6 +76,20 @@ public BasicSqlType(RelDataTypeSystem typeSystem,
SqlTypeName typeName,
int precision) {
this(typeSystem, typeName, false, precision, SCALE_NOT_SPECIFIED, null,
null);
+ }
+
+ /**
+ * Constructs a type with precision/length and scale.
Review Comment:
The javadoc on this constructor is identical to that on the previous
constructor. And it doesn't describe what this constructor does.
--
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]