I used to add a field in pinot table schema and then I reload all segments, then I use "select * from table limit 10" and see the new field is already added. However, the value of the new field is always null (i.e. the default value of the field).
Since I am new to pinot, I am quite confused, is that related to segment flush strategy? For example, if I set the flushing time to 3h, does it mean I can only see the value in 3h?