andygrove opened a new pull request, #4862: URL: https://github.com/apache/datafusion-comet/pull/4862
## Which issue does this PR close? N/A — small docs cleanup. ## Rationale for this change `docs/source/user-guide/latest/compatibility/expressions/_category_template/cast.md` contained the same `## String to TimestampNTZ` paragraph twice — once between `## String to Timestamp` and `## TimestampNTZ Casts`, and again between `## Date to String` and `## Decimal with Negative Scale to String`. The `TimestampNTZ Casts` table's link (`See [String to TimestampNTZ](#string-to-timestampntz) above`) already resolves to the first occurrence, so the second copy is pure duplication. ## What changes are included in this PR? - Delete the duplicate `## String to TimestampNTZ` section (the one below `## Date to String`). ## How are these changes tested? Docs-only change; the remaining `## String to TimestampNTZ` section is unchanged and is still linked from the `TimestampNTZ Casts` table. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
