databricks / spark-sql-perf

Apache License 2.0
582 stars 406 forks source link

Add header while generating csv format data and infer schema and header when creating external table. #188

Open q2w opened 4 years ago

q2w commented 4 years ago

This PR fixes table creation in case of csv format data.

  1. It add header while generating data.
  2. It infers schema and header while creating external tables.