Skip to content

Use decoded value as s3 key so requests dont fail#1462

Closed
subkanthi wants to merge 7 commits intoAltinity:antalya-25.8from
subkanthi:fix_iceberg_comments
Closed

Use decoded value as s3 key so requests dont fail#1462
subkanthi wants to merge 7 commits intoAltinity:antalya-25.8from
subkanthi:fix_iceberg_comments

Conversation

@subkanthi
Copy link
Collaborator

@subkanthi subkanthi commented Feb 27, 2026

closes: #1348

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in an official stable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Use encoded s3 uri for key so the subsequent requests succeeds.

Documentation entry for user-facing changes

...

CI/CD Options

Exclude tests:

  • Fast test
  • Integration Tests
  • Stateless tests
  • Stateful tests
  • Performance tests
  • All with ASAN
  • All with TSAN
  • All with MSAN
  • All with UBSAN
  • All with Coverage
  • All with Aarch64
  • All Regression
  • Disable CI Cache

Regression jobs to run:

  • Fast suites (mostly <1h)
  • Aggregate Functions (2h)
  • Alter (1.5h)
  • Benchmark (30m)
  • ClickHouse Keeper (1h)
  • Iceberg (2h)
  • LDAP (1h)
  • Parquet (1.5h)
  • RBAC (1.5h)
  • SSL Server (1h)
  • S3 (2h)
  • Tiered Storage (2h)

@subkanthi subkanthi marked this pull request as ready for review March 2, 2026 16:23
S3::URI s3_uri(normalized_path);

std::string key_to_use = s3_uri.key;

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think a comment would be very helpful for future readers of this code

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Added

@subkanthi subkanthi requested a review from arthurpassos March 3, 2026 15:48
Copy link
Collaborator

@arthurpassos arthurpassos left a comment

Choose a reason for hiding this comment

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

LGTM, tho we need to wait for CICD and someone with merge rights (I don't have it)

@jcdauchy-moodys
Copy link

@arthurpassos is it possible to have this fix in the next release ? Thanks a lot. By the way, I started to fix this but I was not if I needed to add test for it :( @subkanthi was faster. Hope next time I can contribute.

@zvonand
Copy link
Collaborator

zvonand commented Mar 11, 2026

@subkanthi I am afraid our external contributor workflow for 25.8 is not alive (yet). Please, re-make this PR from a branch in Altinity repo (like #1492)

Copy link
Collaborator

@zvonand zvonand left a comment

Choose a reason for hiding this comment

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

CI seems to be broken, pls resubmit it from a branch in Altinity repo.

@subkanthi subkanthi closed this Mar 11, 2026
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.

Clickhouse with Iceberg does not handle partition value containing "/" in the partition key value

4 participants