I am using Spark 2.4.5.
I write the following code:
val df_join: DataFrame = orders .join(order_items, orders.col(("order_id")) === ord