File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ package thrift_protocol
22
33import "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
4644func SupportsMultipleCatalogs (version cli_service.TProtocolVersion ) bool {
4745 return version >= cli_service .TProtocolVersion_SPARK_CLI_SERVICE_PROTOCOL_V4
48- }
46+ }
You can’t perform that action at this time.
0 commit comments