hgromer commented on code in PR #6623:
URL: https://github.com/apache/hbase/pull/6623#discussion_r1926084171
##########
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestOnlineLogRecord.java:
##########
@@ -44,21 +44,21 @@ public void itSerializesScan() {
Scan scan = new Scan();
scan.withStartRow(Bytes.toBytes(123));
scan.withStopRow(Bytes.toBytes(456));
- String expectedOutput =
- "{\n" + " \"startTime\": 1,\n" + " \"processingTime\": 2,\n" + "
\"queueTime\": 3,\n"
Review Comment:
it seems like adding a field completely changed the order of the serialized
fields. all I did her was add the queryMetricsEnabled field
--
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]