Julian Hyde created HIVE-9129: --------------------------------- Summary: Migrate to newer Calcite snapshot, where ByteString is now in org.apache.calcite.avatica.util Key: HIVE-9129 URL: https://issues.apache.org/jira/browse/HIVE-9129 Project: Hive Issue Type: Bug Reporter: Julian Hyde
ByteString has moved from org.apache.calcite.avatica to org.apache.calcite.avatica.util. To ease the migration, I have added a shim method RexLiteral.byteValue(), so that ASTBuilder does not need to reference ByteString explicitly. The attached patch allows Hive to run against avatica-1.0.0-incubating-SNAPSHOT both before and after the change. -- This message was sent by Atlassian JIRA (v6.3.4#6332)