Skip to content

Commit 38ee5c3

Browse files
committed
Merge remote-tracking branch 'myfork/get_partition_meta' into get_partition_meta
2 parents b3bd4d8 + 330d79c commit 38ee5c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/alipay/oceanbase/rpc/ObGetPartitionTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ public void testGetPartitionInBatchOperation() throws Exception {
280280

281281
@Test
282282
public void testGetPartitionWithRowKeyValues() throws Exception {
283+
client.addRowKeyElement("test_mutation", new String[] {"c1", "c2" } );
283284
Object values[][] = { { 1L, "c2_val", "c3_val", 100L }, { 400L, "c2_val", "c3_val", 100L },
284285
{ 1001L, "c2_val", "c3_val", 100L } };
285286
int rowCnt = values.length;

0 commit comments

Comments
 (0)