grundprinzip opened a new pull request, #38826:
URL: https://github.com/apache/spark/pull/38826

   ### What changes were proposed in this pull request?
   This patch extends the functionality of the DataFrame in Spark Connect by 
support passing string based SQL expressions to the filter. The expressions are 
passed as is to the server during evaluation. If the expression is not boolean 
an Analysis error is thrown.
   
   ```
   spark.range(100).filter("id < 10").collect()
   ```
   
   
   ### Why are the changes needed?
   Compatibility
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   UT


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