test-suite-sql-eval
test-suite-sql-eval copied to clipboard
Stuck for sqls and no error message
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.
@nlp-focus Did you manage to figure it out, I am facing the same issue.