Description
I found this in the issue in https://issues.apache.org/jira/browse/SPARK-12236.
Currently != is not pushed down but being tested with Spark-side filtering which results in all-pass.
I think this would be quickly done with adding a case for compileFilter()