Skip to content

SEA: Cleanup #626

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 10 commits into
base: sea-migration
Choose a base branch
from
1 change: 0 additions & 1 deletion examples/experimental/tests/test_sea_async_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def test_sea_async_query_with_cloud_fetch():
use_sea=True,
user_agent_entry="SEA-Test-Client",
use_cloud_fetch=True,
enable_query_result_lz4_compression=False,
)

logger.info(
Expand Down
1 change: 0 additions & 1 deletion examples/experimental/tests/test_sea_sync_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def test_sea_sync_query_with_cloud_fetch():
use_sea=True,
user_agent_entry="SEA-Test-Client",
use_cloud_fetch=True,
enable_query_result_lz4_compression=False,
)

logger.info(
Expand Down
Loading
Loading