We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80ea49 commit ac381f3Copy full SHA for ac381f3
examples/experimental/sea_connector_test.py
@@ -7,7 +7,7 @@
7
logger = logging.getLogger(__name__)
8
9
10
-def test_sea_query_execution_with_compression():
+def test_sea_query_exec():
11
"""
12
Test executing a query using the SEA backend with result compression.
13
@@ -159,4 +159,4 @@ def test_sea_session():
159
test_sea_session()
160
161
# Test query execution with compression
162
- test_sea_query_execution_with_compression()
+ test_sea_query_exec()
0 commit comments