microsoft / sql-spark-connector

Apache Spark Connector for SQL Server and Azure SQL
Apache License 2.0
274 stars 116 forks source link

Provide OPTIONS in read path #200

Open shivsood opened 2 years ago

shivsood commented 2 years ago

Reading from SQL server can be optimized using certain options. Currently Connector does not support a read path and any options that can be used to query. Adding support will help read use case with faster reads.