Spark Types of Tables and Views
Apache Spark & PySpark supports SQL natively through Spark SQL API which allows us to run SQL queries by creating tables and views on top of DataFrame. In this article,…
0 Comments
November 29, 2022
Apache Spark & PySpark supports SQL natively through Spark SQL API which allows us to run SQL queries by creating tables and views on top of DataFrame. In this article,…
Let's discuss the differences between drop, delete and truncate using Spark SQL. Even though Drop, Delete, and Truncate sound the same but there is a huge difference when it comes…