Friday, March 20, 2020
Subscribe to:
Posts (Atom)
Delta Lake - Time Travel
Time Travel allows you to query, restore, or compare data from a previous version of a Delta table. Delta Lake automatically keeps tra...
-
When to Use What? ✅ Use "Storing DataFrame as Delta Table" if: You don’t need SQL access and will only use Spark for reading/...
-
Time Travel allows you to query, restore, or compare data from a previous version of a Delta table. Delta Lake automatically keeps tra...
-
Understanding AST (Abstract Syntax Tree) in Spark An Abstract Syntax Tree (AST) is a way to break down a query into a tree-like structure s...