-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
The default message for and error in the compiler seems to be "Missing ";" character at the end of the query".
This is somehow misleading when the error is actually different, e.g. in the case of missing operator () such as "R = UNION A B;" instead of "R = UNION() A B;", or use of | in metadata attribute names such as "manually_curated|dataType" instead of "manually_curated__dataType".
Can these cases (and possibly others) be addressed with a specific error message, and somehow change the default error message to differentiate it from the one of a specific error?
Reactions are currently unavailable