Hello ,

I need to cross my data and i'm executing a cross join on two dataframes .

C = A.crossJoin(B)
A has 50 records
B has 5 records

the result im getting with spark 2.0 is a dataframe C having 50 records.

only the first row from B was added to C.

Is that a bug in Spark?

Asma ZGOLLI

PhD student in data engineering - computer science

Reply via email to