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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tDenormalizeSortedRow

Hi,
I try to use tDenormalizeSortedRow bu the generated code is not valid ("cannot cast int to Long").
In fact there is a Long in the flow, so the generated code is :
Long group_size_tDenormalizeSortedRow_1 = (Long) 0;
To be ok, we may have :
Long group_size_tDenormalizeSortedRow_1 = (Long) 0L;
I think there is a problem in tDenormalizeSortedRow_begin.javajet with line :
if(("String").equals(type) || ("Object").equals(type) || ("java.util.Date").equals(type) || ("byte[]").equals(type)){%>=null<%}else if(("boolean").equals(type) || ("Boolean").equals(type)){%>=false<%}else{%>=(<%=type %>)0<%}%>;
there is no "if" for Long type
Is it a bug or there is something wrong in my job ?
I use Talend 3.2.2r33000.
Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hello
You can report a bug on our bugtracker.
Thanks for your support!!
Best regards
shong
Anonymous
Not applicable
Author