dataroaring opened a new pull request, #61030:
URL: https://github.com/apache/doris/pull/61030

   ## Summary
   - Refactor `isMorValuePredicatePushdownEnabled()` and 
`isReadMorAsDupEnabled()` in `SessionVariable.java` to use 
`TableNameInfo`-style component-based parsing
   - Extract shared `isTableInList()` helper that splits entries by "." and 
matches components individually (table, db.table, ctl.db.table)
   - Fix null `dbName` handling and empty entry edge cases from double commas
   
   ## Motivation
   Address review feedback from @morrySnow on PR #60513: table list matching 
should follow the same approach as `getTable` in catalog (i.e., 
`TableNameInfo`-style parsing).
   
   ## Test plan
   - [x] Existing `ReadMorAsDupTest.testSessionVariableHelperMethod()` covers 
all matching semantics (wildcard, db.table, table-only, case-insensitive, 
multi-table list)
   - [x] Regression tests in `test_mor_value_predicate_pushdown.groovy` 
unaffected
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to