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
In the introduction to RDD partitioning you mention that the filter operation does not preserve partitioning. But I'm looking at the source code where I see that MapPartitionsRDD is instantiated with preservesPartitioning = true.
Doesn't this conflict your statement?
The text was updated successfully, but these errors were encountered:
Hi, thanks for writing the notebooks.
In the introduction to RDD partitioning you mention that the
filter
operation does not preserve partitioning. But I'm looking at the source code where I see thatMapPartitionsRDD
is instantiated withpreservesPartitioning = true
.Doesn't this conflict your statement?
The text was updated successfully, but these errors were encountered: