Gonzalo García
09/21/2021, 11:16 AMcategory with a JsonArray, for example: ["category1", "category2", "category3"] and I need to get all rows where category contains category2 I was looking at https://docs.pinot.apache.org/users/user-guide-query/json-queries but I don’t see any way for searching inside a JsonArray. Any idea how it could be done?Kishore G
Kishore G
Gonzalo García
09/21/2021, 2:50 PMselect category from table where category = 'category2'
I tried but I don’t get any resultsKishore G