Open nlp-focus opened 1 year ago
@nlp-focus Did you manage to figure it out, I am facing the same issue.
@nlp-focus @mohamedyassineelkhadiri Have you resolved this issue? I am encountering the same problem and cannot determine what is wrong with the code.
select * from car_makers, model_list, car_names, cars_data
select country_code from players where country_code not in (select country_code from rankings where ranking > 50);
For the above 2 sqls, the evaluation.py stuck, and there is no error message.