morvenhuang created FLINK-38246:
-----------------------------------
Summary: 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
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)