I noticed that Ignite seems to allow SQL querying (with SqlFieldsQuery) of a cache say cache A from a different cache say cache B's IgniteCache reference.
I can understand join queries, but shouldn't Ignite validate & fail execution of SQL queries that don't operate at all on the associated Ignite Cache (the IgniteCache reference/handle on which the query is being submitted for execution)? Or am I missing something?
Thanks