[teiid-issues] [JBoss JIRA] (TEIID-5681) Error when trying to sort an expanded data set

Steven Hawkins (Jira) issues at jboss.org
Mon Mar 11 16:17:00 EDT 2019


    [ https://issues.jboss.org/browse/TEIID-5681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13706830#comment-13706830 ] 

Steven Hawkins commented on TEIID-5681:
---------------------------------------

Usually the importer will automatically handle widening unsigned types.  However the Teiid importer was not handling bigint - TEIID-5605 

So if you are using the Teiid connection importer, that will be automatically addressed with that change.  I'm not sure if the Teiid Designer JDBC importer correctly handles that situation or as you say if it should be producing a warning.

> Error when trying to sort an expanded data set
> ----------------------------------------------
>
>                 Key: TEIID-5681
>                 URL: https://issues.jboss.org/browse/TEIID-5681
>             Project: Teiid
>          Issue Type: Bug
>          Components: OData
>            Reporter: Christoph John
>            Assignee: Steven Hawkins
>            Priority: Major
>
> Hello together,
> when using orderby together with an odata expand  operation I get and error. The statement I am trying looks as follows:
> https://morpheus.fritz.box/odata4/svc/my_nutri_diary/Diary?$select=idDiaryEntry,MealNumber&$expand=fkDiaryToFDBProducts($select=brands,idCode,product_name)&$filter=AddedDateTime%20ge%202019-03-06T00:00:00%2B01:00%20and%20AddedDateTime%20le%202019-03-07T00:00:00%2B01:00&$orderby=MealNumber%20desc&$skip=0&$top=100
> The error is:
> <error xmlns="http://docs.oasis-open.org/odata/ns/metadata">
> <code>null</code>
> <message>
> TEIID31202 Detected that an already sorted set of values was not in the expected order (typically UTF-16 / UCS-2). Please check the translator settings to ensure character columns used for joining are sorted as expected.
> </message>
> </error>
> Please note, when using orderby without expand, the orderby is working as expected. The attribute which shall be used for ordering has the following type:
> <Property Name="MealNumber" Type="Edm.String" Nullable="false" MaxLength="1">
> In the underlaying database it is defined as an ENUM('1','2','3','4','5')



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the teiid-issues mailing list