Hi, I need to read Oracle Spatial SDO_GEOMETRY tables into Spark.
I need to know how to create a StructField to use in the schema definition for the Oracle geometry columns. In the standard JDBC the values are read as oracle.sql.STRUCT types. How can I get the same values in Spark SQL? Regards, Pieter