This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 24994a53c3 NIFI-12126: Downgrade snowflake-jdbc to 3.13.33 
snowflake-ingest-sdk:2.0.3 is not compatible with snowflake-jdbc:3.14.x
24994a53c3 is described below

commit 24994a53c355f52679d22aae8a96db5f06450f10
Author: Peter Turcsanyi <turcsa...@apache.org>
AuthorDate: Mon Sep 25 19:14:03 2023 +0200

    NIFI-12126: Downgrade snowflake-jdbc to 3.13.33
    snowflake-ingest-sdk:2.0.3 is not compatible with snowflake-jdbc:3.14.x
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #7790.
---
 nifi-nar-bundles/nifi-snowflake-bundle/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml 
b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
index 8dfd026f71..2485ade3b8 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
@@ -40,7 +40,8 @@
             <dependency>
                 <groupId>net.snowflake</groupId>
                 <artifactId>snowflake-jdbc</artifactId>
-                <version>3.14.1</version>
+                <!-- please check snowflake-ingest-sdk compatibility before 
upgrade -->
+                <version>3.13.33</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

Reply via email to