Skip to content
Snippets Groups Projects
Unverified Commit d78d082c authored by Cam Saul's avatar Cam Saul
Browse files

Fix SparkSQL driver registration

parent 5630ec63
No related branches found
No related tags found
No related merge requests found
......@@ -223,4 +223,7 @@
:string-length-fn (u/drop-first-arg hive-like/string-length-fn)
:unix-timestamp->timestamp (u/drop-first-arg hive-like/unix-timestamp->timestamp)}))
(driver/register-driver! :sparksql (SparkSQLDriver.))
(defn -init-driver
"Register the SparkSQL driver."
[]
(driver/register-driver! :sparksql (SparkSQLDriver.)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment