@Kaniz Fatma I am also facing the same issue while using the `saveAsTable` function of DataFrameWriter. Following is the code snippet: -import org.apache.spark.sql.functions.{col, dayofmonth, month, to_date, year}
import org.apache.spark.sql.types.D...