Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

difference function with unexpected result #3969

Closed
publicocean0 opened this issue Apr 19, 2015 · 1 comment
Closed

difference function with unexpected result #3969

publicocean0 opened this issue Apr 19, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@publicocean0
Copy link

 
select *, difference(m2,m1), name from   .... 

----+-----+-----+----+----+----+----------
#   |@RID |rid  |m2  |m1  |name|difference
----+-----+-----+----+----+----+----------
0   |#-2:1|#45:0|[6] |[0] |agos|[0]       
----+-----+-----+----+----+----+----------

 select *, difference(m1,m2),name  from   ....

----+-----+-----+----+----+----+----------
#   |@RID |rid  |m2  |m1  |name|difference
----+-----+-----+----+----+----+----------
0   |#-2:1|#45:0|[6] |[0] |agos|[0]       
----+-----+-----+----+----+----+----------

select  expand(m1)  from ...
0 item(s) found. Query executed in 0.001 sec(s).

select  expand(m2)  from

----+------+-------------------------------------------------------------------------
#   |@RID  |value                                                                    
----+------+-------------------------------------------------------------------------
0   |#-1:-1|a                                                          
1   |#-1:-1b                                                
2   |#-1:-1|c  
3   |#-1:-1|d                                          
4   |#-1:-1|e              
5   |#-1:-1|f
----+------+-------------------------------------------------------------------------

select difference([1,2,3],[1,2])

----+-----+----------
#   |@RID |difference
----+-----+----------
0   |#-2:0|[2]       
----+-----+----------

@lvca lvca added this to the 2.1-rc2 milestone Apr 20, 2015
@lvca lvca modified the milestones: 2.1-rc2, 2.1 Enterprise GA, 2.1 GA May 5, 2015
@lvca lvca added the bug label Jul 3, 2015
@luigidellaquila
Copy link
Member

fixed in develop branch

@lvca lvca modified the milestones: 2.1 GA, 2.1-rc6 Jul 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants