You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@GG-Zapr
In the examples, there is a bug. When creating the DruidTopNQuery object, need to set the datasource. But it shouldn't be the String type. How can fix it?
The text was updated successfully, but these errors were encountered:
Hey @joybee-pp
Thanks for pointing this out, we need to update README for fixing this example. Previously dataSource was simply String but now with druid supporting multiple type of data sources now datSource is an object of in.zapr.druid.druidry.dataSource.DataSource.
To achieve top N query like example, you could use TableDataSource like :
@GG-Zapr
In the examples, there is a bug. When creating the
DruidTopNQuery
object, need to set thedatasource
. But it shouldn't be theString
type. How can fix it?The text was updated successfully, but these errors were encountered: