ActianCorp / spark-vector

Repository for the Spark-Vector connector
Apache License 2.0
20 stars 9 forks source link

Makes job option and extra option keys case insensitive. #79

Closed fgropengieser closed 4 years ago

fgropengieser commented 4 years ago

Currently, we run into trouble when keys in the OPTION string within a CREATE EXTERNAL TABLE statement are written upper case or mixed case. This minor change fixes this issue.

Today, I extended the pull request with another commit which makes determination of the schema of an external reference more flexible.