Skip to content

Conversation

@gatorsmile
Copy link
Member

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.

@rxin
Copy link
Contributor

rxin commented Dec 30, 2015

LGTM.

@SparkQA
Copy link

SparkQA commented Dec 30, 2015

Test build #2261 has finished for PR 10518 at commit bc57b3a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Dec 30, 2015

Test build #48441 has finished for PR 10518 at commit bc57b3a.

  • This patch fails from timeout after a configured wait of 250m.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin
Copy link
Contributor

rxin commented Dec 30, 2015

I've merged this. Thanks!

@asfgit asfgit closed this in 4f75f78 Dec 30, 2015
@gatorsmile gatorsmile deleted the improveAnalysisExceptionMsg branch December 30, 2015 07:39
@gatorsmile
Copy link
Member Author

Thanks!

marmbrus pushed a commit to marmbrus/spark that referenced this pull request Jan 7, 2016
```
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 apache#10518 from gatorsmile/improveAnalysisExceptionMsg.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants