dongjoon-hyun commented on code in PR #54350:
URL: https://github.com/apache/spark/pull/54350#discussion_r2824114751


##########
python/pyspark/tests/test_install_spark.py:
##########
@@ -29,10 +31,19 @@
 
 
 class SparkInstallationTestCase(unittest.TestCase):
+    def get_latest_spark_version(self):
+        url = "https://spark.apache.org/releases/";

Review Comment:
   In addition, we should not use this hard-coded pattern because the 
downstream projects (and forks) are running CIs in the private data center.



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