Skip to content

Fix Iceberg column metadata for extended queries#641

Merged
EDsCODE merged 1 commit into
mainfrom
fix/iceberg-columns-extended-query-metadata
May 29, 2026
Merged

Fix Iceberg column metadata for extended queries#641
EDsCODE merged 1 commit into
mainfrom
fix/iceberg-columns-extended-query-metadata

Conversation

@EDsCODE
Copy link
Copy Markdown
Contributor

@EDsCODE EDsCODE commented May 29, 2026

Summary

  • Route extended/prepared SELECT execution through the existing Iceberg metadata pre-load helper.
  • Keep simple SELECT behavior unchanged while sharing the metadata-aware query wrapper.
  • Add regression coverage for metadata-loading and non-compat skip behavior.

Test Plan

  • go test ./server -run 'TestQueryWithArgsWithMetadata|TestShouldLoadIcebergColumnMetadataOnlyForLakekeeper|TestLoadIcebergColumnMetadataUsesConnectionIcebergConfig' -count=1
  • go test ./server -count=1
  • just lint (blocked locally: golangci-lint not found)

@EDsCODE EDsCODE merged commit 73167f5 into main May 29, 2026
22 checks passed
@EDsCODE EDsCODE deleted the fix/iceberg-columns-extended-query-metadata branch May 29, 2026 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant