Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix getting views for Hive metastore 2.3+ #24466

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

imsayari404
Copy link
Contributor

@imsayari404 imsayari404 commented Jan 31, 2025

Fix getting views for Hive metastore

On certain databases (e.g. Derby, Oracle) it uses CLOB and these databases disallow = predicates over CLOB values. At the same time, they allow
LIKE predicates over them.

Cherry-pick of 179ffe4
Co-authored-by: Piotr Findeisen [email protected]

On certain databases (e.g. Derby, Oracle) it uses CLOB and these databases disallow `=` predicates over CLOB values. At the same time, they allow
`LIKE` predicates over them.

cherry-picked : trinodb/trino#833
@prestodb-ci prestodb-ci added the from:IBM PR from IBM label Jan 31, 2025
@imsayari404 imsayari404 marked this pull request as ready for review January 31, 2025 10:30
@imsayari404 imsayari404 requested a review from a team as a code owner January 31, 2025 10:30
Copy link
Contributor

@tdcmeehan tdcmeehan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please follow the instructions for Backport Commits in our commit standards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
from:IBM PR from IBM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants