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 FilesTable for non-null key_metadata, split_offsets, equality_ids #16519

Merged
merged 1 commit into from
Mar 14, 2023

Conversation

krvikash
Copy link
Contributor

@krvikash krvikash commented Mar 13, 2023

Description

Fixes #16473

Release notes

(X) Release notes are required, with the following suggested text:

# Iceberg
* Fix failure when `$files` system table contains non-null values on `key_metadata`, `split_offsets`, and `equality_ids` columns. ({issue}`16473`)

@cla-bot cla-bot bot added the cla-signed label Mar 13, 2023
@krvikash krvikash self-assigned this Mar 13, 2023
@github-actions github-actions bot added the iceberg Iceberg connector label Mar 13, 2023
@krvikash krvikash force-pushed the fix-iceberg-file-system-table branch from a3fe7ca to fd47aa2 Compare March 14, 2023 06:41
@krvikash
Copy link
Contributor Author

Thanks @findinpath | @ebyhr for the review. I have addressed comments.

@ebyhr ebyhr merged commit 887ec7d into trinodb:master Mar 14, 2023
@ebyhr ebyhr mentioned this pull request Mar 14, 2023
@krvikash krvikash deleted the fix-iceberg-file-system-table branch March 14, 2023 10:22
@github-actions github-actions bot added this to the 411 milestone Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed iceberg Iceberg connector
Development

Successfully merging this pull request may close these issues.

Metadata $files table on iceberg connector throws an error
3 participants