v.22.10Improvement
Don't Log "TABLE_IS_DROPPED" Exception for Ignored SELECT from System Table
Don't add "TABLE_IS_DROPPED" exception to system.errors if it's happened during SELECT from a system table and was ignored. #41908 (AlfVII).Why it matters
This change avoids cluttering thesystem.errors table with harmless TABLE_IS_DROPPED errors that happen when selecting from system tables if those errors are programmatically ignored. It improves the accuracy of error logging by not recording expected or non-impactful exceptions.