When I altered the table and added int type column in real-time table..
Now all old/past ingested rows for that particular newly added column's value in the table got initialized to default value ie integer minimum which was expected
But new values for that column that I am ingesting through kafka for published and recently ingested rows after alter table is done also have that newly added column initialized as default value even when json published have value as 0 or 1 but initialized to integer minimum value