v.20.3Bug Fix

Fixed parallel view processing to ensure all insertions into materialized views are completed despite exceptions

Fixed parallel_view_processing behavior. Now all insertions into MATERIALIZED VIEW without exception should be finished if exception happened. Fixes #10241. #10757 (Nikolai Kochetov).