spark-sql-perf icon indicating copy to clipboard operation
spark-sql-perf copied to clipboard

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

Open q2w opened this issue 6 years ago • 0 comments

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.

q2w avatar Apr 20 '20 10:04 q2w