Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
vivek_varanasi
Partner - Contributor II
Partner - Contributor II

Avro Error when connecting snowflake and thmap

Hi All,

 

I've very simple use case.

 

tFixedFlow ( name ) -> tHamp -> tsnowflakeoutput

 

PS : Don't ask me why you are using tHmap in above scenario ( I've another scenario where i'm getting idoc from SAP , which i need to parse and load into snowflake - that's the reason i made the problem statement simple.)

 

Exception in thread "main" java.lang.NoSuchMethodError: org.apache.avro.Schema.getLogicalType()Lorg/apache/avro/LogicalType;
at org.talend.daikon.avro.LogicalTypeUtils.isLogicalDate(LogicalTypeUtils.java:74)
at org.talend.codegen.enforcer.IncomingSchemaEnforcer.put(IncomingSchemaEnforcer.java:446)
at org.talend.codegen.enforcer.IncomingSchemaEnforcer.put(IncomingSchemaEnforcer.java:379)
at reusabledataexchangetemplate.snowflake_to_sap_0_1.SNOWFLAKE_TO_SAP.tFixedFlowInput_1Process(SNOWFLAKE_TO_SAP.java:1924)
at reusabledataexchangetemplate.snowflake_to_sap_0_1.SNOWFLAKE_TO_SAP.tDBConnection_1Process(SNOWFLAKE_TO_SAP.java:689)
at reusabledataexchangetemplate.snowflake_to_sap_0_1.SNOWFLAKE_TO_SAP.runJobInTOS(SNOWFLAKE_TO_SAP.java:2740)
at reusabledataexchangetemplate.snowflake_to_sap_0_1.SNOWFLAKE_TO_SAP.main(SNOWFLAKE_TO_SAP.java:2432)

 

0683p000009MaJ7.png

Labels (5)
2 Replies
JSanda15
Contributor
Contributor

I am getting the exact same error messaging with the same components (not including tHMap). My guess is the fault lies with the duplicate org.talend.codegen.enforcer.IncomingSchemaEnforcer.put messages. I also require a solution.

KB_Parpally
Contributor II
Contributor II

Hi @vivekvardhan vivekvardhan​  Any update on your issue? my self also facing the same error.