LakshSingla commented on code in PR #16322:
URL: https://github.com/apache/druid/pull/16322#discussion_r1595986056
##########
processing/src/test/java/org/apache/druid/frame/key/ByteRowKeyComparatorTest.java:
##########
@@ -57,17 +82,21 @@ public class ByteRowKeyComparatorTest extends
InitializedNullHandlingTest
OBJECTS4,
OBJECTS5,
OBJECTS6,
- OBJECTS7
+ OBJECTS7,
+ OBJECTS8,
+ OBJECTS9
);
@Test
- public void test_compare_AAAA() // AAAA = all ascending
Review Comment:
I have added back the original tests and separated out the test cases for
byte comparison & byte + deserializing comparison for
`ByteRowKeyComparatorTest`, `RowKeyComparatorTest`,
`FrameWidgetComparisonImplTest`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]