Skip to content

Commit 38979de

Browse files
author
Lucas McDonald
committed
sync
1 parent 168efcc commit 38979de

File tree

2 files changed

+4
-0
lines changed
  • DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted
  • TestVectors/runtimes/python/test

2 files changed

+4
-0
lines changed

DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted/table.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,9 @@ def _table_operation_logic(
364364
# Copy any missing fields from the SDK output to the response (e.g. `ConsumedCapacity`)
365365
dbesdk_response = self._copy_sdk_response_to_dbesdk_response(sdk_output, dbesdk_response)
366366

367+
# Clean up the expression builder for the next operation
368+
self._resource_shape_to_client_shape_converter.expression_builder.reset()
369+
367370
return dbesdk_response
368371

369372
@property
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
3+
"""Stub to allow relative imports of examples from tests."""

0 commit comments

Comments
 (0)