Critical Bug Fix for getting List of Casted Object while querying
public <T> List<T> query(DruidQuery druidQuery, Class<T> className)
The method used to return as LinkedHashMap and not as T, which is asked.
From now, it will respect the class passed.
Contributor for this patch:
- Yeh-lei Wu (@aylei)