You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @turbo-ele thanks for reporting this! - I think #2701 is the ticket that you're looking for that describes this breaking change (and you can see further discussion on the PR that implemented the change #3982). Let me know if that helps.
Describe the bug
When trying to create a stream from an existing stream and try to add a
PARTITION BY
with an alias i get the following message:Invalid identifier for PARTITION BY clause: 'MY_ALIAS' Only columns from the source schema can be referenced in the PARTITION BY clause.
So the following create stream statement now fails:
This was working in
confluent 5.2.1
(sorry i skipped some versions, but also couldn't find anything related in the release notes or issues)To Reproduce
Steps to reproduce the behavior, include:
The version of KSQL:
CLI v5.5.0, Server v5.5.0
using docker-imageconfluentinc/cp-ksqldb-cli:5.5.0
Any SQL statements you ran
It will only work when not using an alias:
Additional context
Workarounds like proposed here(#2200) are not working anymore.
The text was updated successfully, but these errors were encountered: