Ran the two commands in Pyspark- spark.read.table("df1").collect() and spark.table("df1").collect() , both gave same output. What is the difference?
Asked
Active
Viewed 29 times
0
-
This stack overflow question is related to yours: https://stackoverflow.com/questions/62887381/what-is-the-differences-between-spark-tabletable-a-and-spark-read-table-a – smurphy Dec 09 '22 at 20:04