yihua commented on code in PR #18224:
URL: https://github.com/apache/hudi/pull/18224#discussion_r3034343802


##########
packaging/hudi-utilities-bundle/pom.xml:
##########
@@ -152,6 +152,9 @@
                   <include>com.101tec:zkclient</include>
                   <include>org.apache.kafka:kafka-clients</include>
 
+                  <!-- AWS Kinesis SDK for JsonKinesisSource -->
+                  <include>software.amazon.awssdk:kinesis</include>
+

Review Comment:
   If user does not use AWS-related classes, it should be not be included in 
the `hudi-utilities-bundle`.  From that perspective, 
`software.amazon.awssdk:kinesis` should not live here.  Whenever user uses 
hudi-utilities-bundle on AWS, they should include `hudi-aws-bundle` along with 
`hudi-utilities-bundle`.



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

Reply via email to