Previously we introduced support for left bind joins in FedX. The case
of empty left bind joins (i.e. where the clause inside the OPTIONAL does
not provide any statements) was not handled and resulted in an exception
This change now adds support for empty optional joins and passes the
results from the left-handside through.
Note: this is a follow up issue and fix for #5121, which we found by using RDF4J 5.1-M1. The fix should be added to 5.1.0
GitHub issue resolved: #5121
Previously we introduced support for left bind joins in FedX. The case of empty left bind joins (i.e. where the clause inside the OPTIONAL does not provide any statements) was not handled and resulted in an exception
This change now adds support for empty optional joins and passes the results from the left-handside through.
Note: this is a follow up issue and fix for #5121, which we found by using RDF4J 5.1-M1. The fix should be added to 5.1.0
PR Author Checklist (see the contributor guidelines for more details):
mvn process-resources
to format from the command line)