cascalog icon indicating copy to clipboard operation
cascalog copied to clipboard

cascalog.api/union (and combine) don't work with taps and flows

Open ipostelnik opened this issue 9 years ago • 0 comments

cascalog.api/union and cascalog.api/combine only work with queries. A common pattern in our code is to do (combine (select-fields tap1 FIELDS) (select-fields tap2 FIELDS)). This construct used to work in 1.x, but doesn't in 2+. The workarounds are to drop down to cascading DSL or to wrap select with a noop query.

ipostelnik avatar May 21 '15 15:05 ipostelnik