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

sqlsmith: test EOWC #10241

Open
Tracked by #7934
kwannoel opened this issue Jun 8, 2023 · 2 comments
Open
Tracked by #7934

sqlsmith: test EOWC #10241

kwannoel opened this issue Jun 8, 2023 · 2 comments
Assignees

Comments

@kwannoel
Copy link
Contributor

kwannoel commented Jun 8, 2023

Start with simple queries like select *, lead(x) over (partition by foo order by bar) from t.

Complex queries may be unsupported. e.g.

create mv emit on window close as
select max(s) from (
  select *, lead(x) over (partition by foo order by bar)
  from t
) group by bar;
@github-actions github-actions bot added this to the release-0.20 milestone Jun 8, 2023
@kwannoel kwannoel self-assigned this Jun 8, 2023
@xxchan
Copy link
Member

xxchan commented Jun 9, 2023

BTW, we can them link the doc instead of #7934 in the PR template later. 🤣

@kwannoel kwannoel changed the title Add tutorial on how to add new expressions, use EOWC as case study. sqlsmith: test EOWC Jun 27, 2023
@kwannoel kwannoel modified the milestones: release-1.0, release-1.1 Jul 14, 2023
@kwannoel kwannoel removed this from the release-1.1 milestone Aug 1, 2023
Copy link
Contributor

github-actions bot commented Jul 3, 2024

This issue has been open for 60 days with no activity.

If you think it is still relevant today, and needs to be done in the near future, you can comment to update the status, or just manually remove the no-issue-activity label.

You can also confidently close this issue as not planned to keep our backlog clean.
Don't worry if you think the issue is still valuable to continue in the future.
It's searchable and can be reopened when it's time. 😄

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

2 participants