[SPARK-30085][SQL][DOC] Standardize sql reference#26721
[SPARK-30085][SQL][DOC] Standardize sql reference#26721huaxingao wants to merge 4 commits intoapache:masterfrom
Conversation
|
I know there are other inconsistencies. I will fix one by one. |
|
Test build #114645 has finished for PR 26721 at commit
|
srowen
left a comment
There was a problem hiding this comment.
Looks directionally fine, ping when you're ready.
|
Test build #114676 has finished for PR 26721 at commit
|
|
@srowen @dilipbiswal
There may be other inconsistencies. If I find more later, I will open a separate PR to fix the problems. |
| <dd>The name of the table to be cached.</dd> | ||
| <dt><code><em>table_identifier</em></code></dt> | ||
| <dd> | ||
| Specifies a table name, which may be optionally qualified with a database name.<br><br> |
There was a problem hiding this comment.
@huaxingao Here, can we try and retain the original description ? How about :
Specifies the table name to be cached. A table name may be optionally qualified with a database name.
| <dd>The name of the table or view to be uncached.</dd> | ||
| <dt><code><em>table_identifier</em></code></dt> | ||
| <dd> | ||
| Specifies a table name, which may be optionally qualified with a database name.<br><br> |
| <dt><code><em>table_identifier</em></code></dt> | ||
| <dd> | ||
| Specifies a table name, which is either a qualified or unqualified name that designates a table/view. If no database identifier is provided, it refers to a temporary view or a table/view in the current database.<br><br> | ||
| Specifies a table name, which may be optionally qualified with a database name.<br><br> |
| partitions. When specified, the partitions that match the partition spec are returned.</dd> | ||
| <dt><code><em>partition_spec</em></code></dt> | ||
| <dd> | ||
| An optional parameter that specifies a comma separated list of key and value pairs |
| <dd> | ||
| Specifies partition column and its value which is exists in the table. Note that a table regex | ||
| cannot be used with a partition specification.. | ||
| An optional parameter that specifies a comma separated list of key and value pairs |
There was a problem hiding this comment.
@huaxingao here there is a mention about mutual exclusivity between the LIKE pattern and partition spec. Can we mention it here as well ?
| <dd>Specifies the partition on which the property has to be set.</dd> | ||
| <dt><code><em>partition_spec</em></code></dt> | ||
| <dd> | ||
| An optional parameter that specifies a comma separated list of key and value pairs |
|
@huaxingao Looks good to me. Please take a look at some minor comments. |
|
Test build #114686 has finished for PR 26721 at commit
|
|
LGTM |
|
Merged to master |
|
Thanks! @srowen @dilipbiswal |
### What changes were proposed in this pull request? Standardize sql reference ### Why are the changes needed? To have consistent docs ### Does this PR introduce any user-facing change? Yes ### How was this patch tested? Tested using jykyll build --serve Closes apache#26721 from huaxingao/spark-30085. Authored-by: Huaxin Gao <huaxing@us.ibm.com> Signed-off-by: Sean Owen <sean.owen@databricks.com>
What changes were proposed in this pull request?
Standardize sql reference
Why are the changes needed?
To have consistent docs
Does this PR introduce any user-facing change?
Yes
How was this patch tested?
Tested using jykyll build --serve