[ https://issues.apache.org/jira/browse/HIVE-9129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Julian Hyde updated HIVE-9129: ------------------------------ Attachment: HIVE-9129.1.patch > 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 > Attachments: HIVE-9129.1.patch > > > 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)