dengzhhu653 commented on code in PR #6589:
URL: https://github.com/apache/hive/pull/6589#discussion_r3601876702


##########
packaging/pom.xml:
##########
@@ -279,6 +279,19 @@
       <id>kubernetes</id>
       <!-- Builds the operator Docker image; the module itself is compiled 
unconditionally -->
     </profile>
+    <profile>
+      <id>druid-handler</id>
+      <!-- Opt-in: includes hive-druid-handler in the distribution. Excluded 
by default
+           because the shaded handler bundles legacy transitive dependencies 
(Netty 3,
+           older Jackson) tracked under HIVE-25013 and CVE remediation work. 
-->
+      <dependencies>
+        <dependency>

Review Comment:
   This will exclude the Druid handler, is it intended?



##########
packaging/pom.xml:
##########
@@ -279,6 +279,19 @@
       <id>kubernetes</id>
       <!-- Builds the operator Docker image; the module itself is compiled 
unconditionally -->
     </profile>
+    <profile>
+      <id>druid-handler</id>
+      <!-- Opt-in: includes hive-druid-handler in the distribution. Excluded 
by default
+           because the shaded handler bundles legacy transitive dependencies 
(Netty 3,
+           older Jackson) tracked under HIVE-25013 and CVE remediation work. 
-->
+      <dependencies>
+        <dependency>

Review Comment:
   This will exclude the Druid handler with current build command, is it 
intended?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to