File tree Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ apacheds-kerberos-codec-2.0.0-M15.jar
1717api-asn1-api-1.0.0-M20.jar
1818api-util-1.0.0-M20.jar
1919arpack_combined_all-0.1.jar
20- arrow-format-0.12.0 .jar
21- arrow-memory-0.12.0 .jar
22- arrow-vector-0.12.0 .jar
20+ arrow-format-0.15.1 .jar
21+ arrow-memory-0.15.1 .jar
22+ arrow-vector-0.15.1 .jar
2323audience-annotations-0.5.0.jar
2424automaton-1.11-8.jar
2525avro-1.8.2.jar
@@ -83,7 +83,6 @@ hadoop-yarn-server-web-proxy-2.7.4.jar
8383hk2-api-2.5.0.jar
8484hk2-locator-2.5.0.jar
8585hk2-utils-2.5.0.jar
86- hppc-0.7.2.jar
8786htrace-core-3.1.0-incubating.jar
8887httpclient-4.5.6.jar
8988httpcore-4.4.10.jar
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ antlr4-runtime-4.7.1.jar
1212aopalliance-1.0.jar
1313aopalliance-repackaged-2.5.0.jar
1414arpack_combined_all-0.1.jar
15- arrow-format-0.12.0 .jar
16- arrow-memory-0.12.0 .jar
17- arrow-vector-0.12.0 .jar
15+ arrow-format-0.15.1 .jar
16+ arrow-memory-0.15.1 .jar
17+ arrow-vector-0.15.1 .jar
1818audience-annotations-0.5.0.jar
1919automaton-1.11-8.jar
2020avro-1.8.2.jar
@@ -96,7 +96,6 @@ hive-vector-code-gen-2.3.6.jar
9696hk2-api-2.5.0.jar
9797hk2-locator-2.5.0.jar
9898hk2-utils-2.5.0.jar
99- hppc-0.7.2.jar
10099htrace-core4-4.1.0-incubating.jar
101100httpclient-4.5.6.jar
102101httpcore-4.4.10.jar
Original file line number Diff line number Diff line change 202202 If you are changing Arrow version specification, please check ./python/pyspark/sql/utils.py,
203203 and ./python/setup.py too.
204204 -->
205- <arrow .version>0.15.0 </arrow .version>
205+ <arrow .version>0.15.1 </arrow .version>
206206
207207 <test .java.home>${java.home} </test .java.home>
208208 <test .exclude.tags></test .exclude.tags>
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ def require_minimum_pyarrow_version():
160160 """ Raise ImportError if minimum version of pyarrow is not installed
161161 """
162162 # TODO(HyukjinKwon): Relocate and deduplicate the version specification.
163- minimum_pyarrow_version = "0.15.0 "
163+ minimum_pyarrow_version = "0.15.1 "
164164
165165 from distutils .version import LooseVersion
166166 import os
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ def _supports_symlinks():
105105# For Arrow, you should also check ./pom.xml and ensure there are no breaking changes in the
106106# binary format protocol with the Java version, see ARROW_HOME/format/* for specifications.
107107_minimum_pandas_version = "0.23.2"
108- _minimum_pyarrow_version = "0.15.0 "
108+ _minimum_pyarrow_version = "0.15.1 "
109109
110110try :
111111 # We copy the shell script to be under pyspark/python/pyspark so that the launcher scripts
You can’t perform that action at this time.
0 commit comments