laurentgo commented on a change in pull request #1311: [CALCITE-3187] Make 
decimal type inference overridable
URL: https://github.com/apache/calcite/pull/1311#discussion_r303750619
 
 

 ##########
 File path: 
core/src/main/java/org/apache/calcite/rel/type/RelDataTypeFactory.java
 ##########
 @@ -296,7 +297,8 @@ boolean useDoubleMultiplication(
    * @return the result type for a decimal division, or null if decimal
    * division should not be applied to the operands.
    */
-  @Deprecated // use RelDataTypeSystem#deriveDecimalDivideType instead.
+  /** @deprecated Use {@link RelDataTypeSystem#deriveDecimalDivideType} */
 
 Review comment:
   (javadoc) need to be merged with the previous javadoc section

----------------------------------------------------------------
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

Reply via email to