Fokko commented on a change in pull request #7810: Remove Apache Pig from the tests URL: https://github.com/apache/incubator-druid/pull/7810#discussion_r292030379
########## File path: core/src/main/java/org/apache/druid/java/util/common/parsers/ObjectFlatteners.java ########## @@ -32,13 +32,8 @@ import java.util.function.Function; import java.util.stream.Collectors; -public class ObjectFlatteners +public abstract class ObjectFlatteners Review comment: Hmm, okay. I've removed the abstract class and reverted it to the original. ---------------------------------------------------------------- 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]
