sashidhar commented on issue #7858: Turn ImmutableDruidDataSource into a data container URL: https://github.com/apache/incubator-druid/issues/7858#issuecomment-502780887 The side effect of adding a static analysis check catching ImmutableDruidDataSource.equals() is that assert statements in tests like [Assert.assertEquals(dataSource, objectMapper.readValue(json, ImmutableDruidDataSource.class));](https://github.com/apache/incubator-druid/blob/master/server/src/test/java/org/apache/druid/client/ImmutableDruidDataSourceTest.java) are flagged as errors.
---------------------------------------------------------------- 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]
