dataproc-spark-connect 0.7.1__py2.py3-none-any.whl → 0.7.2__py2.py3-none-any.whl
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.
- {dataproc_spark_connect-0.7.1.dist-info → dataproc_spark_connect-0.7.2.dist-info}/METADATA +1 -1
- {dataproc_spark_connect-0.7.1.dist-info → dataproc_spark_connect-0.7.2.dist-info}/RECORD +6 -6
- google/cloud/dataproc_spark_connect/session.py +2 -0
- {dataproc_spark_connect-0.7.1.dist-info → dataproc_spark_connect-0.7.2.dist-info}/LICENSE +0 -0
- {dataproc_spark_connect-0.7.1.dist-info → dataproc_spark_connect-0.7.2.dist-info}/WHEEL +0 -0
- {dataproc_spark_connect-0.7.1.dist-info → dataproc_spark_connect-0.7.2.dist-info}/top_level.txt +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
google/cloud/dataproc_spark_connect/__init__.py,sha256=dIqHNWVWWrSuRf26x11kX5e9yMKSHCtmI_GBj1-FDdE,1101
|
|
2
2
|
google/cloud/dataproc_spark_connect/exceptions.py,sha256=ilGyHD5M_yBQ3IC58-Y5miRGIQVJsLaNKvEGcHuk_BE,969
|
|
3
3
|
google/cloud/dataproc_spark_connect/pypi_artifacts.py,sha256=gd-VMwiVP-EJuPp9Vf9Shx8pqps3oSKp0hBcSSZQS-A,1575
|
|
4
|
-
google/cloud/dataproc_spark_connect/session.py,sha256=
|
|
4
|
+
google/cloud/dataproc_spark_connect/session.py,sha256=7CgRmYVp8M4oVosvxz08jp72BU4ZtAKvxjtd0101GHs,24952
|
|
5
5
|
google/cloud/dataproc_spark_connect/client/__init__.py,sha256=6hCNSsgYlie6GuVpc5gjFsPnyeMTScTpXSPYqp1fplY,615
|
|
6
6
|
google/cloud/dataproc_spark_connect/client/core.py,sha256=m3oXTKBm3sBy6jhDu9GRecrxLb5CdEM53SgMlnJb6ag,4616
|
|
7
7
|
google/cloud/dataproc_spark_connect/client/proxy.py,sha256=qUZXvVY1yn934vE6nlO495XUZ53AUx9O74a9ozkGI9U,8976
|
|
8
|
-
dataproc_spark_connect-0.7.
|
|
9
|
-
dataproc_spark_connect-0.7.
|
|
10
|
-
dataproc_spark_connect-0.7.
|
|
11
|
-
dataproc_spark_connect-0.7.
|
|
12
|
-
dataproc_spark_connect-0.7.
|
|
8
|
+
dataproc_spark_connect-0.7.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
9
|
+
dataproc_spark_connect-0.7.2.dist-info/METADATA,sha256=EtPp009uOCvR1I3tiT-x1FJ4bWpPHhEqZxvJO4rfwKk,3328
|
|
10
|
+
dataproc_spark_connect-0.7.2.dist-info/WHEEL,sha256=OpXWERl2xLPRHTvd2ZXo_iluPEQd8uSbYkJ53NAER_Y,109
|
|
11
|
+
dataproc_spark_connect-0.7.2.dist-info/top_level.txt,sha256=_1QvSJIhFAGfxb79D6DhB7SUw2X6T4rwnz_LLrbcD3c,7
|
|
12
|
+
dataproc_spark_connect-0.7.2.dist-info/RECORD,,
|
|
@@ -295,6 +295,8 @@ class DataprocSparkSession(SparkSession):
|
|
|
295
295
|
raise RuntimeError(
|
|
296
296
|
f"Error while creating Dataproc Session"
|
|
297
297
|
) from e
|
|
298
|
+
finally:
|
|
299
|
+
stop_create_session_pbar = True
|
|
298
300
|
|
|
299
301
|
logger.debug(
|
|
300
302
|
f"Dataproc Session created: {session_id} in {int(time.time() - s8s_creation_start_time)} seconds"
|
|
File without changes
|
|
File without changes
|
{dataproc_spark_connect-0.7.1.dist-info → dataproc_spark_connect-0.7.2.dist-info}/top_level.txt
RENAMED
|
File without changes
|