-
Notifications
You must be signed in to change notification settings - Fork 257
feat: refactoring of python && docs && sync pyspark with core #711
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
Conversation
- Added local Spark distribution to .gitignore - Updated .scalafix configuration for Scala 3 - Modified .scalafmt configuration for Scala 213 source compatibility - Changed import statements to use wildcard imports for consistency across files
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #711 +/- ##
==========================================
- Coverage 86.60% 84.12% -2.48%
==========================================
Files 63 63
Lines 2881 2998 +117
Branches 321 336 +15
==========================================
+ Hits 2495 2522 +27
- Misses 386 476 +90 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@rjurney @james-willis This one is big, sorry about this. I tried to highlight what should be reviewed |
What changes were proposed in this pull request?
This is a big PR but most of changes are not "real" changes.
valudatein PySpark (should be reviewed)as_undirectedin PySpark (should be reviewed)__repr__is now shared between connect/classic (should be reviewed)cacheis now shared between connect/classic (should be reviewed)persistis now shared between connect/classic (should be reviewed)unpersistis now shared between connect/classic (should be reviewed)inDegrees/outDegrees/degreesare now shared between connect/classic (should be reviewed)nodesalias forverticesin PySparkWhy are the changes needed?
Close #710
Close #706
Close #586
Close #469
Close #715