bziobrowski commented on code in PR #16103:
URL: https://github.com/apache/pinot/pull/16103#discussion_r2166368813
##########
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/TextMatchTransformFunction.java:
##########
@@ -58,6 +58,7 @@ public void init(List<TransformFunction> arguments,
Map<String, ColumnContext> c
throw new IllegalArgumentException("Cannot apply TEXT_MATCH on column: "
+ columnName + " without text index");
}
TextIndexReader indexReader = dataSource.getTextIndex();
+ // TODO: handle multi-column index (if defined)
Review Comment:
It's addressed in https://github.com/apache/pinot/pull/16160.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]