You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And from the Scala end, let's just change extractValidPagesDF() to pages() to match the Python end? This runs the slight risk of confusion with RDD operations, but I think the risk is minimal.
Currently, the Scala DF boilerplate is something like:
And Python:
It would make sense to align?
So Python would look like:
And from the Scala end, let's just change
extractValidPagesDF()
topages()
to match the Python end? This runs the slight risk of confusion with RDD operations, but I think the risk is minimal.@ianmilligan1 @ruebot thoughts?
The text was updated successfully, but these errors were encountered: