pyspark-connect 4.2.0.dev2__tar.gz → 4.2.0.dev3__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.dev3
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
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: Implementation :: PyPy
17
17
  Classifier: Typing :: Typed
18
18
  Requires-Python: >=3.10
19
19
  Description-Content-Type: text/markdown
20
- Requires-Dist: pyspark==4.2.0.dev2
20
+ Requires-Dist: pyspark==4.2.0.dev3
21
21
  Requires-Dist: pandas>=2.2.0
22
22
  Requires-Dist: pyarrow>=18.0.0
23
23
  Requires-Dist: grpcio>=1.76.0
@@ -0,0 +1 @@
1
+ __version__: str = '4.2.0.dev3'
@@ -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.dev3
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
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: Implementation :: PyPy
17
17
  Classifier: Typing :: Typed
18
18
  Requires-Python: >=3.10
19
19
  Description-Content-Type: text/markdown
20
- Requires-Dist: pyspark==4.2.0.dev2
20
+ Requires-Dist: pyspark==4.2.0.dev3
21
21
  Requires-Dist: pandas>=2.2.0
22
22
  Requires-Dist: pyarrow>=18.0.0
23
23
  Requires-Dist: grpcio>=1.76.0
@@ -1,4 +1,4 @@
1
- pyspark==4.2.0.dev2
1
+ pyspark==4.2.0.dev3
2
2
  pandas>=2.2.0
3
3
  pyarrow>=18.0.0
4
4
  grpcio>=1.76.0
@@ -1 +0,0 @@
1
- __version__: str = '4.2.0.dev2'