QuakeWang opened a new pull request, #8336:
URL: https://github.com/apache/paimon/pull/8336

   ### Purpose
   
   `HybridSearchRoute.Builder` previously inferred the route type from whether 
a full-text query was set. If callers mixed vector settings and full-text 
settings on the same builder, the builder silently produced a full-text route 
and discarded the vector configuration.
   
   This change tracks the builder route type explicitly and rejects mixed 
vector/full-text route settings.
   
   ### Tests
   
     - `mvn -pl paimon-common -Dtest=FullTextQueryTest test`
   


-- 
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]

Reply via email to