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

Ignore failing Hive views during listing #21748

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

pajaks
Copy link
Member

@pajaks pajaks commented Apr 29, 2024

Description

In case of view error (e.g Table StorageDescriptor is null) listing is failing.
After this change HiveMetadata::getViews will filter out such views.

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text:

# Hive
* Fix failure when listing Hive views having unsupported syntax. ({issue}`21748`)

@cla-bot cla-bot bot added the cla-signed label Apr 29, 2024
@github-actions github-actions bot added the hive Hive connector label Apr 29, 2024
@pajaks pajaks force-pushed the pajaks/hive_metadata_listing_error branch 2 times, most recently from 62bf4cf to eda709c Compare April 29, 2024 14:57
@pajaks pajaks changed the title Ignore Hive unsupported format views during listing Ignore failing Hive views during listing Apr 29, 2024
@pajaks pajaks force-pushed the pajaks/hive_metadata_listing_error branch from eda709c to 04e2a4d Compare April 30, 2024 07:06
@pajaks pajaks force-pushed the pajaks/hive_metadata_listing_error branch from 59ec263 to 35d8cf6 Compare April 30, 2024 10:09
@ebyhr ebyhr merged commit 84d59c9 into trinodb:master Apr 30, 2024
5 of 14 checks passed
@github-actions github-actions bot added this to the 446 milestone Apr 30, 2024
@pajaks pajaks mentioned this pull request Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed hive Hive connector
Development

Successfully merging this pull request may close these issues.

None yet

3 participants