We currently get a syntax error, e.g., ERROR: Error during query processing: SQL error: ParserError("Expected end of statement, found: in"). Can datafusion give us the line number as well?
Related to this, at least for this particular error, I'd prefer a cleaner error message, like "Error parsing query: expected end of statement, found: in" without the whole "ERROR: Error during query processing: SQL error: ParserError(" prefix.
We currently get a syntax error, e.g.,
ERROR: Error during query processing: SQL error: ParserError("Expected end of statement, found: in").Can datafusion give us the line number as well?Related to this, at least for this particular error, I'd prefer a cleaner error message, like "Error parsing query: expected end of statement, found: in" without the whole "ERROR: Error during query processing: SQL error: ParserError(" prefix.