implydata / pivot

An interactive data exploration UI for Druid

Home Page:https://docs.imply.io/latest/pivot-overview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support "union" and "groupBy" datasource type

kosii opened this issue · comments

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

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.

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"

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!