cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

org.apache.spark.sql.catalyst.errors.package$TreeNodeException: execute, tree: Exchange SinglePartition : Error

NEERAJRATHORE19
New Contributor

I am creating dataframe using SQL in which all the underline tables are actually tempview based on dataframes. I am getting below error everytime. Can anyone help me to uderstand the issue here. Thanks in advance.

An error occurred while calling o183.count. :

Error details are in attached file

3 REPLIES 3

karthi_18562
New Contributor II

does anyone have a fix for this issue?

karthi_18562
New Contributor II

Getting below error after a count() operation. Please suggest a possible solution if anyone of you have seen this issue before.

org.apache.spark.sql.catalyst.errors.package$TreeNodeException: execute, tree: Exchange SinglePartition, true,

htinhk
New Contributor II

I also encountered the same problem...It's weird that I can do the query but not the count.