Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.9
Description
SELECT ht.name, ht.phone, ARRAY_COUNT(ht.reviews) AS num_reviews, (SELECT VALUE MIN(ratings.Overall) FROM ht.reviews)[0] AS overall_avg, (SELECT VALUE ratings.Overall FROM ht.reviews) AS overall_reviews FROM ColumnDataset ht WHERE ht.city = 'Los Angeles' ORDER BY overall_avg DESC LIMIT 5;
Fails with:
java.lang.IllegalStateException: Cannot replace OBJECT with ANY