You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be a result of that optimization... The spec says that it should not be needed to have a join condition with the same logical source. Thanks for the example, this should be integrated in the unittest framework so we can avoid this case in the future.
Hi @DylanVanAssche,
I have just tried v7 release of rmlmapper and my unit tests broke ;-)
The bnodes were not matching any more after switching from v6.5.1 to v7.0.0.
I could fix it by adding a join condition. In my understanding, this should not be required since the same logical source is used.
Here are the full mapping, a test data file and the results with the non matching bnodes:
Maybe this is related to
Let me know if you need more info.
Best,
Tobias
The text was updated successfully, but these errors were encountered: