zhengruifeng commented on PR #39017: URL: https://github.com/apache/spark/pull/39017#issuecomment-1350371627
I personally prefer adding a separate proto message to create a sorted or cached dataframe [here](https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala#L2560-L2574) , and do not touch `Sample` and then the python client side can generate all the sampled splits from this one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
