databricks / databricks-sql-go

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

Tools.go causes package conflict #162

Open andyleap opened 9 months ago

andyleap commented 9 months 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 9 months ago

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