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.
   > 
![image](https://user-images.githubusercontent.com/13425258/126526785-2cfaea4c-2699-4b75-a93a-2696404fcf28.png)
   > 
   > 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

Reply via email to