How to concatenate Date and Time column (both string) using Spark-Scala
+---+-------------------+-----+
| ID| Date |Time
+---+------------------ +-----+
| G|2014.01.14 00:00:00| 1:00
+---+-------------------+------
"2014.01.14 1:00"
How to concatenate Date and Time column (both string) using Spark-Scala
+---+-------------------+-----+
| ID| Date |Time
+---+------------------ +-----+
| G|2014.01.14 00:00:00| 1:00
+---+-------------------+------
"2014.01.14 1:00"