Closed JasperGuo closed 5 years ago
Hi, Jasper,
Thanks for your report. The first four examples are supposed to be the same (reminder: our evaluation script doesn't evaluate DISTINCT keyword). For the FROM Clause, it is going to take too much time to fix this bug. Also, considering this case doesn't happen often, we decided not to update the evaluation script for now.
Best, Tao
Hi,
Again, thanks for your great job in building such a dataset for nl2sql. During evaluation, I found an inconsistent evaluations on FROM clause.
The four sqls above are equivalent based on published
evalution.py
.However, when it comes to FROM Clause in subquery (query in WHERE Clause), inconsistency occurs.
These four sqls are reported as inequivalence.
I am quite confused about this inconsistency. Is there any concern about the FROM Clause in subquery ?
Followings are details for inconsistency reproduction.
Best, Jasper