HyukjinKwon commented on code in PR #40092: URL: https://github.com/apache/spark/pull/40092#discussion_r1113904921
########## binder/postBuild: ########## @@ -32,11 +33,18 @@ else SPECIFIER="<=" fi -pip install plotly "pyspark[sql,ml,mllib,pandas_on_spark]$SPECIFIER$VERSION" +if [[ $VERSION > "3.4.0" ]]; then Review Comment: I think it should be greater than or equal to? 3.4.0 version won't run this branch -- 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]
