HyukjinKwon commented on a change in pull request #24644:
[SPARK-27402][INFRA][FOLLOW-UP] Exclude 'hive-thriftserver' in modules to test
for hadoop3.2 for now
URL: https://github.com/apache/spark/pull/24644#discussion_r285415071
##########
File path: dev/run-tests.py
##########
@@ -112,6 +112,7 @@ def determine_modules_to_test(changed_modules):
['graphx', 'examples']
>>> x = [x.name for x in determine_modules_to_test([modules.sql])]
>>> x # doctest: +NORMALIZE_WHITESPACE
+ ... # doctest: +SKIP
['sql', 'avro', 'hive', 'mllib', 'sql-kafka-0-10', 'examples',
'hive-thriftserver',
Review comment:
l manually tested with `HADOOP_PROFILE=hadoop3.2 python -m doctest
run-tests.py` and `python -m doctest run-tests.py`
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]