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 2c76f0c commit 53c79ceCopy full SHA for 53c79ce
scylla/src/cluster/metadata.rs
@@ -1669,7 +1669,7 @@ async fn query_tables_schema(
1669
.remove(&keyspace_and_table_name)
1670
.unwrap_or_default();
1671
1672
- // unwrap of get() result: all colum names in `partition_key` are at this
+ // unwrap of get() result: all column names in `partition_key` are at this
1673
// point guaranteed to be present in `columns`. See the construction of `partition_key`
1674
let pk_column_specs = partition_key
1675
.iter()
0 commit comments