fn align_rows_with_existing_schema( schemas: &mut [ColumnSchema], rows: &mut [Row], existing_schema: Option<&ExistingLogSchema>, table_name: &str, ) -> Result<()>