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 17b381e commit 93f97fdCopy full SHA for 93f97fd
etl/tests/partitioned_table_test.rs
@@ -22,7 +22,7 @@ async fn partitioned_table_sync_succeeds_with_inherited_primary_keys() {
22
("p3", "FROM (200) TO (300)"),
23
];
24
25
- let (_parent_table_id, partition_table_ids) =
+ let (parent_table_id, partition_table_ids) =
26
create_partitioned_table(&database, table_name.clone(), &partition_specs)
27
.await
28
.expect("Failed to create partitioned table");
0 commit comments