Github user rxin commented on the pull request:

    https://github.com/apache/spark/pull/1254#issuecomment-47420413
  
    The thing is we must scan data twice to make sure this actually works 
(because we need to verify the number of partitions we checked is sufficient). 
Usually users' specific use case can be solved with a very simple workaround 
despite the lack of RDD.drop (e.g. for csv files with header that you want to 
drop, you can just drop it at the first partition using an drop within a 
mapPartitions). 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to