RumbleDB/rumble

Add tests for unary lookup

Closed

#1,298 opened on Feb 24, 2025

 (2 comments) (0 reactions) (0 assignees)Java (84 forks)github user discovery
good first issue

Repository metrics

Stars
 (244 stars)
PR merge metrics
 (Avg merge 23h 34m) (43 merged PRs in 30d)

Description

This task is currently delegated to Matteo, the issue is for reference:

Currently, there are testcases for the postfix lookup in our tests for the xquery parser, but there are no testcases for the unary lookup yet. We should add some testcases analogous to those ones, both for the parallelized case (xml-files) and the local execution (doc)

How the lookups should behave can be found in the spec here

Contributor guide