10-19-2022 06:26 AM
Hi,
I want to make a PySpark DataFrame from a Table. I would like to ask about the difference of the following commands:
spark.read.table(TableName)
&
spark.table(TableName)
Both return PySpark DataFrame and look similar. Thanks.
10-19-2022 07:58 AM
There is no difference between spark.table & spark.read.table function.
Inside of spark.read.table is again calling spark.table function.
View solution in original post
10-20-2022 06:21 AM
Hi @Kaniz Fatma
I selected answer from @Kedar Deshpande as the best answer.
never-displayed
Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!