clintropolis commented on a change in pull request #8950: Support orc format 
for native batch ingestion
URL: https://github.com/apache/incubator-druid/pull/8950#discussion_r351059463
 
 

 ##########
 File path: extensions-core/parquet-extensions/pom.xml
 ##########
 @@ -288,72 +288,70 @@
           <artifactId>jersey-json</artifactId>
         </exclusion>
         <exclusion>
-          <artifactId>log4j</artifactId>
           <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
         </exclusion>
         <exclusion>
-          <artifactId>jetty-sslengine</artifactId>
           <groupId>org.mortbay.jetty</groupId>
+          <artifactId>jetty-sslengine</artifactId>
         </exclusion>
         <exclusion>
-          <artifactId>jetty-util</artifactId>
 
 Review comment:
   thanks for fixing the ordering on this, however it looks like a couple of 
`artifactId` lines got lost

----------------------------------------------------------------
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]

Reply via email to