File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/experimental/tests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414
1515def test_sea_async_query_with_cloud_fetch ():
1616 """
17- Test executing a query asynchronously using the SEA backend with cloud fetch enabled.
17+ Test executing a simple query asynchronously using the SEA backend with cloud fetch enabled.
1818
1919 This function connects to a Databricks SQL endpoint using the SEA backend,
2020 executes a query asynchronously with cloud fetch enabled, and verifies that execution completes successfully.
@@ -120,7 +120,7 @@ def test_sea_async_query_with_cloud_fetch():
120120
121121def test_sea_async_query_without_cloud_fetch ():
122122 """
123- Test executing a query asynchronously using the SEA backend with cloud fetch disabled.
123+ Test executing a simple query asynchronously using the SEA backend with cloud fetch disabled.
124124
125125 This function connects to a Databricks SQL endpoint using the SEA backend,
126126 executes a query asynchronously with cloud fetch disabled, and verifies that execution completes successfully.
Original file line number Diff line number Diff line change 1212
1313def test_sea_sync_query_with_cloud_fetch ():
1414 """
15- Test executing a query synchronously using the SEA backend with cloud fetch enabled.
15+ Test executing a simple query synchronously using the SEA backend with cloud fetch enabled.
1616
1717 This function connects to a Databricks SQL endpoint using the SEA backend,
1818 executes a query with cloud fetch enabled, and verifies that execution completes successfully.
@@ -90,7 +90,7 @@ def test_sea_sync_query_with_cloud_fetch():
9090
9191def test_sea_sync_query_without_cloud_fetch ():
9292 """
93- Test executing a query synchronously using the SEA backend with cloud fetch disabled.
93+ Test executing a simple query synchronously using the SEA backend with cloud fetch disabled.
9494
9595 This function connects to a Databricks SQL endpoint using the SEA backend,
9696 executes a simple query with cloud fetch disabled, and verifies that execution completes successfully.
You can’t perform that action at this time.
0 commit comments