ganeshashree commented on PR #53212: URL: https://github.com/apache/spark/pull/53212#issuecomment-3579820175
> `HiveClientImpl` properly re-throw the hive error with clear error condition name @cloud-fan The following errors thrown by the Hive client still use the LEGACY error code. _LEGACY_ERROR_TEMP_2186 - Used by serDeInterfaceNotFoundError() _LEGACY_ERROR_TEMP_2187 - Used by convertHiveTableToCatalogTableError() _LEGACY_ERROR_TEMP_2192 - Used by invalidPartitionFilterError() I'm planning to improve the error condition in a separate PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
