You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The restrictions on RowBatcher for e.g. groupBy/limit/orderBy don't apply to the Spark connector. The connector will push those down to MarkLogic, but if more than 1 call is made to MarkLogic, Spark will apply them as well, thus avoiding the problem that RowBatcher has where those calls only get applied to each batch and not the entire set of matching rows.
0 commit comments