pivot icon indicating copy to clipboard operation
pivot copied to clipboard

Support "union" and "groupBy" datasource type

Open kosii opened this issue 8 years ago • 3 comments

The only currently supported datasource type is "table", but it would be nice to eventually support the two other too.

kosii avatar Jun 09 '16 16:06 kosii

fwiw, Druid currently (0.9.0) only supports the "query" dataSource type for "groupBy" queries, so it would probably be of limited usefulness to plywood as it does make other kinds of queries.

"union" should work though.

gianm avatar Jun 09 '16 16:06 gianm

As Gian said, "union" should work, I tested it and it does not, there is a small bug that is easy to fix and test for.

As for groupBy data source type that is currently out of scope for the project because it only works with the groupBy query so if you could use it you would get significantly worse performance.

I will ensure that unions work and then close this issue as groupBy data sources are "wont-fix"

vogievetsky avatar Jun 09 '16 19:06 vogievetsky

Hello,

is there any timeplan on support of union datasources (such that we could use Pivot on a union of several datasources having similar schema)? Thanks!

tigran-a avatar Aug 24 '16 15:08 tigran-a