How can I write the following filter in Spark TYPE_FIELD like '%ABC%'.
Is it the same as df.filter($"TYPE_FIELD"==="ABC") ?
How can I write the following filter in Spark TYPE_FIELD like '%ABC%'.
Is it the same as df.filter($"TYPE_FIELD"==="ABC") ?