deepakpanda93 commented on issue #15648:
URL: https://github.com/apache/hudi/issues/15648#issuecomment-5393222380
This is done and live.
PR #19551 (*docs(schema-evolution): show how to disable
`hive.metastore.disallow.incompatible.col.type.changes`*) merged to `asf-site`
on 2026-08-17, and its description opens with "Closes #15648."
Reading the published pages back to confirm rather than relying on the
merge, the new section **"Disabling the Hive metastore column type
compatibility check"** is present in both `website/docs/schema_evolution.md`
and `website/versioned_docs/version-1.2.0/schema_evolution.md`, and all three
mechanisms are live on the page:
- `--conf
'spark.hadoop.hive.metastore.disallow.incompatible.col.type.changes=false'` for
Spark with its
own embedded metastore
- the property in the metastore's `hive-site.xml` for a remote HMS
- `set
metaconf:hive.metastore.disallow.incompatible.col.type.changes=false;` for a
single session against a remote HMS
That covers what this issue asked for - the in-memory and Hive catalog cases
differ, and both are now documented - plus the single-session variant.
Since it merged to `asf-site` it is already published rather than waiting on
a release.
One residual, deliberately left out of that PR: the nine older versioned doc
copies (0.14.x through 1.1.1) still carry the original bare note. If those
should be backported, that is worth its own issue.
Closing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]