Skip to content

Commit

Permalink
Merge branch 'master' into alhuang-iceberg-column-name
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-alhuang authored Nov 5, 2024
2 parents d0b7e00 + bd1e77f commit 1c37326
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e-jar-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc-fips</artifactId>
<version>3.18.0</version>
<version>3.20.0</version>
</dependency>
<dependency>
<groupId>net.snowflake.snowflake-ingest-java-e2e-jar-test</groupId>
Expand Down
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<shadeBase>net.snowflake.ingest.internal</shadeBase>
<slf4j.version>1.7.36</slf4j.version>
<snappy.version>1.1.10.5</snappy.version>
<snowjdbc.version>3.18.0</snowjdbc.version>
<snowjdbc.version>3.20.0</snowjdbc.version>
<yetus.version>0.13.0</yetus.version>
</properties>

Expand Down Expand Up @@ -888,7 +888,18 @@
</ignoreClasses>
<findAllDuplicates>true</findAllDuplicates>
<ignoreWhenIdentical>true</ignoreWhenIdentical>
<dependencies>
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<ignoreClasses>
<!-- zstd exists in ingest JAR, as well as JDBC jar and cannot be relocated, so we need to ignore it here -->
<ignoreClass>com.github.luben.zstd.*</ignoreClass>
</ignoreClasses>
</dependency>
</dependencies>
</banDuplicateClasses>

<banDuplicatePomDependencyVersions/>
<bannedDependencies/>
<dependencyConvergence/>
Expand Down
2 changes: 1 addition & 1 deletion public_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<version>3.18.0</version>
<version>3.20.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1c37326

Please sign in to comment.