Skip to content

HIVE-29764: Fix Build and Publish docker images in Actions after Iceberg Upgrade - #6638

Merged
deniskuzZ merged 2 commits into
apache:masterfrom
kokila-19:docker-test-fix
Jul 29, 2026
Merged

HIVE-29764: Fix Build and Publish docker images in Actions after Iceberg Upgrade#6638
deniskuzZ merged 2 commits into
apache:masterfrom
kokila-19:docker-test-fix

Conversation

@kokila-19

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

Enable metastore.iceberg.catalog.unique.table.location=true in the docker HMS configMap.yaml for test createTableInUniqueLocation.
Fix the missing-metadata test to work with S3 (use Hadoop rename instead of local file move) for testLoadTableWithMissingMetadataFile.

Why are the changes needed?

Two docker tests were failing:
createTableInUniqueLocation: HMS in docker didn’t have unique locations enabled.
testLoadTableWithMissingMetadataFile: the iceberg's test uses local file moves but docker stores data on S3.

Does this PR introduce any user-facing change?

No. Test and docker config only.

How was this patch tested?

Workflow in my fork. Run Junit executes successfully
https://github.com/kokila-19/hive/actions/runs/30070902634/job/89411368628

@kokila-19

Copy link
Copy Markdown
Contributor Author

@deniskuzZ Could you please review this ?

…e test-docker

ConfigMap so createTableInUniqueLocation passes in docker CI.
…tadata on S3

Use table.io().deleteFile() instead of Files.move() which does not work
on s3a:// paths.

@deniskuzZ deniskuzZ left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1

@sonarqubecloud

Copy link
Copy Markdown

@kokila-19 kokila-19 changed the title Fix Build and Publish docker images in Actions after Iceberg Upgrade HIVE-29764: Fix Build and Publish docker images in Actions after Iceberg Upgrade Jul 29, 2026
@deniskuzZ
deniskuzZ merged commit eb0ea73 into apache:master Jul 29, 2026
5 checks passed
@okumin

okumin commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Nice. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants