saurfang / spark-sas7bdat

Splittable SAS (.sas7bdat) Input Format for Hadoop and Spark SQL
http://spark-packages.org/package/saurfang/spark-sas7bdat
Apache License 2.0
89 stars 40 forks source link

Case sensitivity in column names #43

Closed thesuperzapper closed 5 years ago

thesuperzapper commented 5 years ago

Since 2.0, Spark is case-sensitive in column-names, it might make sense to provide users with a flag for spark-sas7bdat to force inferred column names to lower case, as SAS itself is case-insensitive.

What are people's thoughts?