Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull query fails if ROWKEY is used in an expression #3498

Closed
derekjn opened this issue Oct 8, 2019 · 1 comment
Closed

Pull query fails if ROWKEY is used in an expression #3498

derekjn opened this issue Oct 8, 2019 · 1 comment
Assignees
Labels

Comments

@derekjn
Copy link
Contributor

derekjn commented Oct 8, 2019

ksql> select cast(rowkey as int) from agg where rowkey = '0';
Unexpected error generating code for Select. expression:CAST(AGG.ROWKEY AS INTEGER)
@big-andy-coates
Copy link
Contributor

Not sure when I fixed this, but this is fixed in master / 5.4.x.

Look for the non-windowed projection WITH ROWKEY test in pull-queries-against-materialized-aggregates.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants