-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Performance
-
None
if there is a sql like
`select * from test where _id.oid='test'`
current connector will scan full collection
because
`MongodbRelation extends PrunedFilteredScan`
it can not push down nested struct filter
I think it can use `CatalystScan` to push down nested struct query