Skip to content

Commit 2c2df16

Browse files
committed
Add additional OCD tests
1 parent 07de90f commit 2c2df16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arrow-array/src/array/byte_view_array.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,10 +1277,13 @@ mod tests {
12771277
b"than12Byt",
12781278
b"than12Bytes",
12791279
b"than12Bytes\0",
1280+
b"than12Bytesx",
1281+
b"than12Bytex",
12801282
b"than12Bytez",
12811283
// Additional lexical tests
12821284
b"xyy",
12831285
b"xyz",
1286+
b"xza",
12841287
];
12851288

12861289
// Create a GenericBinaryArray for cross-comparison of lex order

0 commit comments

Comments
 (0)