databricks / databricks-sql-go

Golang database/sql driver for Databricks SQL.
Apache License 2.0
37 stars 41 forks source link

Tools.go causes package conflict #162

Open andyleap opened 1 year ago

andyleap commented 1 year ago

When trying to vendor this package into a bazel environment, tools.go package name "tools" is conflicting with the rest of the go files. This is due to the fact that gazelle generation largely ignores build tags in it's initial phase. Is there any way that file could either get the package matched or moved into it's own directory? Happy to make a PR for that either way...

rcypher-databricks commented 1 year ago

Thanks for raising this issue. We will look into it.