mirror of https://github.com/apache/druid.git
This commit is contained in:
parent
dfe4aa9681
commit
10b5e0ca93
|
@ -61,7 +61,7 @@ public class ScanResultValueTimestampComparatorTest
|
||||||
|
|
||||||
ScanResultValueTimestampComparator comparator = new ScanResultValueTimestampComparator(query);
|
ScanResultValueTimestampComparator comparator = new ScanResultValueTimestampComparator(query);
|
||||||
|
|
||||||
ArrayList<HashMap<String, Object>> events1 = new ArrayList<>();` `
|
ArrayList<HashMap<String, Object>> events1 = new ArrayList<>();
|
||||||
HashMap<String, Object> event1 = new HashMap<>();
|
HashMap<String, Object> event1 = new HashMap<>();
|
||||||
event1.put(ColumnHolder.TIME_COLUMN_NAME, new Long(42));
|
event1.put(ColumnHolder.TIME_COLUMN_NAME, new Long(42));
|
||||||
events1.add(event1);
|
events1.add(event1);
|
||||||
|
|
Loading…
Reference in New Issue