This image shows a portion of the "Preview" section of the "Import CSV file to Hive" dialog box. The "Hive SQL command preview" Read-Only text box shows the following partial CREATE EXTERNAL TABLE Hive DDL command: CREATE EXTERNAL TABLE IF NOT EXISTS `default`.`taxidropoff_csv` ( `dropoff_city` VARCHAR(255), `pickup_hour_of_day` INT, `dropoff_airport` STRING, `dropoff_hour_of_day` INT, `dropoff_time_block` STRING,