Skip to content
Snippets Groups Projects
Unverified Commit b35b0dbb authored by Sean Owen's avatar Sean Owen
Browse files

[SPARK-17614][SQL] sparkSession.read() .jdbc(***) use the sql syntax "where...

[SPARK-17614][SQL] sparkSession.read() .jdbc(***) use the sql syntax "where 1=0" that Cassandra does not support

## What changes were proposed in this pull request?

Use dialect's table-exists query rather than hard-coded WHERE 1=0 query

## How was this patch tested?

Existing tests.

Author: Sean Owen <sowen@cloudera.com>

Closes #15196 from srowen/SPARK-17614.
parent f7082ac1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment