the-other-tim-brown commented on code in PR #14131:
URL: https://github.com/apache/hudi/pull/14131#discussion_r2462117989


##########
pom.xml:
##########
@@ -897,7 +900,29 @@
         <version>${orc.spark.version}</version>
         <scope>compile</scope>
       </dependency>
-
+      <!-- Lance Core SDK -->
+      <dependency>
+        <groupId>com.lancedb</groupId>
+        <artifactId>lance-core</artifactId>
+        <version>${lance.version}</version>
+      </dependency>
+      <!-- Lance Spark for Arrow conversion -->
+      <dependency>
+        <groupId>com.lancedb</groupId>
+        <artifactId>lance-spark-base_${scala.binary.version}</artifactId>

Review Comment:
   Can we try using their bundled jar? 
https://mvnrepository.com/artifact/com.lancedb/lance-spark-bundle-3.5 - 
wondering if this will help with the dependency issue.



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