Skip to content

Commit a05f1fd

Browse files
change commands to include ones in docs
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 9aebea2 commit a05f1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_sea_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_open_session_with_all_parameters(self, sea_client, mock_http_client):
102102
mock_http_client._make_request.return_value = {"session_id": "test-session-456"}
103103

104104
# Call the method with all parameters
105-
session_config = {"spark.sql.shuffle.partitions": "10"}
105+
session_config = {"ANSI_MODE": "FALSE", "STATEMENT_TIMEOUT": "3600"}
106106
catalog = "test_catalog"
107107
schema = "test_schema"
108108

0 commit comments

Comments
 (0)