dongjoon-hyun commented on a change in pull request #35112:
URL: https://github.com/apache/spark/pull/35112#discussion_r779287769
##########
File path: dev/run-tests.py
##########
@@ -23,145 +23,21 @@
import re
import sys
import subprocess
+from utils import *
from sparktestsupport import SPARK_HOME, USER_HOME, ERROR_CODES
from sparktestsupport.shellutils import exit_from_command_with_retcode,
run_cmd, rm_r, which
from sparktestsupport.toposort import toposort_flatten
import sparktestsupport.modules as modules
Review comment:
This is moved into `dev/utils.py` to reuse it.
--
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]