xiangfu0 commented on code in PR #14367:
URL: https://github.com/apache/pinot/pull/14367#discussion_r1828116013
##########
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:
+1, I think we should make this directory drop-in basis, where we could just
drop schema/table config/raw data to start. And a few queries to validate them.
QuickStart can fix a set for user preview. In general I don't find it a
problem as along as the data are async loaded.
--
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]