You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/05/12 10:42:00 UTC

[jira] [Work logged] (HIVE-25106) Do not exclude avatica and protobuf for Iceberg

     [ https://issues.apache.org/jira/browse/HIVE-25106?focusedWorklogId=595202&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-595202 ]

ASF GitHub Bot logged work on HIVE-25106:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 12/May/21 10:41
            Start Date: 12/May/21 10:41
    Worklog Time Spent: 10m 
      Work Description: lcspinter merged pull request #2260:
URL: https://github.com/apache/hive/pull/2260


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 595202)
    Remaining Estimate: 0h
            Time Spent: 10m

> Do not exclude avatica and protobuf for Iceberg
> -----------------------------------------------
>
>                 Key: HIVE-25106
>                 URL: https://issues.apache.org/jira/browse/HIVE-25106
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Marton Bod
>            Assignee: Marton Bod
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> When running tests from the IDE, the current dependency exclusions in the hive-iceberg pom can result in:
> {code:java}
> Caused by: java.lang.ClassNotFoundException: com.google.protobuf.GeneratedMessageV3 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ... 62 more
>  
> {code}
> and
> {code:java}
>  Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.calcite.avatica.ConnectionPropertiesImpl at org.apache.calcite.avatica.MetaImpl.<init>(MetaImpl.java:72) at org.apache.calcite.jdbc.CalciteMetaImpl.<init>(CalciteMetaImpl.java:85) at org.apache.calcite.jdbc.Driver.createMeta(Driver.java:169) at org.apache.calcite.avatica.AvaticaConnection.<init>(AvaticaConnection.java:121){code}
> {{}}
> when running {{testCBOWithSelectedColumnsOverlapJoin}} and {{testCBOWithSelectedColumnsNonOverlapJoin}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)