Description
Migrate the following errors in QueryExecutionErrors:
- sparkUpgradeInReadingDatesError
- sparkUpgradeInWritingDatesError
- timeZoneIdNotSpecifiedForTimestampTypeError
- cannotConvertOrcTimestampToTimestampNTZError
onto use error classes. Throw an implementation of SparkThrowable. Also write a test per every error in QueryExecutionErrorsSuite.