Merged
Conversation
37bc69c to
b1b5136
Compare
dain
approved these changes
Feb 11, 2019
findepi
reviewed
Feb 11, 2019
pom.xml
Outdated
Member
There was a problem hiding this comment.
Hive 3.0 and 3.1 are quite different with regards to timestamp.
Are you going to upgrade to Hive 3.1 later?
Member
Author
There was a problem hiding this comment.
Yes, but this is an easier intermediate step, needed now to fix the linked Parquet issue. I’m still working through the 3.1 update.
dain
approved these changes
Feb 11, 2019
b1b5136 to
e3bde09
Compare
e3bde09 to
08df1f2
Compare
imjalpreet
added a commit
to imjalpreet/presto
that referenced
this pull request
Mar 11, 2021
Fix TestOrcBatchPageSourceMemoryTracking unit test failures Fork BloomFilter class from org.apache.hive.common.util.BloomFilter Fix presto-orc plugin unit test failures Cherry-pick of trinodb/trino#57 (trinodb/trino#57) and trinodb/trino#203 (trinodb/trino#203) Co-authored-by: David Phillips <david@acz.org>
rschlussel
pushed a commit
to prestodb/presto
that referenced
this pull request
Mar 11, 2021
Fix TestOrcBatchPageSourceMemoryTracking unit test failures Fork BloomFilter class from org.apache.hive.common.util.BloomFilter Fix presto-orc plugin unit test failures Cherry-pick of trinodb/trino#57 (trinodb/trino#57) and trinodb/trino#203 (trinodb/trino#203) Co-authored-by: David Phillips <david@acz.org>
rice668
pushed a commit
to rice668/trino
that referenced
this pull request
Jan 31, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes reading from Parquet when no columns are selected.
Fixes #201
Depends on trinodb/trino-hive-apache#2