Skip to content
Snippets Groups Projects
Commit 3bdf3ee8 authored by jiangxingbo's avatar jiangxingbo Committed by Wenchen Fan
Browse files

[SPARK-19272][SQL] Remove the param `viewOriginalText` from `CatalogTable`

## What changes were proposed in this pull request?

Hive will expand the view text, so it needs 2 fields: originalText and viewText. Since we don't expand the view text, but only add table properties, perhaps only a single field `viewText` is enough in CatalogTable.

This PR brought in the following changes:
1. Remove the param `viewOriginalText` from `CatalogTable`;
2. Update the output of command `DescribeTableCommand`.

## How was this patch tested?

Tested by exsiting test cases, also updated the failed test cases.

Author: jiangxingbo <jiangxb1987@gmail.com>

Closes #16679 from jiangxb1987/catalogTable.
parent fcfd5d0b
No related branches found
No related tags found
No related merge requests found
Showing
with 39 additions and 45 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment