rahil-c commented on code in PR #5786:
URL: https://github.com/apache/hudi/pull/5786#discussion_r918187871


##########
hudi-client/hudi-spark-client/pom.xml:
##########
@@ -174,6 +208,12 @@
       <artifactId>awaitility</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>

Review Comment:
   My assumption is you are referring to this dependency?
   ```
       <dependency>
         <groupId>com.thoughtworks.paranamer</groupId>
         <artifactId>paranamer</artifactId>
         <version>2.8</version>
         <scope>test</scope>
       </dependency>
   ```
   this change was made by @xushiyan but i think we need this newer 2.8 for 
spark 3.2.1 if its the default profile. In master we have this 
https://github.com/apache/hudi/search?q=paranamer in the licenses we seem to be 
reffering to 2.7



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