Skip to content

test: skip composite grouping tests #61

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

Merged
merged 2 commits into from
Apr 29, 2021
Merged

test: skip composite grouping tests #61

merged 2 commits into from
Apr 29, 2021

Conversation

IlyaFaer
Copy link
Contributor

No description provided.

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Apr 27, 2021
@@ -823,6 +824,11 @@ class IsOrIsNotDistinctFromTest(_IsOrIsNotDistinctFromTest):
pass


@pytest.mark.skip("Spanner doesn't support composed GROUP BY")
class OrderByLabelTest(_OrderByLabelTest):
pass
Copy link
Contributor Author

@IlyaFaer IlyaFaer Apr 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test is trying to do something like:

select col1 + col2
...
group by col1 + col2

Spanner however requires col1 and col2 to be grouped by or aggregated separately.

@IlyaFaer IlyaFaer requested review from larkee and AVaksman April 27, 2021 08:02
@IlyaFaer IlyaFaer merged commit ac7b115 into main Apr 29, 2021
@IlyaFaer IlyaFaer deleted the composite_group_by branch April 29, 2021 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants