richox commented on code in PR #1457:
URL: https://github.com/apache/auron/pull/1457#discussion_r2438080452
##########
spark-extension/pom.xml:
##########
@@ -88,6 +88,13 @@
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-vector</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
Review Comment:
> Should we keep scala test style for spark-extension? cc
[@richox](https://github.com/richox)
i think both java and scala can be used in spark-extension, and for java
code, using junit is ok.
--
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]