jpisaac commented on a change in pull request #1185:
URL: https://github.com/apache/phoenix/pull/1185#discussion_r605165518
##########
File path:
phoenix-pherf/src/test/java/org/apache/phoenix/pherf/rules/SequentialDateDataGeneratorTest.java
##########
@@ -64,7 +64,7 @@ public void testGetDataValue() {
generator = new SequentialDateDataGenerator(columnA);
DataValue result1 = generator.getDataValue();
LocalDateTime result1LocalTime =
FMT.parseDateTime(result1.getValue()).toLocalDateTime();
- assertTrue(!result1LocalTime.isBefore(startDateTime));
+ assertFalse(result1LocalTime.isBefore(startDateTime));
Review comment:
@ChinmaySKulkarni
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]