Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[CARBONDATA-4328] Load parquet table with options error message fix
Why is this PR needed? If parquet table is created and load statement with options is triggerred, then its failing with NoSuchTableException: Table ${tableIdentifier.table} does not exist. What changes were proposed in this PR? As parquet table load is not handled, added a check to filter out non-carbon tables in the parser. So that, the spark parser can handle the statement. This closes #4253
- Loading branch information
1 parent
41831ce
commit d6ce9467488d342134f8072326667aef7031e8a2
Showing
3 changed files
with
24 additions
and
3 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