Student-Learn
New Contributor II

Yes, this stack overflow was my reference too and adding below option made load go with no error on UUID data type in postgres column

Spoiler
.option(stringtype, "unspecified")

https://stackoverflow.com/questions/40973909/how-to-write-into-postgresql-hstore-using-spark-dataset...