[teiid-issues] [JBoss JIRA] (TEIID-4992) Add OSDQ set functions

Steven Hawkins (JIRA) issues at jboss.org
Wed Sep 6 20:11:00 EDT 2017


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

Steven Hawkins commented on TEIID-4992:
---------------------------------------

[~osdq]The intersect and union operations are not symmetric.  If you have:

String[] first = new String[]{"vivek16","abcd","vivek44", "x", "xx"};
String[] second = new String[]{"vivek36","vivekkk","abcd","vivek445", "x"};

//these will return different values
intersectionFuzzy(first,second,1);
intersectionFuzzy(second,first,1);

It seems like the logic should account for the fuzzing within both sets, such that these operations should be symmetrical.

> Add OSDQ set functions
> ----------------------
>
>                 Key: TEIID-4992
>                 URL: https://issues.jboss.org/browse/TEIID-4992
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Query Engine
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 10.0
>
>         Attachments: SetUtil.java
>
>
> There will be a new osdq core library drop in maven central soon containing additional functions for Teiid to add.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list