I am trying to follow along Apache Spark Programming training module where the instructor creates events table from a parquet file like this:%sql
CREATE TABLE IF NOT EXISTS events USING parquet OPTIONS (path "/mnt/training/ecommerce/events/events.par...