This is an automated email from the ASF dual-hosted git repository.
maxgekk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new efa891c4ea8 [SPARK-45328][DOCS][FOLLOWUP] Update docs for Hive
metastore supported versions
efa891c4ea8 is described below
commit efa891c4ea869a7fac58eabf187ac8aeff1fcd38
Author: Cheng Pan <[email protected]>
AuthorDate: Fri Oct 27 13:03:40 2023 +0300
[SPARK-45328][DOCS][FOLLOWUP] Update docs for Hive metastore supported
versions
### What changes were proposed in this pull request?
A minor follow-up of https://github.com/apache/spark/pull/43116
### Why are the changes needed?
Correct the docs of `spark.sql.hive.metastore.version`
### Does this PR introduce _any_ user-facing change?
Yes, docs changed.
### How was this patch tested?
Review
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #43552 from pan3793/SPARK-45328-doc.
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Max Gekk <[email protected]>
---
docs/sql-data-sources-hive-tables.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sql-data-sources-hive-tables.md
b/docs/sql-data-sources-hive-tables.md
index 0de573ec64b..a2c37e69f9a 100644
--- a/docs/sql-data-sources-hive-tables.md
+++ b/docs/sql-data-sources-hive-tables.md
@@ -130,7 +130,7 @@ The following options can be used to configure the version
of Hive that is used
<td><code>2.3.9</code></td>
<td>
Version of the Hive metastore. Available
- options are <code>0.12.0</code> through <code>2.3.9</code> and
<code>3.0.0</code> through <code>3.1.3</code>.
+ options are <code>2.0.0</code> through <code>2.3.9</code> and
<code>3.0.0</code> through <code>3.1.3</code>.
</td>
<td>1.4.0</td>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]