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

Fix to analysis GROUP BY #632

Merged
merged 1 commit into from Oct 2, 2018
Merged

Fix to analysis GROUP BY #632

merged 1 commit into from Oct 2, 2018

Conversation

shlomi-noach
Copy link
Collaborator

Context: #631

This PR fixes the analysis query, that has an invalid GROUP BY term. While the fix was easy, I'm puzzled at how this went under the radar with CI, and in particular with SQLite. I would have assumed it would have been caught earlier. I'll look into that.

cc @sharad-jha

@shlomi-noach
Copy link
Collaborator Author

Turns out SQLite, like MySQL without ONLY_FULL_GROUP_BY, allows invalid GROUP BY statements.
Work in progress to run ONLY_FULL_GROUP_BY sql_mode on CI MySQL.

@shlomi-noach shlomi-noach temporarily deployed to production/mysql_cluster=conductor October 2, 2018 06:01 Inactive
@shlomi-noach shlomi-noach merged commit 9b313d0 into master Oct 2, 2018
@shlomi-noach shlomi-noach deleted the fix-analysis-query branch October 2, 2018 08:25
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.

None yet

1 participant