Skip to content

Commit

Permalink
Small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Balwancia committed Dec 26, 2024
1 parent 8e68fb9 commit 0cfd169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cql3/statements/create_index_statement.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ create_index_statement::validate(query_processor& qp, const service::client_stat
if (_raw_targets.empty() && !_properties->is_custom) {
throw exceptions::invalid_request_exception("Only CUSTOM indexes can be created without specifying a target column");
}

_properties->validate();
}

Expand Down

0 comments on commit 0cfd169

Please sign in to comment.