rangareddy commented on issue #13574:
URL: https://github.com/apache/hudi/issues/13574#issuecomment-3125418618
Hi @eshu
The problem appears to be with SBT, as the same dependency downloaded
correctly using Maven without any issues.
```xml
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-spark3.5.x_2.12</artifactId>
<version>0.15.0</version>
</dependency>
```
The following two jars are available in Maven central.
-
https://repo1.maven.org/maven2/org/apache/hudi/hudi-spark-common_2.12/0.15.0/
- https://repo1.maven.org/maven2/org/apache/hudi/hudi-spark3.5.x_2.12/0.15.0/
--
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]