gortiz commented on code in PR #16103:
URL: https://github.com/apache/pinot/pull/16103#discussion_r2151607735


##########
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:
   Do we plan to work on this TODO?



-- 
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