[ https://issues.apache.org/jira/browse/FLINK-38246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18014699#comment-18014699 ]
Sergey Nuyanzin commented on FLINK-38246: ----------------------------------------- Merged as [4aac6902dd012fa70fbc50dc5ae79921b991c21a|https://github.com/apache/flink/commit/4aac6902dd012fa70fbc50dc5ae79921b991c21a] > Remove unreachable code in CodeGenUtils > --------------------------------------- > > Key: FLINK-38246 > URL: https://issues.apache.org/jira/browse/FLINK-38246 > Project: Flink > Issue Type: Improvement > Components: Table SQL / Planner > Affects Versions: 2.1.0 > Reporter: morvenhuang > Assignee: morvenhuang > Priority: Minor > Labels: pull-request-available > Fix For: 2.2.0 > > > Code lineĀ > {code:java} > case INTERVAL_DAY_TIME => s"${className[JLong]}.hashCode($term)" {code} > in CodeGenUtils.hashCodeForType() is unreachable, this should be removed to > clean up dead code and suppress compiler warnings. -- This message was sent by Atlassian Jira (v8.20.10#820010)