mirror of https://github.com/apache/druid.git
Remove sorting of dimensions in AvroStreamInputRowParserTest
Due to https://github.com/druid-io/druid-api/pull/68
This commit is contained in:
parent
937ae6ad20
commit
e941303bc6
|
@ -185,7 +185,6 @@ public class AvroStreamInputRowParserTest
|
|||
|
||||
public static void assertInputRowCorrect(InputRow inputRow)
|
||||
{
|
||||
Collections.sort(DIMENSIONS);
|
||||
assertEquals(DIMENSIONS, inputRow.getDimensions());
|
||||
assertEquals(DATE_TIME.getMillis(), inputRow.getTimestampFromEpoch());
|
||||
|
||||
|
|
Loading…
Reference in New Issue