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-4208] Wrong Exception received for complex child long str…
…ing columns Why is this PR needed? When we create a table with complex columns with child columns with long string data type then receiving column not found in table exception. Normally it should throw an exception in the above case by saying that complex child columns will not support long string data type. What changes were proposed in this PR? Added a case if complex child column has long string data type then throw correct exception. Exception: MalformedCarbonCommandException Exception Message: Complex child column cannot be set as LONG_STRING_COLUMNS Does this PR introduce any user interface change? No Is any new testcase added? Yes This closes #4150
- Loading branch information
1 parent
f1da9e8
commit 65fad9887425a8525a5e61d9c4ed67e3c2e39f84
Showing
4 changed files
with
38 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
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