gortiz commented on code in PR #14367:
URL: https://github.com/apache/pinot/pull/14367#discussion_r1827893956
##########
pinot-tools/src/main/java/org/apache/pinot/tools/QuickStartBase.java:
##########
@@ -83,6 +83,7 @@ public abstract class QuickStartBase {
protected static final Map<String, String> DEFAULT_STREAM_TABLE_DIRECTORIES
= ImmutableMap.<String, String>builder()
.put("airlineStats", "examples/stream/airlineStats")
+ .put("dailySales", "examples/stream/dailySales")
Review Comment:
nit: In the future we will need to split these large quickstarts, given they
are growing too much and take a bit to start.
--
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]