v.22.9Bug Fix
Fix crash from async insert of malformed Object data
Fix possible crash after inserting asynchronously (with enabled settingasync_insert) malformed data to columns of typeObject. It could happen, if JSONs in all batches of async inserts were invalid and could not be parsed. #41336 (Anton Popov).