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

   ### What changes were proposed in this pull request?
   
   This PR is another followup of https://github.com/apache/spark/pull/39034 
that, instead, make the tests to pass with/without ANSI mode.
   
   ### Why are the changes needed?
   
   Spark Connect uses isolated Spark session so setting the configuration in 
PySpark side does not take an effect. Therefore, the test still fails, see 
https://github.com/apache/spark/actions/runs/3681383627/jobs/6228030132.
   
   We should make the tests pass with/without ANSI mode for now.
   
   ### Does this PR introduce _any_ user-facing change?
   No, test-only
   
   ### How was this patch tested?
   
   Manually tested via:
   
   ```bash
   SPARK_ANSI_SQL_MODE=true ./python/run-tests --testnames 
'pyspark.sql.tests.connect.test_connect_column'
   ```


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