wangyum commented on a change in pull request #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#discussion_r356924811
########## File path: python/setup.py ########## @@ -16,6 +16,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import print_function Review comment: Yes. We still need to set default python to python3 to build documentation: https://github.com/apache/spark/pull/26848#pullrequestreview-330516881 So we do not need to hardcode python3 in `dev/make-distribution.sh` ---------------------------------------------------------------- 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]
