Description
Hello,
I'm getting this exception when trying to use DataFrame.jdbc.write on a DataFrame with column ArrayType(DoubleType).
org.postgresql.util.PSQLException: Unable to find server array type for provided name double precision
Driver is definitely on the driver and executor classpath as I have other code that works without ArrayType. I'm not sure how to proceed in debugging.