mcvsubbu commented on a change in pull request #3682: Change javadoc in
RealtimeSegmentRelocator
URL: https://github.com/apache/incubator-pinot/pull/3682#discussion_r247255329
##########
File path:
pinot-common/src/test/java/org/apache/pinot/common/data/SchemaTest.java
##########
@@ -322,6 +322,7 @@ public void testByteType() throws DecoderException,
IOException {
byte[] expectedEmptyDefault = new byte[0];
byte[] expectedNonEmptyDefault = Hex.decodeHex("abcd1234".toCharArray());
+ expectedSchema.setSchemaName("test");
Review comment:
not sure why we need this change?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]