dom93dd commented on issue #10254:
URL: https://github.com/apache/iceberg/issues/10254#issuecomment-2085402094

   @nastra Do you mean those two deps?:
   
   ```
   <dependency>
        <groupId>org.apache.hive</groupId>
        <artifactId>patched-iceberg-core</artifactId>
        <version>patched-1.4.3-4.0.0</version>
   </dependency>
   <dependency>
        <groupId>org.apache.hive</groupId>
        <artifactId>patched-iceberg-api</artifactId>
        <version>patched-1.4.3-4.0.0</version>
   </dependency>
   ```
   
   Even when using that, I get the error for the shading (missing function of 
fasterxml mapper).
   
   I need to use this dependency to resolve the missing underscores in 
HiveCatalog:
   
   ```
   <dependency>
        <groupId>org.apache.hive</groupId>
        <artifactId>hive-iceberg-catalog</artifactId>
        <version>4.0.0</version>
   </dependency>
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to