seawinde opened a new pull request, #3997:
URL: https://github.com/apache/doris-website/pull/3997

   ### What problem does this PR solve?
   
   Issue Number: N/A
   
   Related PR: N/A
   
   Problem Summary:
   The website does not provide a complete technical reference for Apache Doris
   data lineage or an end-to-end guide that developers can follow to implement,
   package, deploy, and verify a lineage plugin.
   
   **Change Summary:**
   
   - Add English and Chinese data lineage technical guides for dev and 4.x,
     covering the collection flow, event semantics, supported DML, FE
     configuration, queue behavior, runnable SQL examples, and troubleshooting.
   - Add an English and Chinese source-tree tutorial for a logging lineage 
plugin,
     including Maven layout, Java implementations, service registration,
     packaging, deployment, verification, rollback, and external governance
     integration options such as OpenMetadata and OpenLineage.
   - Add localized architecture and event-model diagrams.
   - Add dev, 4.x, Community, and Chinese Community navigation entries.
   
   **Design rationale:**
   The SQL manual explains the user-facing behavior and lineage model, while the
   Community guide provides the implementation workflow. Dev and 4.x pages 
remain
   aligned except for version-specific availability wording, and executable code
   blocks are identical between English and Chinese pages.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test
       - [ ] Regression test
       - [ ] Unit Test
       - [x] Manual test (add detailed scripts or steps below)
       - [ ] No need to test or manual test. Explain why:
           - [ ] This is a refactor/code format and no logic has been changed.
           - [ ] Previous test can cover this change.
           - [ ] No code files have been changed.
           - [ ] Other reason
   
   Manual validation:
   
   - Executed the documented SQL example and verified its result.
   - Compiled the Java snippets against Apache Doris 4.0.6, built the plugin 
JAR,
     and verified that the directory plugin loader loaded and executed it.
   - Validated all Shell snippets with bash -n and parsed all XML blocks.
   - Verified English and Chinese routes, images, and page layout locally.
   - Ran changed-scope link, SEO, i18n, feature, and whitespace checks.
   - The latest master full English build is currently blocked by malformed
     generated release metadata already present outside this change; the build
     reports no errors in the data lineage files.
   
   - Behavior changed:
       - [x] No.
       - [ ] Yes.
   
   - Does this need documentation?
       - [ ] No.
       - [x] Yes. This PR adds the documentation.
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label


-- 
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]

Reply via email to