Skip to content

Commit f4b0e6b

Browse files
committed
Merge remote-tracking branch 'origin/CLIENT-2790-deprecate-value_byte_size' into CLIENT-2790-deprecate-value_byte_size
2 parents 1a3d505 + 241f374 commit f4b0e6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aerospike_helpers/operations/bitwise_operations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ def bit_and(bin_name: str, bit_offset, bit_size, value_byte_size, value, policy=
314314
POLICY_KEY: policy,
315315
BIT_OFFSET_KEY: bit_offset,
316316
BIT_SIZE_KEY: bit_size,
317+
VALUE_BYTE_SIZE_KEY: value_byte_size,
317318
VALUE_KEY: value,
318319
}
319320

0 commit comments

Comments
 (0)