libenchao commented on code in PR #2868:
URL: https://github.com/apache/calcite/pull/2868#discussion_r1010047620
##########
core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java:
##########
@@ -2303,7 +2303,7 @@ public class SqlStdOperatorTable extends
ReflectiveSqlOperatorTable {
*/
public static final SqlAggFunction PERCENTILE_DISC =
SqlBasicAggFunction
- .create(SqlKind.PERCENTILE_DISC, ReturnTypes.DOUBLE,
+ .create(SqlKind.PERCENTILE_DISC, ReturnTypes.PERCENTILE_DISC,
Review Comment:
The java doc should also be adjusted.
--
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]