Forum Discussion

willmasse's avatar
willmasse
Frequent Visitor
2 years ago

Spark Job not submitted for melted dataframe.

I have a dataframe, that when I display() works fine. But if I try to melt it and display it a spark job never gets submitted and it just stays in this running state.  (I'm using display as an exampl...