sashidhar commented on a change in pull request #7933: #7858 Throwing UnsupportedOperationException from ImmutableDruidDataSource's equals() and hashCode() methods URL: https://github.com/apache/incubator-druid/pull/7933#discussion_r298688240
########## File path: server/src/test/java/org/apache/druid/client/ImmutableDruidDataSourceTest.java ########## @@ -26,39 +26,76 @@ import com.google.common.collect.ImmutableSortedMap; import org.apache.druid.jackson.DefaultObjectMapper; import org.apache.druid.java.util.common.Intervals; +import org.apache.druid.test.utils.TestUtils; import org.apache.druid.timeline.DataSegment; import org.apache.druid.timeline.DataSegment.PruneLoadSpecHolder; -import org.junit.Assert; import org.junit.Test; +import javax.annotation.Nonnull; Review comment: Done ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
