We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can access Geometry colmn via JDBC / beeline consistent with Spark-shell , it prints it's WKT automatically.
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[] .
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
I can access Geometry colmn via JDBC / beeline consistent with Spark-shell , 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
The text was updated successfully, but these errors were encountered: