Jackie-Jiang commented on code in PR #16025:
URL: https://github.com/apache/pinot/pull/16025#discussion_r2133125512


##########
pinot-core/src/test/java/org/apache/pinot/queries/TextMatchTransformFunctionTest.java:
##########
@@ -359,8 +359,9 @@ void testTextMatchComplexQuery() {
                 + "PROJECT(agent, startTime, part) | 5 | 4\n"
                 + "DOC_ID_SET | 6 | 5\n"
                 + "FILTER_AND | 7 | 6\n"
-                + "FILTER_FULL_SCAN(operator:RANGE,predicate:startTime BETWEEN 
'0' AND '1000000') | 8 | 7\n"
-                + "FILTER_FULL_SCAN(operator:EQ,predicate:customerId = 'XYZ') 
| 9 | 7"
+                + 
"FILTER_INVERTED_INDEX(indexLookUp:inverted_index,operator:EQ,predicate:customerId
 = 'XYZ') | 8 | 7\n"

Review Comment:
   This is changed because the index types within `FieldConfig` is properly 
honored



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to