This is an automated email from the ASF dual-hosted git repository.
sivabalan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 270d9aa587 [HUDI-5074] Website Changes to help users debug when their
table has capital letters (#7121)
270d9aa587 is described below
commit 270d9aa58758f70ea70f35085e5a13fff3b4215f
Author: Jon Vexler <[email protected]>
AuthorDate: Wed Nov 2 15:23:39 2022 -0400
[HUDI-5074] Website Changes to help users debug when their table has
capital letters (#7121)
Co-authored-by: Jonathan Vexler <=>
---
website/docs/faq.md | 6 ++++++
website/versioned_docs/version-0.12.1/faq.md | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/website/docs/faq.md b/website/docs/faq.md
index ae24d86ecc..bb1b8743d0 100644
--- a/website/docs/faq.md
+++ b/website/docs/faq.md
@@ -637,6 +637,12 @@ The `commit showpartitons` command in [HUDI
CLI](https://hudi.apache.org/docs/cl
"records inserted." Divide the bytes written by records inserted to find the
average size. Note that this answer assumes
metadata overhead is negligible. For a small dataset (such as 5 columns, 100
records) this will not be the case.
+### How can I resolve the IllegalArgumentException saying `Partitions must be
in the same table` when attempting to sync to a metastore?
+
+This will occur when capital letters are used in the table name. Metastores
such as Hive automatically convert table names
+to lowercase. While we allow capitalization on Hudi tables, if you would like
to use a metastore you may be required to
+use all lowercase letters. More details on how this issue presents can be
found [here](https://github.com/apache/hudi/issues/6832).
+
## Contributing to FAQ
A good and usable FAQ should be community-driven and crowd source
questions/thoughts across everyone.
diff --git a/website/versioned_docs/version-0.12.1/faq.md
b/website/versioned_docs/version-0.12.1/faq.md
index 65dee20ce1..66078e8e76 100644
--- a/website/versioned_docs/version-0.12.1/faq.md
+++ b/website/versioned_docs/version-0.12.1/faq.md
@@ -632,6 +632,12 @@ The `commit showpartitons` command in [HUDI
CLI](https://hudi.apache.org/docs/cl
"records inserted." Divide the bytes written by records inserted to find the
average size. Note that this answer assumes
metadata overhead is negligible. For a small dataset (such as 5 columns, 100
records) this will not be the case.
+### How can I resolve the IllegalArgumentException saying `Partitions must be
in the same table` when attempting to sync to a metastore?
+
+This will occur when capital letters are used in the table name. Metastores
such as Hive automatically convert table names
+to lowercase. While we allow capitalization on Hudi tables, if you would like
to use a metastore you may be required to
+use all lowercase letters. More details on how this issue presents can be
found [here](https://github.com/apache/hudi/issues/6832).
+
## Contributing to FAQ
A good and usable FAQ should be community-driven and crowd source
questions/thoughts across everyone.