hannahkamundson commented on code in PR #44337:
URL: https://github.com/apache/spark/pull/44337#discussion_r1432993961


##########
sql/api/pom.xml:
##########
@@ -76,6 +76,20 @@
             <groupId>org.apache.arrow</groupId>
             <artifactId>arrow-memory-netty</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.spark</groupId>
+            <artifactId>spark-core_${scala.binary.version}</artifactId>

Review Comment:
   Okay, I'm having a hard time getting it to compile locally when I remove the 
test scope dependency on core because `SparkFunSuite` depends on 
`org.apache.spark.internal.config.Tests.IS_TESTING`, but maybe I am doing 
something wrong locally. I removed it and hopefully it won't have the issues I 
was having locally.



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