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

Support custom windows #1139

Open
ChenShuai1981 opened this issue Apr 11, 2018 · 3 comments
Open

Support custom windows #1139

ChenShuai1981 opened this issue Apr 11, 2018 · 3 comments

Comments

@ChenShuai1981
Copy link

ChenShuai1981 commented Apr 11, 2018

How to create custom window in KSQL? Does KSQL plan to support counting window?

See this comment for examples.

@rodesai
Copy link
Contributor

rodesai commented Apr 12, 2018

What do you mean by a custom window? Something like the OVER clause in SQL?

@ChenShuai1981
Copy link
Author

A custom time window is something like workdays (Monday to Friday), nature month (day 1 to day 28/29/30/31 due to month) etc.
And counting window is not rely on timestamp but count of messages. There are also two types of counting window, tumbling and hopping. You can refer to Apache Flink for more detail.

@apurvam
Copy link
Contributor

apurvam commented Apr 13, 2018

This is currently not supported. I will turn this issue into a feature request.

@apurvam apurvam changed the title How to create custom window in KSQL? Support custom windows Apr 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants