Hi team, I added a new column, added it in the sta...
# troubleshooting
a
Hi team, I added a new column, added it in the startree index, and then reload all segments. Table status is good and consuming status is good. But when running queries in the query console, the following warn showed. Should I just ignore this warn, or does it actually have effect on data ingestion?
Copy code
There are 45 invalid segment/s. This usually means that they were created with an older schema. Please reload the table in order to refresh these segments to the new schema.
r
tagging @Neha Pawar @Jackie ^ from my understanding the query should run fine unless the new column is being selected. yes?
j
@Alice This usually means you are querying a new added column, and some of the segments are not reloaded yet
r
i guess the question is. if we kept without reloading these segments. will they still serve traffic?
when the new added column is not used
n
you can query the segments just fine, without reloading, if you aren’t using the new column or aren’t doing a select *
👍 1