pyspark-connect 4.2.0.dev2__tar.gz → 4.2.0.dev4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyspark-connect
3
- Version: 4.2.0.dev2
3
+ Version: 4.2.0.dev4
4
4
  Summary: Apache Spark Python API with Spark Connect by default
5
5
  Home-page: https://github.com/apache/spark/tree/master/python
6
6
  Author: Spark Developers
@@ -13,11 +13,10 @@ Classifier: Programming Language :: Python :: 3.12
13
13
  Classifier: Programming Language :: Python :: 3.13
14
14
  Classifier: Programming Language :: Python :: 3.14
15
15
  Classifier: Programming Language :: Python :: Implementation :: CPython
16
- Classifier: Programming Language :: Python :: Implementation :: PyPy
17
16
  Classifier: Typing :: Typed
18
17
  Requires-Python: >=3.10
19
18
  Description-Content-Type: text/markdown
20
- Requires-Dist: pyspark==4.2.0.dev2
19
+ Requires-Dist: pyspark==4.2.0.dev4
21
20
  Requires-Dist: pandas>=2.2.0
22
21
  Requires-Dist: pyarrow>=18.0.0
23
22
  Requires-Dist: grpcio>=1.76.0
@@ -0,0 +1 @@
1
+ __version__: str = '4.2.0.dev4'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyspark-connect
3
- Version: 4.2.0.dev2
3
+ Version: 4.2.0.dev4
4
4
  Summary: Apache Spark Python API with Spark Connect by default
5
5
  Home-page: https://github.com/apache/spark/tree/master/python
6
6
  Author: Spark Developers
@@ -13,11 +13,10 @@ Classifier: Programming Language :: Python :: 3.12
13
13
  Classifier: Programming Language :: Python :: 3.13
14
14
  Classifier: Programming Language :: Python :: 3.14
15
15
  Classifier: Programming Language :: Python :: Implementation :: CPython
16
- Classifier: Programming Language :: Python :: Implementation :: PyPy
17
16
  Classifier: Typing :: Typed
18
17
  Requires-Python: >=3.10
19
18
  Description-Content-Type: text/markdown
20
- Requires-Dist: pyspark==4.2.0.dev2
19
+ Requires-Dist: pyspark==4.2.0.dev4
21
20
  Requires-Dist: pandas>=2.2.0
22
21
  Requires-Dist: pyarrow>=18.0.0
23
22
  Requires-Dist: grpcio>=1.76.0
@@ -1,4 +1,4 @@
1
- pyspark==4.2.0.dev2
1
+ pyspark==4.2.0.dev4
2
2
  pandas>=2.2.0
3
3
  pyarrow>=18.0.0
4
4
  grpcio>=1.76.0
@@ -85,6 +85,7 @@ try:
85
85
  # For Arrow, you should also check ./pom.xml and ensure there are no breaking changes in the
86
86
  # binary format protocol with the Java version, see ARROW_HOME/format/* for specifications.
87
87
  # Also don't forget to update python/docs/source/getting_started/install.rst,
88
+ # python/docs/source/tutorial/sql/arrow_pandas.rst,
88
89
  # python/packaging/classic/setup.py, and python/packaging/client/setup.py
89
90
  _minimum_pandas_version = "2.2.0"
90
91
  _minimum_numpy_version = "1.21"
@@ -135,7 +136,6 @@ try:
135
136
  "Programming Language :: Python :: 3.13",
136
137
  "Programming Language :: Python :: 3.14",
137
138
  "Programming Language :: Python :: Implementation :: CPython",
138
- "Programming Language :: Python :: Implementation :: PyPy",
139
139
  "Typing :: Typed",
140
140
  ],
141
141
  )
@@ -1 +0,0 @@
1
- __version__: str = '4.2.0.dev2'