diqiu50 commented on code in PR #11186:
URL: https://github.com/apache/gravitino/pull/11186#discussion_r3345628458


##########
spark-connector/v3.5/spark/build.gradle.kts:
##########
@@ -27,6 +29,51 @@ repositories {
   mavenCentral()
 }
 
+val glueHiveJarsDir = "$buildDir/tmp/glue-hive-jars"
+val glueLibsBase =
+  
"https://raw.githubusercontent.com/datastrato/spark-hive-glue-libs/main/spark3/glue-3.4.0";
+val mavenCentral = "https://repo1.maven.org/maven2";

Review Comment:
   A patch to add AWS Glue support for Spark Hive JARs, which we use in 
integration tests to launch Spark environments.



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