iceberg: add iceberg_dlq_table_suffix configuration property#28242
Merged
nvartolomei merged 1 commit intoredpanda-data:devfrom Oct 30, 2025
Merged
iceberg: add iceberg_dlq_table_suffix configuration property#28242nvartolomei merged 1 commit intoredpanda-data:devfrom
nvartolomei merged 1 commit intoredpanda-data:devfrom
Conversation
f47ab4c to
921ea77
Compare
oleiman
reviewed
Oct 28, 2025
oleiman
previously approved these changes
Oct 28, 2025
|
|
||
| wait_until(lambda: count_rows() == count, timeout_sec=60, backoff_sec=1) | ||
|
|
||
| @gcp_only_test |
Member
There was a problem hiding this comment.
q: this will be cdt-only, right?
Contributor
Author
There was a problem hiding this comment.
Yes. Will trigger a run as soon as everything else passes.
Collaborator
Retry command for Build#75147please wait until all jobs are finished before running the slash command |
Collaborator
CI test resultstest results on build#75147test results on build#75224
|
andrwng
previously approved these changes
Oct 28, 2025
Contributor
Author
|
/cdt |
Introduces a new configuration property `iceberg_dlq_table_suffix` to make the DLQ table suffix customizable. This is important for Iceberg catalogs that do not support tilde (~) characters in table names. The default value remains "~dlq" to maintain backward compatibility.
921ea77 to
acd2d37
Compare
Contributor
Author
|
Force-push to fix mistakes in BigLake test.
|
rockwotj
approved these changes
Oct 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
iceberg: add iceberg_dlq_table_suffix configuration property
Introduces a new configuration property
iceberg_dlq_table_suffixto makethe DLQ table suffix customizable. This is important for Iceberg catalogs
that do not support tilde (~) characters in table names. The default value
remains "~dlq" to maintain backward compatibility.
Backports Required
Release Notes
Features
<topic name>~dlqformat.