spark-instrumented-optimizer/sql/hive-thriftserver
Cheng Lian 6f94d56a95 [SPARK-10845] [SQL] Makes spark.sql.hive.version a SQLConfEntry
When refactoring SQL options from plain strings to the strongly typed `SQLConfEntry`, `spark.sql.hive.version` wasn't migrated, and doesn't show up in the result of `SET -v`, as `SET -v` only shows public `SQLConfEntry` instances. This affects compatibility with Simba ODBC driver.

This PR migrates this SQL option as a `SQLConfEntry` to fix this issue.

Author: Cheng Lian <lian@databricks.com>

Closes #8925 from liancheng/spark-10845/hive-version-conf.
2015-09-26 19:08:55 -07:00
..
src [SPARK-10845] [SQL] Makes spark.sql.hive.version a SQLConfEntry 2015-09-26 19:08:55 -07:00
pom.xml Update version to 1.6.0-SNAPSHOT. 2015-09-15 00:54:20 -07:00