Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AIRFLOW-378] Add string casting to params of spark-sql operator
For parameters num_executors and executor_cores add casts to strings to prevent issues when these parameters are passed as integers (as comments specify). Also fix minor typo that breaks the use of num-executors param. Closes apache#1694 from danielvdende/spark_sql_operator_bugfixes
- Loading branch information