I am using Hue on our HDP cluster 2.6.5 and we are facing an error while using Solr sql query on Hue. It fetches the String value but gives the error when trying to fetch the Double value
java.lang.Double cannot be cast to java.lang.String
For eg. When I execute Select price from mycollection, then it gives the error(price is in Double).