Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit e8d092c

Browse files
authored
Update databricks_sql.clj
1 parent 40999f5 commit e8d092c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/metabase/driver/databricks_sql.clj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@
6666
[_driver]
6767
2)
6868

69-
(defmethod sql.qp/honey-sql-version :databricks-sql
70-
[_driver]
71-
2)
72-
7369
;; workaround for SPARK-9686 Spark Thrift server doesn't return correct JDBC metadata
7470
(defmethod driver/describe-database :databricks-sql
7571
[_ database]
@@ -180,4 +176,4 @@
180176

181177
(defmethod sql.qp/quote-style :databricks-sql
182178
[_driver]
183-
:mysql)
179+
:mysql)

0 commit comments

Comments
 (0)