Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailBurdukov committed Sep 10, 2024
1 parent 08604eb commit f2db1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/features/backup_replicated.feature
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ Feature: Backup replicated merge tree table
CounterID UInt32,
UserID UInt32
)
ENGINE = ReplicatedMergeTree('/clickhouse/tables/{uuid}/test_db.table_01', '{replica}')
ENGINE = ReplicatedMergeTree('/clickhouse/tables/shard01/test_db.table_01', '{replica}')
PARTITION BY CounterID % 10
ORDER BY (CounterID, EventDate, intHash32(UserID))
SAMPLE BY intHash32(UserID);
Expand Down

0 comments on commit f2db1fc

Please sign in to comment.