[fix](paimon) tolerate removed paimon-cpp session variable - #67472
Merged
suxiaogang223 merged 1 commit intoSep 4, 2026
Merged
Conversation
### What problem does this PR solve? Issue Number: N/A Related PR: apache#67385 Problem Summary: After removing enable_paimon_cpp_reader, older clients or replayed state that still reference the session variable can receive an unknown-system-variable error. Add the removed name to VariableMgr compatibility handling so SET is ignored and reads return the existing compatibility value. ### Release note None ### Check List (For Author) - Test: No local test needed; this is a one-entry compatibility allowlist update. Verified formatting with git diff --check. - Behavior changed: Yes. References to the removed enable_paimon_cpp_reader variable are tolerated. - Does this need documentation: No
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Member
Author
|
run buildall |
Contributor
FE UT Coverage ReportIncrement line coverage |
Contributor
FE Regression Coverage ReportIncrement line coverage |
924060929
approved these changes
Sep 4, 2026
Gabriel39
approved these changes
Sep 4, 2026
morrySnow
approved these changes
Sep 4, 2026
Contributor
TPC-H: Total hot run time: 16767 ms |
Contributor
TPC-DS: Total hot run time: 82146 ms |
Contributor
ClickBench: Total hot run time: 14.6 s |
4 tasks
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.
What problem does this PR solve?
Issue Number: N/A
Related PR: #67385
After removing
enable_paimon_cpp_reader, older clients and replayed state may still reference it. Add the name toREMOVED_SESSION_VAR_NAMESso existing compatibility handling silently ignores SET and tolerates reads instead of reporting an unknown system variable.Release note
None
Check List (For Author)
git diff --check