-1

For simplicty's sake and in pseudocode, if I do myDF = spark.read.option('inferSchema', True).json(someFiles) and then I do myDF.count() does spark read the data from disk twice?

Joshua Cook
  • 12,495
  • 2
  • 35
  • 31

1 Answers1

0