bug: The function parse_sql
fails when COUNT(*)
is in the query
#9267
Labels
bug
Incorrect behavior inside of ibis
parse_sql
fails when COUNT(*)
is in the query
#9267
What happened?
I have the following toy example of an unbounded table:
When I want parse the query
SELECT COUNT(*) AS row_count FROM tx
, it throws aKeyword: ''
error, as was already reported here: #8597 (comment)What version of ibis are you using?
9.0.0
What backend(s) are you using, if any?
None.
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: