Skip to content

Commit

Permalink
Expanded note for Java compat
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanCutler committed Apr 9, 2019
1 parent c3e0c26 commit 852dc0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ def _supports_symlinks():
sys.exit(-1)

# If you are changing the versions here, please also change ./python/pyspark/sql/utils.py
# For Arrow, you should also check ./pom.xml and ensure the Java version is binary compatible.
# For Arrow, you should also check ./pom.xml and ensure there are no breaking changes in the
# binary format protocol with the Java version, see ARROW_HOME/format/* for specifications.
_minimum_pandas_version = "0.19.2"
_minimum_pyarrow_version = "0.12.1"

Expand Down

0 comments on commit 852dc0f

Please sign in to comment.