Skip to content

Commit

Permalink
Updated get
Browse files Browse the repository at this point in the history
  • Loading branch information
inv-jishnu committed Feb 3, 2025
1 parent 9271563 commit 04a82cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ Scan createScan(
*/
private Get createGetWith(
String namespace, String table, Key partitionKey, @Nullable Key clusteringKey) {
GetBuilder.BuildableGetWithPartitionKey buildable =
GetBuilder.BuildableGet buildable =
Get.newBuilder().namespace(namespace).table(table).partitionKey(partitionKey);
if (clusteringKey != null) {
buildable.clusteringKey(clusteringKey);
Expand Down

0 comments on commit 04a82cf

Please sign in to comment.