Skip to content

Commit fbc2af2

Browse files
committed
lint
1 parent c219440 commit fbc2af2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ import (
1818
"github.com/databricks/databricks-sql-go/internal/client"
1919
"github.com/databricks/databricks-sql-go/internal/config"
2020
dbsqlerrint "github.com/databricks/databricks-sql-go/internal/errors"
21-
"github.com/databricks/databricks-sql-go/internal/thrift_protocol"
2221
"github.com/databricks/databricks-sql-go/internal/rows"
2322
"github.com/databricks/databricks-sql-go/internal/sentinel"
23+
"github.com/databricks/databricks-sql-go/internal/thrift_protocol"
2424
"github.com/databricks/databricks-sql-go/logger"
2525
"github.com/pkg/errors"
2626
)

internal/thrift_protocol/protocol_feature_util.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ package thrift_protocol
22

33
import "github.com/databricks/databricks-sql-go/internal/cli_service"
44

5-
6-
75
// Feature checks
86
// SupportsDirectResults checks if the server protocol version supports direct results
97
// Supported in SPARK_CLI_SERVICE_PROTOCOL_V1 and above
@@ -45,4 +43,4 @@ func SupportsParameterizedQueries(version cli_service.TProtocolVersion) bool {
4543
// Supported in SPARK_CLI_SERVICE_PROTOCOL_V4 and above
4644
func SupportsMultipleCatalogs(version cli_service.TProtocolVersion) bool {
4745
return version >= cli_service.TProtocolVersion_SPARK_CLI_SERVICE_PROTOCOL_V4
48-
}
46+
}

0 commit comments

Comments
 (0)