-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the type of UNSUPPORTED_TABLE_TYPE to EXTERNAL
`UNSUPPORTED_TABLE_TYPE` error code was initially introduced to provide a more generic approach than `HiveErrorCode.HIVE_UNSUPPORTED_FORMAT` to dealing with the situation of selecting a table of an unsupported type from a shared metastore (e.g. : Hive, Glue). The internal logic from `HiveMetadata.streamTableColumns` however made use of the error type of `HiveErrorCode.HIVE_UNSUPPORTED_FORMAT` which is `EXTERNAL`. Due to this reason, the error type of `UNSUPPORTED_TABLE_TYPE` will be changed as well to `EXTERNAL`.
- Loading branch information
1 parent
3051f7d
commit b395286
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters