robertervin
robertervin
@vogievetsky According to http://druid.io/docs/latest/querying/granularities.html, the `origin` parameter only applies to granularities of `type: duration` and `type: period`. Since Plywood doesn't seem to support `type: duration`, I looked for all places...
@lastlegion Could you post your query (make it more generic if you need to)? You should be running `collect` on a `DATASET` type object. It will hit https://github.com/implydata/plywood/blob/master/src/expressions/baseExpression.ts#L1431 to use...
@lastlegion You're completely correct on this. I also ran into this issue when I tried running it. What you want to do instead is first split by `field2`. This will...
@lastlegion You're welcome! I'm not actually a member of Imply, so I can't accept any PRs or anything. I do think the documentation is fairly good, but could could definitely...