v.22.9Bug Fix

Fix crash from async insert of malformed Object data

Fix possible crash after inserting asynchronously (with enabled setting async_insert) malformed data to columns of type Object. It could happen, if JSONs in all batches of async inserts were invalid and could not be parsed. #41336 (Anton Popov).