diff --git a/go/libraries/doltcore/table/typed/json/writer.go b/go/libraries/doltcore/table/typed/json/writer.go index c50f25249a..c6df04262b 100644 --- a/go/libraries/doltcore/table/typed/json/writer.go +++ b/go/libraries/doltcore/table/typed/json/writer.go @@ -21,7 +21,7 @@ import ( "errors" "fmt" "io" - + // _ import needed so that system vars are initialized correctly in the empty context used during printing "github.com/dolthub/go-mysql-server/sql" "github.com/dolthub/go-mysql-server/sql/types"