Skip to content

Commit 7f0a9db

Browse files
committed
try different ipv6_subnet
1 parent 3a216c8 commit 7f0a9db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/docker_setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
shell: bash
1313
if: ${{ contains(inputs.test_name, 'Stateless') }}
1414
env:
15-
ipv6_subnet: 2001:3984:3989::/64
15+
ipv6_subnet: 2001:db8:1::/64
1616
run: |
1717
# make sure docker uses proper IPv6 config
1818
sudo touch /etc/docker/daemon.json

tests/queries/0_stateless/03441_deltalake_clickhouse_public_datasets.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
-- Tag no-msan: delta-kernel is not built with msan
44

55
SELECT count()
6-
FROM deltaLake('https://s3.dualstack.eu-central-1.amazonaws.com/clickhouse-public-datasets/delta_lake/hits/', NOSIGN, SETTINGS allow_experimental_delta_kernel_rs = 1);
6+
FROM deltaLake('https://clickhouse-public-datasets.s3.amazonaws.com/delta_lake/hits/', NOSIGN, SETTINGS allow_experimental_delta_kernel_rs = 1);

0 commit comments

Comments
 (0)