pyspark-connect 4.2.0.dev4__tar.gz → 4.2.0.dev5__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.dev4
3
+ Version: 4.2.0.dev5
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
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
16
16
  Classifier: Typing :: Typed
17
17
  Requires-Python: >=3.10
18
18
  Description-Content-Type: text/markdown
19
- Requires-Dist: pyspark==4.2.0.dev4
19
+ Requires-Dist: pyspark==4.2.0.dev5
20
20
  Requires-Dist: pandas>=2.2.0
21
21
  Requires-Dist: pyarrow>=18.0.0
22
22
  Requires-Dist: grpcio>=1.76.0
@@ -0,0 +1 @@
1
+ __version__: str = '4.2.0.dev5'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyspark-connect
3
- Version: 4.2.0.dev4
3
+ Version: 4.2.0.dev5
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
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
16
16
  Classifier: Typing :: Typed
17
17
  Requires-Python: >=3.10
18
18
  Description-Content-Type: text/markdown
19
- Requires-Dist: pyspark==4.2.0.dev4
19
+ Requires-Dist: pyspark==4.2.0.dev5
20
20
  Requires-Dist: pandas>=2.2.0
21
21
  Requires-Dist: pyarrow>=18.0.0
22
22
  Requires-Dist: grpcio>=1.76.0
@@ -1,4 +1,4 @@
1
- pyspark==4.2.0.dev4
1
+ pyspark==4.2.0.dev5
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.dev4'