When I try to run a simple limit number of rows in Spark using a pushdown query, I receive an error back from spark with a where clause of 1= 0. Meaning it won't return the results and the original sql query was appended by spark.This seems very od...