[fix](doc) cross-version content corrections (seconds-sub, logstash, CREATE-JOB, unique MoW, ldb maven)#3740
Merged
Conversation
- seconds-sub (zh 3.x): the `<seconds>` parameter said "positive adds seconds, negative subtracts" — backwards for SECONDS_SUB (and contradicts the example and the EN doc). Positive subtracts, negative adds. - logstash (zh 3.x): examples used the non-default port 8630; the documented default HTTP port is 8030. - CREATE-JOB (zh 4.x): the "查询-TASKS" link had the wrong path depth and pointed at jobs.md; repoint to ../../../sql-manual/.../table-valued-functions/tasks.md. - unique.md (EN current/4.x + zh 2.1/3.x): the model-comparison intro said merge-on-write is the default "since 1.2", contradicting the body which correctly states it became the default in 2.1. MoW was introduced in 1.2 but became the default in 2.1; align the intro accordingly. - compilation-with-ldb-toolchain (community EN + zh): the Maven 3.9.9 download link pointed at dlcdn.apache.org, which only hosts the latest release (404 for older versions); switch to archive.apache.org, which is permanent. Reported in apache#3255, apache#3269, apache#3268, apache#2821, apache#3333, apache#2728. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
<seconds>said "positive adds, negative subtracts" — backwards for SECONDS_SUB (contradicts the example + EN doc). Positive subtracts, negative adds.8630; documented default HTTP port is8030.jobs.md; repoint to.../table-valued-functions/tasks.md.dlcdn.apache.org(only hosts the latest release → 404 for older versions); switch to the permanentarchive.apache.org.Test plan
archive.apache.orgmaven 3.9.9 link verified HTTP 200;tasks.mdtarget exists.Closes #3255
Closes #3269
Closes #3268
Closes #2821
Closes #3333
Closes #2728