| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
⚠️ Please install the Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #743 +/- ##
=======================================
Coverage 84.32% 84.32%
=======================================
Files 63 63
Lines 3030 3030
Branches 350 350
=======================================
Hits 2555 2555
Misses 475 475 ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What changes were proposed in this pull request?
Changes in how py4j pyspark API works. It looks like there is a problem with mixins.scala when you are trying to work with them from Java (or py4j).
This PR changes how it is called from py4j. Instead of chaining calls, it calls methods one by one because they have side-effects internally any way.
Why are the changes needed?
Fix #741