Skip to content

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

@FinchPowers

Description

@FinchPowers

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".

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions