I am writing a Spark Structured Streaming job and I have to filter on a string column.
When I am filtering on the long column it is able to filter(using below code):<