Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOP-9653] Test onETL compatibility with Spark 3.5.0 #159

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

dolfinus
Copy link
Member

@dolfinus dolfinus commented Sep 28, 2023

Change Summary

Nightly tests with latest pyspark version shown that some classes do not yet support Spark 3.5.0:
https://github.com/MobileTeleSystems/onetl/actions/runs/6336863272/job/17210825113

Other connection and file formats do support 3.5.0, so updated documentation of connectors & Readme.

Related issue number

Checklist

  • Commit message and PR title is comprehensive
  • Keep the change as small as possible
  • Unit and integration tests for the changes exist
  • Tests pass on CI and coverage does not decrease
  • Documentation reflects the changes where applicable
  • docs/changelog/next_release/<pull request or issue id>.<change type>.rst file added describing change
    (see CONTRIBUTING.rst for details.)
  • My PR is ready to review.

@dolfinus dolfinus self-assigned this Sep 28, 2023
@dolfinus dolfinus temporarily deployed to test-pypi September 28, 2023 09:54 — with GitHub Actions Inactive
@dolfinus dolfinus temporarily deployed to test-pypi September 28, 2023 09:55 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

Merging #159 (8467098) into develop (08b38ff) will increase coverage by 0.02%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #159      +/-   ##
===========================================
+ Coverage    94.33%   94.35%   +0.02%     
===========================================
  Files          209      209              
  Lines         7925     7925              
  Branches      1490     1490              
===========================================
+ Hits          7476     7478       +2     
+ Misses         326      325       -1     
+ Partials       123      122       -1     
Files Coverage Δ
.../connection/db_connection/clickhouse/connection.py 100.00% <ø> (ø)
onetl/connection/db_connection/hive/connection.py 91.07% <ø> (ø)
onetl/connection/db_connection/kafka/connection.py 98.98% <ø> (+1.01%) ⬆️
onetl/connection/db_connection/mssql/connection.py 100.00% <ø> (ø)
onetl/connection/db_connection/mysql/connection.py 100.00% <ø> (ø)
...netl/connection/db_connection/oracle/connection.py 86.18% <ø> (ø)
...tl/connection/db_connection/postgres/connection.py 97.61% <ø> (ø)
...tl/connection/db_connection/teradata/connection.py 100.00% <ø> (ø)
...ection/file_df_connection/spark_hdfs/connection.py 100.00% <ø> (ø)
...tl/connection/file_df_connection/spark_local_fs.py 100.00% <ø> (ø)
... and 2 more

@dolfinus dolfinus marked this pull request as ready for review September 28, 2023 10:26
@dolfinus dolfinus merged commit 29a28fc into develop Sep 29, 2023
44 checks passed
@dolfinus dolfinus deleted the feature/DOP-9653 branch September 29, 2023 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants