Description
In PostgresIntegrationSuite, evaluation of classOf[Seq.isAssignableFrom] fails due to ClassCastException.
The reason is the same as what is resolved in SPARK-29292 but this happens at test time, not compile time.
In PostgresIntegrationSuite, evaluation of classOf[Seq.isAssignableFrom] fails due to ClassCastException.
The reason is the same as what is resolved in SPARK-29292 but this happens at test time, not compile time.