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
So issue happens when you want to convert data back to the data set, and I was trying with the schema of the first row.
It had some null values and other subsequent rows didn't had null, and it started failing there.
Ex.
1, null, "abc"
1, 2, "bcd"
I am also thinking to contribute back java example with dataset's data types intact (input two datasets and get back modified dataset) once we resolve this.
Describe the bug
RDD is removing null columns on fuzzy linking
To Reproduce
link
method.-- Code --
/------------------------------------/
ClassTag simpleRowTag = scala.reflect.ClassTag$.MODULE$.apply(Row.class);
`
Expected behavior
It should not remove any null columns and should give back all fields which were there in RDD
Versions (please complete the following information):
Additional context
I am doing this coding in Java.
The text was updated successfully, but these errors were encountered: