mcvsubbu commented on issue #7004: URL: https://github.com/apache/incubator-pinot/issues/7004#issuecomment-884337918
> +1 > > Other systems like Presto support these kind of features. https://prestodb.io/docs/current/connector/kafka-tutorial.html > > e.g. >  > > All columns with the underscore prefix are ingested by default. I also suggest we add partition id and (possibly key), which are useful for troubleshooting, particularly for upsert tables. Partition ID is already a part of segment name, and segment name is a virtual column already provided. (The value of) key is a property of the stream, so maybe like Kishore suggested, underlying stream can populate certain fields automatically. That aside, I do agree that other databases may provide such feature. Not all databases are low-latency OLAP, so we need to be careful about feature creep. -- 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