clintropolis commented on a change in pull request #9310: Remove EasyMock dependency from CalciteTests. URL: https://github.com/apache/druid/pull/9310#discussion_r375061118
########## File path: sql/src/test/java/org/apache/druid/sql/calcite/util/CalciteTests.java ########## @@ -129,20 +133,24 @@ import org.apache.druid.sql.calcite.view.ViewManager; import org.apache.druid.timeline.DataSegment; import org.apache.druid.timeline.partition.LinearShardSpec; -import org.easymock.EasyMock; Review comment: Hmm, I've got an open PR that is using EasyMock heavily to allow for testing sql queries on system tables.... https://github.com/apache/druid/pull/6974/files#diff-ed8d85db2f346595b7faf34f45a78fd6R870 Any ideas on what we should do? ---------------------------------------------------------------- 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]
