[ 
https://issues.apache.org/jira/browse/FLINK-6433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16027957#comment-16027957
 ] 

Ted Yu commented on FLINK-6433:
-------------------------------

http://search-hadoop.com/m/Calcite/FR3K9Rk8b2wH4lO1?subj=Re+Expected+release+date+of+1+13+0

Looks like Calcite 1.13 is coming out in June.

> Unreachable code in SqlToRelConverter#visitCall()
> -------------------------------------------------
>
>                 Key: FLINK-6433
>                 URL: https://issues.apache.org/jira/browse/FLINK-6433
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API & SQL
>            Reporter: Ted Yu
>            Priority: Minor
>
> {code}
>       SqlFunction histogramOp = !ENABLE_HISTOGRAM_AGG
>         ? null
>         : getHistogramOp(aggOp);
>       if (histogramOp != null) {
> {code}
> Since ENABLE_HISTOGRAM_AGG is hardcoded as false, the if block wouldn't be 
> executed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to