You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Hi, can you provide the code you are trying to execute, or at least the exception that is causing that stack trace ? I'm not able to obtain an error specific to the Dataframe being empty.
Writing empty data frame with column name show following error ;
Data frame as below
+------+---------+-------+
|id|start|end|
+------+---------+-------+
+------+---------+-------+
root
|-- id: string (nullable = true)
|-- start: long (nullable = false)
|-- end: long (nullable = false)
The text was updated successfully, but these errors were encountered: