Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

compilation error for unresolved field in schema and duplicate method

Getting below compilation error while running job. Can someone help to resolve this?
There are 2 errors one for field and another for duplicate method.
I have checked first one and field "Type" is there in schema.

"Duplicate method getType() in type EOC_3.row6strucct"

Labels (2)
1 Reply
Anonymous
Not applicable
Author

I suspect that your issue is due to Talend defining the method getType() for its own purposes.
I think, from a field naming perspective, "Type" is just one of those names that is best avoided as it is often a reserved word or can cause a conflict, as I suspect you're seeing here.