DEIB-GECO / PyGMQL

Python Library for data analysis based on GMQL
Apache License 2.0
13 stars 5 forks source link

Bug: semi-join operation in meta_select() #20

Closed Kia23 closed 6 years ago

Kia23 commented 6 years ago

I obtained the following error (ValueError: Code 406. Dataset not found: null) while materializing the result of the query below (I attach both the notebook and the .py script). The issue is probably related to the semi-join operation that doesn't filter the samples properly and it seems to return a null dataset.

Query.zip