GDD-Nantes / FedShop

Code for FedShop: The Federated Shop Benchmark
GNU General Public License v3.0
8 stars 0 forks source link

FILTER causing incoherence in the results #3

Closed mhoangvslev closed 1 year ago

mhoangvslev commented 1 year ago

Until now, we inject constant by execute the query without FILTER and randomly pick one result. This randomness causes the output to have no result sometimes.

We need a well thought out strategy to control the filter values.

mhoangvslev commented 1 year ago

For now we just disable filtes in queries

mhoangvslev commented 1 year ago

Resolved in #4