ueshin commented on code in PR #40356:
URL: https://github.com/apache/spark/pull/40356#discussion_r1132717595
##########
python/pyspark/sql/tests/test_datasources.py:
##########
@@ -192,6 +193,23 @@ def test_ignore_column_of_all_nulls(self):
finally:
shutil.rmtree(path)
+ def test_jdbc(self):
+ db = f"memory:{uuid.uuid4()}"
Review Comment:
Does #40358 include the test? I can try it and see.
--
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]