We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1c5b1 commit b8fce01Copy full SHA for b8fce01
1 file changed
xtable-utilities/pom.xml
@@ -120,6 +120,11 @@
120
<artifactId>spark-sql_${scala.binary.version}</artifactId>
121
<scope>runtime</scope>
122
</dependency>
123
+ <dependency>
124
+ <groupId>org.apache.spark</groupId>
125
+ <artifactId>spark-catalyst_${scala.binary.version}</artifactId>
126
+ <scope>runtime</scope>
127
+ </dependency>
128
129
<!-- Hadoop dependencies -->
130
<dependency>
0 commit comments