mdayakar commented on code in PR #4476:
URL: https://github.com/apache/hive/pull/4476#discussion_r1265784125


##########
itests/hive-unit/pom.xml:
##########
@@ -483,6 +483,12 @@
       <version>${htmlunit.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>net.sf.supercsv</groupId>
+      <artifactId>super-csv</artifactId>
+      <version>${super-csv.version}</version>
+      <scope>test</scope>
+    </dependency>

Review Comment:
   Was facing issues while running itests without this dependency, anyway for 
the current fix this change not required so reverted back.



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