pinot-contrib / pinot-docs

Apache Pinot Documentation
23 stars 149 forks source link

Fix broken timestamp index examples #350

Closed jdelman closed 3 weeks ago

jdelman commented 3 weeks ago

The examples SQL queries on the timestamp page use aliases in GROUP BY statement. This appears to no longer be allowed in Pinot 1.1.

Jackie-Jiang commented 3 weeks ago

Alias can still be applied to GROUP BY, but not WHERE. We removed the alias in WHERE to follow the standard SQL behavior