Skip to content
Snippets Groups Projects
Commit 4f75f785 authored by gatorsmile's avatar gatorsmile Committed by Reynold Xin
Browse files

[SPARK-12564][SQL] Improve missing column AnalysisException

```
org.apache.spark.sql.AnalysisException: cannot resolve 'value' given input columns text;
```

lets put a `:` after `columns` and put the columns in `[]` so that they match the toString of DataFrame.

Author: gatorsmile <gatorsmile@gmail.com>

Closes #10518 from gatorsmile/improveAnalysisExceptionMsg.
parent 7ab0e228
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment