prateekm commented on a change in pull request #1039: SAMZA-2197: [Scala cleanup] Convert TaskConfig to Java URL: https://github.com/apache/samza/pull/1039#discussion_r290422621
########## File path: samza-azure/src/main/java/org/apache/samza/coordinator/AzureJobCoordinator.java ########## @@ -52,6 +52,7 @@ import org.apache.samza.util.Util; import org.slf4j.Logger; import org.slf4j.LoggerFactory; +import scala.collection.JavaConversions; Review comment: Shouldn't use both JavaConversions and JavaConverters. I think JavaConversions is now deprecated (maybe even removed) in recent Scala versions. ---------------------------------------------------------------- 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
