juliuszsompolski commented on PR #47790:
URL: https://github.com/apache/spark/pull/47790#issuecomment-2293496489

   @HyukjinKwon could you help me unit test it?
   I was looking at adding some test that does
   ```
       def test_read_options(self):
           read = spark.read.option("Bool", True).option("Str", "AbC")
   ```
   and then checks what comes out, but then it would have to distinguish 
between Connect vs. non-Connect.
   In Connect it would need to check what landed `read._options`... In 
non-Connect it would need to check what landed in `read._jreader.options`... I 
don't really know python. Could you help me?


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