yoda-mon commented on a change in pull request #34356:
URL: https://github.com/apache/spark/pull/34356#discussion_r735337699
##########
File path: python/pyspark/sql/tests/test_functions.py
##########
@@ -241,6 +241,14 @@ def test_dayofweek(self):
row = df.select(dayofweek(df.date)).first()
self.assertEqual(row[0], 2)
+ def test_make_date(self):
Review comment:
```suggestion
def test_make_date(self):
# SPARK-36554: expose make_date expression in functions.scala
```
Let's add PR No. here
cf. PR section on https://spark.apache.org/contributing.html
--
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]