presto-hive-apache icon indicating copy to clipboard operation
presto-hive-apache copied to clipboard

Shaded version of Apache Hive for Presto

Results 12 presto-hive-apache issues
Sort by recently updated
recently updated
newest added

Bumps org.apache.hive:hive-exec from 3.0.0 to 3.1.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.hive:hive-exec&package-manager=maven&previous-version=3.0.0&new-version=3.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps org.apache.avro:avro from 1.10.1 to 1.11.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.avro:avro&package-manager=maven&previous-version=1.10.1&new-version=1.11.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 2.5.0 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...

dependencies

hive 4.0.0-alpha-1 added "engine" parameters for table metadata,so can we offer a new hive-apache jar for hive 4.0.0-alpha-1. Many thanks.

Only relocating the packages underneath `org.apache.commons` that are shaded so that others don't have their references relocated without the corresponding classes being shaded. Specifically, Avro depends on Apache Commons Compress...

Parquet 1.12.3 was released couple of months ago and it has some reliability improvements and Parquet encryption needed changes.

@dain @electrum here is my draft. Need to update presto parquet code namespaces when a new presto-hive-apache version is released

CLA Signed

As the commit https://github.com/prestodb/presto/commit/e313922f234948bfba27f9334905a750580d824f upgrades Parquet version to 1.10.0, there are duplicate and different resources build warnings in duplicate-finder-maven-plugin. The proposal is to upgrade Parquet version to 1.10.0 in presto-hive-apache...

This is to resolve the issue https://github.com/prestodb/presto-hive-apache/issues/36

Switch AVRO InstanceCache to use Caffeine cache The InstanceCache was made time based cache to workaround google/guava#2408 as a part of 1d2f31e. The time-based cache did not work for all...

CLA Signed