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

Adding support for ClickHouse specific lagInFrame function in tests #325

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zstipanicev
Copy link

Issue this PR Addresses/Closes

Closes #324

Summary of Changes

New utility macro lag was added to support ClickHouse specific lagInFrame function and to ensure support for all other sql dialects while keeping the test code clean and readable. This macro is used in the 3 tests which use lag function to ensure ClickHouse compatibility

Why Do We Need These Changes

It's needed to add support for ClickHouse in the current 3 tests which use the lag function and any future tests which will use lag function.

Reviewers

@clausherther

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

Successfully merging this pull request may close these issues.

[Feature Request] ClickHouse support in tests using lag function
1 participant