HyukjinKwon commented on a change in pull request #28085:
[SPARK-29641][PYTHON][CORE] Stage Level Sched: Add python api's and tests
URL: https://github.com/apache/spark/pull/28085#discussion_r407330270
##########
File path: python/pyspark/__init__.py
##########
@@ -119,5 +119,5 @@ def wrapper(self, *args, **kwargs):
"SparkConf", "SparkContext", "SparkFiles", "RDD", "StorageLevel",
"Broadcast",
"Accumulator", "AccumulatorParam", "MarshalSerializer", "PickleSerializer",
"StatusTracker", "SparkJobInfo", "SparkStageInfo", "Profiler",
"BasicProfiler", "TaskContext",
- "RDDBarrier", "BarrierTaskContext", "BarrierTaskInfo",
"ResourceInformation",
+ "RDDBarrier", "BarrierTaskContext", "BarrierTaskInfo",
"ResourceInformation"
Review comment:
Trailing `,` is fine in Python side. It's actually recommended in general to
avoid fixing unrelated lines too when you add or remove more elements.
----------------------------------------------------------------
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]