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

Proper error message for invalid "SELECT col AS * FROM ds" query #696

Open
FinchPowers opened this issue Sep 30, 2016 · 0 comments
Open

Comments

@FinchPowers
Copy link
Member

FinchPowers commented Sep 30, 2016

Blog post about MLDB Hacktoberfest 2016


Running the query

SELECT col AS * FROM ds

is illegal. It currently returns a non useful message with a status code 500 (server error). It should instead return a useful message with a status code 400 (client error).

Task

Mldb1788SelectColAsStarErr test must pass without "expectedFailure".

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

1 participant