Jackie-Jiang commented on code in PR #13208:
URL: https://github.com/apache/pinot/pull/13208#discussion_r1614789915
##########
pinot-core/src/main/java/org/apache/pinot/core/data/table/IndexedTable.java:
##########
@@ -38,6 +38,7 @@
@SuppressWarnings({"rawtypes", "unchecked"})
public abstract class IndexedTable extends BaseTable {
protected final Map<Key, Record> _lookupMap;
+ protected final boolean _hasFinalInput;
Review Comment:
In V1 engine we don't have a way to make per function hint. We can make it
more smart in V2 which can carry more information.
--
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]