boluor opened a new pull request, #3696: URL: https://github.com/apache/doris-website/pull/3696
## Summary Batch fix for 18 documentation issues found in a documentation audit, covering `connection-integration/data-integration` and `data-operate/import|export|delete` guides. All fixes applied consistently across the current docs, all affected versioned docs, and the zh-CN / ja translations. Issues fixed: - **beats.md** — Stream Load response example label prefix `logstash_` → `beats_` (copied from the Logstash doc). - **langfuse.md** — component table lists MinIO port `9090`; the actual service port is `9000`. - **delete-overview.md** — remove a duplicated `delete sign` keyword in the frontmatter. - **export-manual.md / outfile.md** — missing comma after `dfs.namenode.kerberos.principal` in the HDFS properties block. - **variant.md** — FAQ says CSV uses `column_separator:,` but the actual example uses `:|`. - **bigquery.md / redshift.md** — missing semicolon after the `CREATE TABLE` statement. - **bigquery.md / redshift.md / snowflake.md** — broken anchor `amazon-s3.md#load-with-tvf` → `#method-2-load-with-tvf-synchronous`. - **kafka.md** — broken Chinese anchor `routine-load-manual.md#kafka-安全认证` → `#kafka-security-authentication`; result tables show column `id` but the tables are created with `user_id`. - **migrate-data-from-other-oltp.md** — INSERT/CTAS select `FROM iceberg_catalog...` instead of the `mysql_catalog` just created; Chinese anchors in an English doc; missing/stray commas in the Flink SQL example. - **spark-load.md** — typo `spark-load-test-hvie` → `hive`; text says "5 stages" but the numbered list has 7. ## Test plan - [ ] CI doc build passes - [ ] Spot-check the corrected anchor links resolve to existing headings -- 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]
