Catalog

SQL

Spark SQL - Catalog API

The Spark Catalog API exposes metadata operations through the SparkSession.catalog object. This interface abstracts the underlying metastore implementation, whether you’re using Hive, Glue, or…

Read more →