bug(flink): Incorrect SQL generated for over
window aggregation
#10932
Labels
bug
Incorrect behavior inside of ibis
over
window aggregation
#10932
What happened?
Hi! Running the Flink + Kafka tutorial, I hit what looks like incorrect SQL being generated when aggregating
over
a window. See below a simplified version of the tutorial which reproduces the bug. I can't tell if the issue is with Ibis or sqlglot, but thecopy=False
option seems to play a role.Results
Expected
I expected
connection.insert(faulty)
to work instead of raising an error.What version of ibis are you using?
main
, i.e.10.2.0
What backend(s) are you using, if any?
Flink
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: