This is a follow up to #135744, removing the implicit LIMIT command added to each subquery potentially lifts the restrictions on:
- Subqueries followed by
LOOKUP JOIN under CCS context, as LOOKUP JOIN may not work with remote index patterns + LIMIT before it.
- Subqueries followed by
INLINE STATS, as INLINE STATS may not work when there is a LIMIT command before it.
This is a follow up to #135744, removing the implicit
LIMITcommand added to each subquery potentially lifts the restrictions on:LOOKUP JOINunder CCS context, asLOOKUP JOINmay not work with remote index patterns +LIMITbefore it.INLINE STATS, asINLINE STATSmay not work when there is aLIMITcommand before it.