Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for spark sql #113

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Attempt to fix test failures
jphalip committed Dec 25, 2023
commit 03ea38424a5dce2e084bf85acedc8644965e82d1
12 changes: 12 additions & 0 deletions hive-2-bigquery-connector/pom.xml
Original file line number Diff line number Diff line change
@@ -18,6 +18,12 @@
<groupId>${project.groupId}</groupId>
<artifactId>hive-bigquery-connector-common</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>grpc-netty-shaded</artifactId>
<groupId>io.grpc</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
@@ -34,6 +40,12 @@
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>grpc-netty-shaded</artifactId>
<groupId>io.grpc</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>