You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow string value for select for enhanced query request (#5869)
* Add builder for enhanced query request with String instead of Select enum
* Remove unused imports
* Added implementation for handling projection expression as string value.
* Revert to first implementation of this feature.
* Modified select() getter to allow backwards compatibility. Removed unnecessary conversion from selectAsString().
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/it/java/software/amazon/awssdk/enhanced/dynamodb/ScanQueryIntegrationTest.java
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/model/QueryEnhancedRequest.java
+16-5
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ public final class QueryEnhancedRequest {
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/BasicQueryTest.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -584,7 +584,7 @@ public void queryAllRecordsDefaultSettings_withSelect_specificAttributes() {
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/BasicScanTest.java
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/document/BasicQueryTest.java
0 commit comments