Spark date_format() – Convert Timestamp to String
Problem: How to convert the Spark Timestamp column to String on DataFrame column? Solution: Using date_format() Spark SQL date function, we can convert Timestamp to the String format. Spark support all Java Data formatted…
0 Comments
November 17, 2019