HyukjinKwon commented on a change in pull request #27186: 
[SPARK-30480][PYTHON][TESTS] Increases the memory limit being tested in 
'WorkerMemoryTest.test_memory_limit'
URL: https://github.com/apache/spark/pull/27186#discussion_r365699057
 
 

 ##########
 File path: python/run-tests.py
 ##########
 @@ -267,8 +267,8 @@ def main():
         python_implementation = subprocess_check_output(
             [python_exec, "-c", "import platform; 
print(platform.python_implementation())"],
             universal_newlines=True).strip()
-        LOGGER.debug("%s python_implementation is %s", python_exec, 
python_implementation)
-        LOGGER.debug("%s version is: %s", python_exec, subprocess_check_output(
+        LOGGER.info("%s python_implementation is %s", python_exec, 
python_implementation)
+        LOGGER.info("%s version is: %s", python_exec, subprocess_check_output(
 
 Review comment:
   I'm gonna check the output and piggyback this as well if it doesn't look so 
noisy.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to