This is an automated email from the ASF dual-hosted git repository.
timbrown pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
The following commit(s) were added to refs/heads/main by this push:
new b8fce01b fix scope of spark catalyst in utilities bundle (#790)
b8fce01b is described below
commit b8fce01b8cbed3cbc30525bf56718fbe58a52f2c
Author: Tim Brown <[email protected]>
AuthorDate: Mon Jan 26 15:27:22 2026 -0500
fix scope of spark catalyst in utilities bundle (#790)
---
xtable-utilities/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/xtable-utilities/pom.xml b/xtable-utilities/pom.xml
index b0f09a3e..0f02c2c2 100644
--- a/xtable-utilities/pom.xml
+++ b/xtable-utilities/pom.xml
@@ -120,6 +120,11 @@
<artifactId>spark-sql_${scala.binary.version}</artifactId>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-catalyst_${scala.binary.version}</artifactId>
+ <scope>runtime</scope>
+ </dependency>
<!-- Hadoop dependencies -->
<dependency>