Jungtaek Lim created CALCITE-1418: ------------------------------------- Summary: SUBSTRING function with binary doesn't work Key: CALCITE-1418 URL: https://issues.apache.org/jira/browse/CALCITE-1418 Project: Calcite Issue Type: Bug Components: core Affects Versions: 1.9.0 Reporter: Jungtaek Lim Assignee: Jungtaek Lim
Calling SUBSTRING(binary FROM int) and SUBSTRING(binary FROM int FOR int) is failing. While failing it complains that there're no matching SqlFunctions.substring(ByteString, int) and SqlFunctions.substring(ByteString, int, int). Could be simple fix. -- This message was sent by Atlassian JIRA (v6.3.4#6332)