$.join works incorrectly

Bug #1526807 reported by Nikolay Starodubtsev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
YAQL
Fix Released
High
Stan Lagun

Bug Description

Code which work fine in unit tests don't work in reality at least at yaql.eval()
Here is example from the tests: https://github.com/openstack/yaql/blob/master/yaql/tests/test_queries.py#L225

And here is python output:

import yaql
yaql.eval('$.join($, $1 > $2, [$1, $2])', data=[1, 2, 3, 4])
[]

Changed in yaql:
status: New → Fix Committed
assignee: nobody → Alexander Tivelkov (ativelkov)
assignee: Alexander Tivelkov (ativelkov) → Stan Lagun (slagun)
milestone: none → 1.0.3
Changed in yaql:
importance: Undecided → High
Revision history for this message
Takashi Kajinami (kajinamit) wrote :

I'm no longer able to reproduce the issue so I assume the fix was released.

Changed in yaql:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.