Skip to content

Commit

Permalink
Update core/src/test/java/org/apache/accumulo/core/data/LoadPlanTest.…
Browse files Browse the repository at this point in the history
…java

Co-authored-by: Daniel Roberts <[email protected]>
  • Loading branch information
keith-turner and ddanielr authored Oct 1, 2024
1 parent 2003eae commit 667f12e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void testJson() {

String expected = "{'destinations':[{'fileName':'f1.rf','startRow':null,'endRow':'" + b64003
+ "','rangeType':'TABLE'},{'fileName':'f2.rf','startRow':'" + b64004 + "','endRow':'"
+ b64007 + "','rangeType':'FILE'}," + "{'fileName':'f1.rf','startRow':'" + b64005
+ b64007 + "','rangeType':'FILE'},{'fileName':'f1.rf','startRow':'" + b64005
+ "','endRow':'" + b64006 + "','rangeType':'TABLE'}," + "{'fileName':'f3.rf','startRow':'"
+ b64008 + "','endRow':null,'rangeType':'TABLE'}]}";

Expand Down

0 comments on commit 667f12e

Please sign in to comment.