Save below dataframe to database cause error "can't get JDBC type for
array<string>"


root

 |-- accountID: array (nullable = true)

 |    |-- element: string (containsNull = true)

 |-- completed_at: array (nullable = true)

 |    |-- element: string (containsNull = true)

 |-- created_at: array (nullable = true)

 |    |-- element: string (containsNull = true)


Exception in thread "main" java.lang.IllegalArgumentException: Can't get
JDBC type for array<string>


Thanks

Reply via email to