Skip to content

Critical Bug Fix for getting List of Casted Object while querying

Compare
Choose a tag to compare
@GG-Zapr GG-Zapr released this 02 Aug 17:37
· 231 commits to develop since this release
7076c9a

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:

  1. Yeh-lei Wu (@aylei)