Is there a way to execute a Druid GroupBy query where we get back all rows? Looks like there's currently a `defaultMaximumMaxRows` value. https://github.com/yahoo/maha/blob/d6b48f24353d3a915c169286fbfc4fd80a1bd82b/core/src/main/scala/com/yahoo/maha/core/query/druid/DruidQueryGenerator.scala#L158
Is there a way to execute a Druid GroupBy query where we get back all rows? Looks like there's currently a
defaultMaximumMaxRowsvalue.maha/core/src/main/scala/com/yahoo/maha/core/query/druid/DruidQueryGenerator.scala
Line 158 in d6b48f2