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

Avoid NPE when Glue table SerdeInfo missing #18892

Merged
merged 5 commits into from
Sep 1, 2023
Merged

Conversation

findepi
Copy link
Member

@findepi findepi commented Sep 1, 2023

SerdeInfo is optional table field in Glue.

@findepi findepi added the no-release-notes This pull request does not require release notes entry label Sep 1, 2023
@cla-bot cla-bot bot added the cla-signed label Sep 1, 2023
@github-actions github-actions bot added tests:hive hive Hive connector labels Sep 1, 2023
@findepi findepi requested review from pettyjamesm and ebyhr September 1, 2023 08:54
The code was previously assuming that table's serde matches partition's
serde, but it doesn't have to be the case.
@findepi findepi force-pushed the findepi/glue-converter branch from a29cb1e to 10a1b6d Compare September 1, 2023 09:06
@github-actions github-actions bot added the iceberg Iceberg connector label Sep 1, 2023
Pull required instance from the injector without all the boiler-plate
being removed.
@findepi findepi force-pushed the findepi/glue-converter branch from 8e9712e to 3029d92 Compare September 1, 2023 11:18
@findepi findepi merged commit 32841eb into master Sep 1, 2023
@findepi findepi deleted the findepi/glue-converter branch September 1, 2023 14:11
@github-actions github-actions bot added this to the 426 milestone Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed hive Hive connector iceberg Iceberg connector no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

2 participants