If we use an empty IN clause in sparkSession.sql("SELECT ... FROM ... WHERE ... IN ()") we're given org.apache.spark.sql.catalyst.ParseException (despite that the DataStax driver is fine with such query). Is it possible to use empty IN clauses with the spark-cassandra connector while selecting records and at the same time read them as a Dataframe?
--
To unsubscribe from this group and stop receiving emails from it, send an email to spark-connector-...@lists.datastax.com.