MyqueWooMiddo opened a new issue, #1070:
URL: https://github.com/apache/sedona/issues/1070

   ## Expected behavior
   I can access Geometry colmn via JDBC / beeline , it prints it's WKT 
automatically.
   
   ## Actual behavior
   
   When I execute "select st_point(111,22) "  via JDBC ,   It returns 
"java.lang.String cannot be cast to [B (state=,code=0)" 
   
   Hive-serde treats the Geometry as BINARY_TYPE ,  but it failed to be cast to 
byte[] . 
   
   ## Settings
   
   Sedona version = 1.5.0
   
   Apache Spark version = 3.2.2
   
   API type = JDBC 
   
   Scala version = 2.12
   
   JRE version = 1.8
   
   Environment =  Spark Thrift Server 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@sedona.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to