atris commented on code in PR #8466: URL: https://github.com/apache/pinot/pull/8466#discussion_r843457599
########## pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/LuceneRealtimeClusterIntegrationTest.java: ########## @@ -58,6 +58,12 @@ private static final String TEST_TEXT_COLUMN_QUERY = "SELECT COUNT(*) FROM mytable WHERE TEXT_MATCH(skills, '\"machine learning\" AND spark')"; + private static final String TEST_CONTAINS_QUERY = Review Comment: I would still argue that we introduce the Lucene index support in this PR. We should not disallow CONTAINS if the user does not have a native text index, but has a Lucene text index -- 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