We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a7f07 commit 4271072Copy full SHA for 4271072
core/src/test/java/com/scalar/db/transaction/consensuscommit/CrudHandlerTest.java
@@ -568,7 +568,6 @@ public void get_DifferentGetButSameRecordReturned_ShouldNotOverwriteReadSet()
568
Get getForStorage2 =
569
Get.newBuilder(get2)
570
.clearProjections()
571
- .projections(TRANSACTION_TABLE_METADATA.getAfterImageColumnNames())
572
.clearConditions()
573
.where(column(ANY_NAME_3).isEqualToText(ANY_TEXT_3))
574
.or(column(Attribute.BEFORE_PREFIX + ANY_NAME_3).isEqualToText(ANY_TEXT_3))
0 commit comments