Hi, I am using Spark 2.2 , a table fetched from database contains a (.) dot in one of the column names. Whenever I am trying to select that particular column I am getting query analysis exception.
I have tried creating a temporary table , using createOrReplaceTempView()
and fetch the column's data but same was the outcome.
How can this ('.') be escaped,while querying ?
Thanks and Regards,
Snehasish
