cxzl25 opened a new pull request, #19420:
URL: https://github.com/apache/datafusion/pull/19420

   ## Which issue does this PR close?
   
   - Closes #.
   
   ## Rationale for this change
   
   I encountered a short-circuit evaluation issue with `BinaryExpr` when using 
DataFusion. The operator on the right side may be a function, which should only 
be called after the left-side condition is satisfied; otherwise, executing the 
function may result in errors (such as illegal content exceptions).
   The previously implemented short-circuit operation has a default ratio of 
0.2, and this value cannot be modified externally. For this specific case, a 
larger value may need to be set.
   
   ```
   https://github.com/apache/auron/issues/1763
   ```
   
   ## What changes are included in this PR?
   
   Supports setting the `preselection_threshold` for `BinaryExpr`
   
   ## Are these changes tested?
   
   
   ## Are there any user-facing changes?
   


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