A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/apache/datafusion/issues/14437 below:

Attach `Diagnostic` to syntax errors · Issue #14437 · apache/datafusion · GitHub

Is your feature request related to a problem or challenge?

For a query like:

WITH cte AS (SELECT 1 AS col), SELECT * FROM cte

The only message that the end user of an application built atop of DataFusion sees is:

SQL error: ParserError("Expected: AS, found: * at Line: 1, Column: 39")

We want to provide a richer message that references and highlights locations in the original SQL query, and contextualises and helps the user understand the error. In the end, it would be possible to display errors in a fashion akin to what was enabled by #13664 for some errors:

See #14429 for more information.

Describe the solution you'd like

Attach a well crafted Diagnostic to the DataFusionError, building on top of the foundations laid in #13664. See #14429 for more information.

The location of the error can probably be fetched from the error coming from sqlparser, requiring little changes to DataFausion itself.

Needs some thought to figure out which kinds of syntax errors can be supported and how. i.e. the example above is simply for when the parser expects token in a specific set; but what about unbalanced parenthesis, unrecognised keywords, etc.

Describe alternatives you've considered

No response

Additional context

No response


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4