Description
The query below can cause error when doing schema pruning:
val query = sql("select * from contacts") .where("name.middle is not null") .select( "id", "name.first", "name.middle", "name.last" ) .where("last = 'Jones'") .select(count("id")
Attachments
Issue Links
- links to