Comment on How to create a 1M record table with a single queryComments−tandav5y spark.sparkContext.range(1_000_000, numSlices=200).take(20)
Comments