HyukjinKwon commented on code in PR #38453:
URL: https://github.com/apache/spark/pull/38453#discussion_r1012493266
##########
python/pyspark/sql/tests/connect/test_connect_plan_only.py:
##########
@@ -128,6 +128,16 @@ def test_all_the_plans(self):
self.assertIsNotNone(plan.root, "Root relation must be set")
self.assertIsNotNone(plan.root.read)
+ def test_union(self):
Review Comment:
Actually we should add a comment like:
```python
def test_union(self):
# SPARK-12345: a short description of the test
...
```
per https://spark.apache.org/contributing.html. Let's don't forget this next
time :-).
--
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]