Getting the following exception when reading a cassandra column of type 'timestamp' as 'java.time.Instant' type:
Looks like the line (see JavaInstantConverter in TypeConverter.scala)
should be replaced with
------- Seehttps://github.com/datastax/spark-cassandra-connector/blob/master/spark-cassandra-connector/src/main/scala/com/datastax/spark/connector/types/TypeConverter.scala