Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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)
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.
Hi @vivekvardhan vivekvardhan Any update on your issue? my self also facing the same error.