You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/10/09 23:29:19 UTC

[GitHub] [incubator-pinot] Jackie-Jiang opened a new pull request #4693: Fetch new schema when loading committed real-time segments

Jackie-Jiang opened a new pull request #4693: Fetch new schema when loading committed real-time segments
URL: https://github.com/apache/incubator-pinot/pull/4693
 
 
   We added real-time reload support in #4335 and #4349 to generate
   default columns for committed segments. But the consuming segments
   won't have default columns generated. In order to support default
   columns for real-time segments, when loading the committed real-time
   segments, we need to fetch the latest schema from the cluster.
   
   With this fix, after applying the new schema, new committed segments
   will have the default columns generated for the new added columns.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org