raghavyadav01 opened a new pull request, #16203: URL: https://github.com/apache/pinot/pull/16203
## Summary This PR fixes a bug in the `TextMatchFilterOptimizer` where the third parameter (options) in `TEXT_MATCH` function calls was being ignored during query optimization. The optimizer was not properly merging options when combining multiple `TEXT_MATCH` expressions on the same column. ## Testing - Added test cases to verify that options are properly merged during optimization - Confirmed that wildcard queries with `allowLeadingWildcard=true` work correctly after optimization -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org