jiayuasu commented on issue #1047:
URL: https://github.com/apache/sedona/issues/1047#issuecomment-1769015026
@JimShady The quote is wrong in the last query. Try `sedona.sql("XXX")`. And
the column name should not be quoted. The error message simple says that Spark
treats the column as string value, which is not a column name.
In addition, not sure if in Spark, value like this
`dbfs:/tmp/PE_FLRF_UD_Q50_RE_02.tif` is considered as a legal column name. If
my comment cannot solve the problem, then after loading your data via
`sedona.read`, please clean up the path values by replacing all special
characters. See this answer to learn how to drop special characters in PySpark:
https://stackoverflow.com/a/53149013
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]