Fix csv_query_approx_count
once binary type coercion PR is merged
#3353
Labels
bug
Something isn't working
Describe the bug
csv_query_approx_count
fails due to an edge case exposed in #3222The test fails with:
However, the expressions are already aliased. The alias is dropped before the error check above and this part of the codebase needs some reworking. It is not trivial to fix.
To Reproduce
Expected behavior
Should pass
Additional context
None
The text was updated successfully, but these errors were encountered: