Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmacdonald committed Feb 15, 2024
1 parent 9f01e14 commit 27fc003
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/macaw/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
(com.metabase.macaw
ASTWalker
SqlVisitor)
(net.sf.jsqlparser
Model)
(net.sf.jsqlparser.parser
CCJSqlParserUtil)
(net.sf.jsqlparser.schema
Expand All @@ -14,7 +12,7 @@
(net.sf.jsqlparser.util
TablesNamesFinder)))

#_(set! *warn-on-reflection* true)
(set! *warn-on-reflection* true)

(defn query->tables
"Given a parsed query (i.e., a [subclass of] `Statement`) return a list of fully-qualified table names found within it.
Expand Down

0 comments on commit 27fc003

Please sign in to comment.