taoyds / test-suite-sql-eval

Semantic Evaluation for Text-to-SQL with Distilled Test Suites
Apache License 2.0
232 stars 62 forks source link

Stuck for sqls and no error message #15

Open nlp-focus opened 1 year ago

nlp-focus commented 1 year ago

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.

mohamedyassineelkhadiri commented 10 months ago

@nlp-focus Did you manage to figure it out, I am facing the same issue.

thirstylearning commented 3 weeks ago

@nlp-focus @mohamedyassineelkhadiri Have you resolved this issue? I am encountering the same problem and cannot determine what is wrong with the code.