I want to add 10 seconds to a timestamp column in a dataframe using spark-sql. The date_add() function seems to be able to add days, but not seconds.
You can use selectExpr along with INTERVAL as the example suggests here
INTERVAL