File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1515 org.apache.logging.log4j/log4j-core {:mvn/version " 2.20.0" }
1616 org.apache.logging.log4j/log4j-slf4j2-impl {:mvn/version " 2.20.0" }}}
1717 :dev {
18- :extra-deps {com.clojure-goes-fast/clj-async-profiler {:mvn/version " 1.0.4" }}
18+ :extra-deps {com.clojure-goes-fast/clj-async-profiler {:mvn/version " 1.0.4" }
19+ org.clojure/tools.namespace {:mvn/version " 1.4.4" }}
1920
2021 :jvm-opts [" -Djdk.attach.allowAttachSelf" ; ; for jdk9+
2122 ]
Original file line number Diff line number Diff line change 6161 ([tabular-source
6262 metadata-source
6363 table-schema-source
64- {:keys [mode] :as options }]
64+ {:keys [mode]}]
6565 (let [mode (or mode :standard )
6666 {:keys [tables] :as metadata} (processing/get-metadata tabular-source metadata-source table-schema-source)
6767 table-group-dialect (:dialect metadata)
You can’t perform that action at this time.
0 commit comments