Kaz Cheng

Results 2 issues of Kaz Cheng

### Configuration ``` resource "databricks_sql_endpoint" "default" { name = "Default" cluster_size = "X-Small" max_num_clusters = 2 auto_stop_mins = 1 enable_photon = true enable_serverless_compute = true warehouse_type = "PRO" provider =...

## Changes The current implementation of selectSparkVersion() is broken when `sparkVersion` is supplied. This is due to the code requiring an exact match instead of a contains. The referenced Go...