Skip to content

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

Open
subkanthi wants to merge 5 commits intoAltinity:antalya-25.8from
subkanthi:fix_iceberg_comments
Open

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

Conversation

@subkanthi
Copy link

@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
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)

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

2 participants