cascalog icon indicating copy to clipboard operation
cascalog copied to clipboard

Add option to force Cascading to cache a subquery result

Open nathanmarz opened this issue 13 years ago • 1 comments

Cascading won't cache a subquery result if the subquery was a map-only job. Might be able to use the isSafe method on an operation to do this. See http://groups.google.com/group/cascalog-user/browse_thread/thread/40326ead37a09b23 for more details.

nathanmarz avatar Dec 21 '11 22:12 nathanmarz

Fixed by #267

ipostelnik avatar Jul 09 '15 13:07 ipostelnik