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
ApiFilter is call filters while Druid filter is call filter in DataApiRequest. This is very confusing for people trying to understand the code. In my opinion, they should be changed to apiFilter and druidFilter respectively. And also their getters.
The text was updated successfully, but these errors were encountered:
There's a reason that API filters are considered plural while Druid filters are singular. Because API filters are treated as a list (or a list grouped into a map by dimension) while the Druid filters are a tree with a leaf node as the reference variable.
ApiFilter is call
filters
while Druid filter is callfilter
inDataApiRequest
. This is very confusing for people trying to understand the code. In my opinion, they should be changed toapiFilter
anddruidFilter
respectively. And also their getters.The text was updated successfully, but these errors were encountered: