Re: [I] Issue on docs [doris-website]
zclllyybb commented on issue #3924: URL: https://github.com/apache/doris-website/issues/3924#issuecomment-4666021703 Breakwater-GitHub-Analysis-Slot: slot_b54b25d84b7f Initial triage: This looks like a documentation rendering regression on the 4.x `CREATE FUNCTION` page, not a Doris runtime issue. I can reproduce it on the live zh-CN page: after the Python UDF example reaches `AS $$`, the Python body is rendered outside the SQL code block, and the following content is wrapped in a KaTeX parse-error span. That matches the large red literal Markdown/SQL block shown in the screenshot. The source problem appears to be the indentation of the new `py_uuid_token` examples added by public PR apache/doris-website#3909. In `i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-statements/function/CREATE-FUNCTION.md`, list item 6 contains fenced code blocks indented under the ordered list, but the embedded Python lines and closing `$$;` are not indented with the surrounding fenced block. The relevant areas are around lines 152-155 and 192-195. The same pattern is also present in the zh-CN current copy and in the English 4.x/current copies. Suggested next step: - Fix the Markdown formatting by keeping the Python body and `$$;` inside the nested fenced SQL block, for example by indenting those lines consistently with the surrounding SQL block, or by splitting the example into a format that MDX will not interpret as math. - Rebuild or preview the docs page and verify there is no `katex-error` span and that the "Correct result" / "Incorrect result" sections render as normal text/code blocks. - No Doris FE/BE logs or query profiles are needed for this issue unless there is a separate claim that the example result itself is incorrect. -- 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]
Re: [I] Issue on docs [doris-website]
zclllyybb commented on issue #3912: URL: https://github.com/apache/doris-website/issues/3912#issuecomment-4627810014 Breakwater-GitHub-Analysis-Slot: slot_9545b336d1c4 Initial triage: The screenshot points to a documentation typo in the Chinese 2.1 dynamic partitioning page, specifically the `dynamic_partition.buckets` row. The zh-CN version 2.1 markdown currently says that setting `dynamic_partition.buckets` overrides the bucket count specified in `DISTRIBUTED`, but then has an extra dangling `量。` at the end of the sentence. Verified scope: - Affected: `i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/data-partitioning/dynamic-partitioning.md`, `dynamic_partition.buckets` row. - Also affected by the same copied typo: `i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/table-design/data-partitioning/dynamic-partitioning.md`. - Not affected in the checked copies: English version 2.1, zh-CN current/4.x, and Japanese version 2.1. - I did not find an already open public PR for this exact typo. This does not look like a Doris runtime behavior issue, and no SQL/profile/log evidence is needed to confirm it. The likely fix is just to remove the trailing `量。` from the affected zh-CN localized versioned pages, keeping the intended sentence as: `动态创建的分区所对应的分桶数。设置该参数后会覆盖 \`DISTRIBUTED\` 中指定的分桶数。` Suggested next step: handle this as a small docs/i18n cleanup PR for zh-CN 2.1 and 3.x. -- 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]
Re: [I] Issue on docs [doris-website]
nebois commented on issue #3269: URL: https://github.com/apache/doris-website/issues/3269#issuecomment-4552755492 how about the 4.x docs? It's seems to be the same 8630 -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #3232: Issue on docs URL: https://github.com/apache/doris-website/issues/3232 -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #2463: Issue on docs URL: https://github.com/apache/doris-website/issues/2463 -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #2464: Issue on docs URL: https://github.com/apache/doris-website/issues/2464 -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #2612: Issue on docs URL: https://github.com/apache/doris-website/issues/2612 -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #2435: URL: https://github.com/apache/doris-website/issues/2435#issuecomment-4525905979 The screenshot you posted shows the FE \`audit-log\` viewer UI taking a long time to return results when you click into a query line. That's an FE web-UI behaviour, not a docs page issue — the doc at \`/diagnostic-tools/\` describes how the tool is meant to be used; the slowness is an engine/UI bug. For tracking the UI performance, this belongs at https://github.com/apache/doris/issues with the FE version, the number of audit log entries you're scrolling through, and ideally a profile of the slow click. Closing this docs-repo issue won't lose the report — the FE folks need it on the engine repo to act on it. -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #2564: URL: https://github.com/apache/doris-website/issues/2564#issuecomment-4525906063 This is a Power BI / ODBC connectivity question rather than a doc bug. A few quick things to check: 1. Power BI's Doris connector requires the MySQL ODBC 8.0 (or later) driver installed locally — make sure that's present and the same bitness (32/64-bit) as Power BI. 2. SSL must be **disabled** explicitly in the connection string when your Doris cluster doesn't have SSL set up: \`SslMode=DISABLED;\` (or in the ODBC DSN, untick "Use SSL"). 3. Confirm you can reach the FE port (default \`9030\`) from the Power BI host with \`mysql -h -P 9030 -u \` first — if MySQL CLI works but ODBC doesn't, the issue is the driver/DSN config, not Doris. For ongoing help, the Doris user mailing list and Slack (https://apache-doris.com/community) are the right channels. If you do find a specific section of the BI/PowerBI docs that's missing or wrong, please reopen with the exact line. -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #3213: URL: https://github.com/apache/doris-website/issues/3213#issuecomment-4525904340 Fair feedback on the example. The doc shows \`UNIQUE KEY(user_id, user_name)\` to illustrate that the Unique Key model treats the whole key tuple as the primary identifier — not because \`user_id\` alone wouldn't suffice, but to demonstrate the multi-column key syntax. In practice you're right that production tables usually pick a single id column. A clearer note here would be: "Unique Key may be a single column or a column tuple; rows are unique on the whole key. Choose the minimal set of columns that uniquely identifies a row." Will think about wording in a follow-up edit. -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #3197: URL: https://github.com/apache/doris-website/issues/3197#issuecomment-4525904406 Reasonable ask. The \`aliyun-oss\` page currently lists supported authentication properties but doesn't show end-to-end "when do I use OSS" patterns. The two main use cases are (1) cold-tier storage via storage policies on internal tables (creation time) and (2) external catalog / Hive on OSS (query time, reading OSS-resident data). I'll plan a doc PR adding both — please reopen if either pattern is what you specifically wanted. -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #2433: URL: https://github.com/apache/doris-website/issues/2433#issuecomment-4525857734 \`systemctl start ntpd.service\` is still valid on distributions where the classic \`ntpd\` package is installed (RHEL/CentOS 7, Rocky 8 with the EPEL package, etc.), so the current commands aren't strictly wrong. They do fail on systems that ship \`chronyd\` instead (RHEL/CentOS 8+, Ubuntu 18.04+, default), where the equivalent commands would be: \`\`\`bash sudo systemctl start chronyd.service sudo systemctl enable chronyd.service \`\`\` Could you confirm what you'd like changed — replacing \`ntpd\` with \`chronyd\`, or adding \`chronyd\` as an alternative alongside \`ntpd\`? I'd lean toward listing both since both are common in production. -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #2502: URL: https://github.com/apache/doris-website/issues/2502#issuecomment-4525857655 Could you say a bit more about why 2021-05-21 is the correct date here? Walking the example as written: - assumed today = \`2021-05-20\` - \`dynamic_partition.start = -3\`, \`end = 3\` → partitions \`p20210517\` through \`p20210523\` (7 partitions) - listed partitions in the doc: \`p20210517 … p20210523\` ✓ matches end=3 anchored at 2021-05-20 If today were 2021-05-21, \`end=3\` would generate up to \`p20210524\`, which is **not** in the listed table. The doc's date and the listed range are internally consistent at 2021-05-20. What I do agree is shaky is the SSD/HDD split shown (5 SSD vs \`hot_partition_num=2\`) — but that looks like a separate "what does hot_partition_num actually mean" question. Happy to dig into it if you can describe the exact discrepancy you saw. -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #2727: URL: https://github.com/apache/doris-website/issues/2727#issuecomment-4525428533 The architecture image referenced on `what-is-apache-doris` was redrawn since this report was filed — the current `12-ecosystem-integration.jpg` reads **Data Integration / AI Ecosystem / Lake Formats / SDKs / BI Tools** with no misspelling. The image typo is resolved. While checking, I did find `intergration` in 13 other markdown files (mostly the AWS Assume Role notes in `CREATE-RESOURCE.md` / `CREATE-STORAGE-VAULT.md` / `CREATE-REPOSITORY.md`). Those text typos are fixed in #3752. -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #3124: Issue on docs URL: https://github.com/apache/doris-website/issues/3124 -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #2929: Issue on docs URL: https://github.com/apache/doris-website/issues/2929 -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #3318: Issue on docs URL: https://github.com/apache/doris-website/issues/3318 -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #3463: Issue on docs URL: https://github.com/apache/doris-website/issues/3463 -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #3466: Issue on docs URL: https://github.com/apache/doris-website/issues/3466 -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #3487: Issue on docs URL: https://github.com/apache/doris-website/issues/3487 -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #2160: URL: https://github.com/apache/doris-website/issues/2160#issuecomment-4525301976 This is the same bug as #2895 (closed) and the docs have already been corrected. The current \`data-bucketing.md\` (EN + zh, current / 2.1 / 3.x / 4.x — all 8 maintained files) now reads: \`\`\`sql -- Set hash bucket auto DISTRIBUTED BY HASH(region) BUCKETS AUTO properties(\"estimate_partition_size\" = \"20G\") -- Set random bucket auto DISTRIBUTED BY RANDOM BUCKETS AUTO properties(\"estimate_partition_size\" = \"20G\") \`\`\` Closing-ready — thanks for the report. -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #3318: URL: https://github.com/apache/doris-website/issues/3318#issuecomment-4524361000 Thanks for the careful version-to-version comparison! The change you observed between 2.0.2 and 2.1.11 is intentional engine behavior, not a regression: `$.k` no longer auto-broadcasts over arrays, aligning with MySQL's `JSON_EXTRACT` semantics. Verified in [`be/src/util/jsonb_document.h::findValue`](https://github.com/apache/doris/blob/branch-2.1/be/src/util/jsonb_document.h) — the `MEMBER_CODE` case only descends when the current value is a `T_Object`; on an array it returns `nullptr` (NULL). The doc didn't previously call this out, so users have no way to know whether the new result is a bug or intended. PR #3749 adds a one-line clarification to all 8 maintained-version `json-extract` pages (current/2.1/3.x/4.x, EN + zh). For your specific query on 2.1.11, the workarounds are: 1. `SELECT json_extract(product_specific, '$[0].categoryId')` if you only need a known index. 2. For per-element extraction over the whole array on 2.1/3.x, use `LATERAL VIEW EXPLODE` to expand the JSON array first, then `json_extract` per row. Example: ```sql SELECT je.categoryId FROM ods_product_goods_full t LATERAL VIEW EXPLODE_JSON_ARRAY_JSON(t.product_specific) lv AS elem LATERAL VIEW INLINE (json_extract(elem, '$.categoryId')) je AS categoryId; ``` 3. On Doris 4.0+, `$[*].categoryId` correctly broadcasts and returns `[1000,1003,...]` in a single call (the wildcard `continue` on 2.1/3.x doesn't actually iterate, which is why `$[*].k` returns NULL on those branches too). Closing once PR #3749 merges. cc @KassieZ -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #3124: URL: https://github.com/apache/doris-website/issues/3124#issuecomment-4524216542 Thanks for the report! The reason every non-HDFS example uses `"type" = "S3"` and `s3.access_key` / `s3.secret_key` is that the FE `StorageVaultType` enum ([`fe/fe-core/.../catalog/StorageVault.java`](https://github.com/apache/doris/blob/master/fe/fe-core/src/main/java/org/apache/doris/catalog/StorageVault.java#L51-L65)) only accepts two values — `S3` or `hdfs` (case-insensitive). Doris talks to all object stores (S3, OSS, COS, OBS, BOS, MinIO, Azure Blob, GCS) through the S3-compatible API, and the actual cloud is selected by the separate `provider` property. The `s3.*` naming follows the same convention and is not literally about AWS S3. This is engine-correct behavior, but the doc didn't make it obvious. PR #3748 adds a clarifying `:::note` right before the `### S3 Vault` parameter table across all six pages (current/3.x/4.x EN + zh) explaining the `type` vs `provider` distinction. Closing once merged. cc @KassieZ -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #3232: URL: https://github.com/apache/doris-website/issues/3232#issuecomment-4524120856 Thanks for the report (and to the follow-up commenter for offering to help). The merge-conflict markers in the 2.1 zh `regexp-extract` page have since been removed — the page renders cleanly now. This particular issue can be closed; if you'd like to contribute, the "Issue on docs" backlog has several open items where help would be welcome. cc @KassieZ -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #2764: URL: https://github.com/apache/doris-website/issues/2764#issuecomment-4524120734 Thanks for the report. The typo has been fixed — the doc now reads `越常用的字段越放在前面` across `version-2.1` and `version-3.x` zh pages. This can be closed. cc @KassieZ -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #2734: URL: https://github.com/apache/doris-website/issues/2734#issuecomment-4524120666 Thanks for the report and the cross-version reproduction. The doc's `Since 3.1.1` annotation is engine-accurate: `count_substrings` was introduced by apache/doris#42055, which carries labels `dev/2.1.7-merged` and `dev/3.1.1-merged`. The function exists in `apache/doris` `branch-3.1` (from 3.1.1) but is absent from `branch-3.0`. The `version-3.x` doc set targets the 3.1.x line, so the version note is correct as-is. To use `count_substrings` on a 3.0 cluster, you would need to upgrade to 3.1.1+; alternatively, `split_part` covers the common single-occurrence cases on 3.0.x. This can be closed. cc @KassieZ -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #3463: URL: https://github.com/apache/doris-website/issues/3463#issuecomment-4524020086 Thanks for the detailed source-code references! You are correct on both counts: 1. The default really is **LZ4F** before 4.0.3 (not `lz4`). The change to `ZSTD` landed in apache/doris#58923 (`dev/4.0.3-merged`). 2. The valid-values list was also incomplete — the actual accepted values are `LZ4, LZ4F, LZ4HC, ZLIB, ZSTD, SNAPPY, NONE` (case-insensitive), per `PropertyAnalyzer.stringToCompressionType`. Fix opened in #3746 covering current/dev and 4.x, EN + zh. Note: the FE config `default_compression_type` doesn't exist in `branch-2.1` or `branch-3.0` of apache/doris, so the 2.1 docs don't need this entry. The LZ4F values you cited from `tablet_schema.h` / `segment_v2.proto` / `olap_file.proto` are the BE-side storage defaults, which are a separate layer from this FE config (the FE config controls the default for newly created tables; the proto defaults govern serialized fallback at the BE storage layer). For 3.1.3, the FE config default of `LZ4F` matches the proto defaults you found, which is consistent. -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #3466: URL: https://github.com/apache/doris-website/issues/3466#issuecomment-4523885259 Thanks for catching this — the conflict you circled is real. The CREATE CATALOG syntax block marks `fs.defaultFS` with `-- optional`, but the paragraph further down the same page says it's required when writing through Doris. Submitted #3745 to make the inline comment match what the descriptive paragraph already says: ``` 'fs.defaultFS' = '', -- required for write, optional for read-only ``` Same wording (translated) applied to the zh page. The 8 affected files are EN + zh × current/4.x/3.x/2.1 — all carried the same contradiction. -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #3487: URL: https://github.com/apache/doris-website/issues/3487#issuecomment-4523869015 Thanks for the report — you're right that the basic syntax line wasn't enough on its own. Submitted #3744 to backport the two `ORDER BY` examples that current/4.x already carries — into the 2.1 and 3.x docs (EN + zh): ```sql SELECT GROUP_CONCAT(value ORDER BY value DESC) FROM test; -- "c, c, b, a" SELECT GROUP_CONCAT(DISTINCT value ORDER BY value DESC) FROM test; -- "c, b, a" ``` One nuance: the `DISTINCT` + `ORDER BY` combination shipped in apache/doris#38080 (`dev/2.1.6-merged, dev/3.0.2-merged`), so it only works on **2.1.6+** and **3.0.2+**. The PR adds an inline note above that example so readers on older patch releases don't get surprised. The plain `ORDER BY` form (first example) has worked since the 2.x line. Appreciate you flagging it! -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #3497: Issue on docs URL: https://github.com/apache/doris-website/issues/3497 -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #2728: Issue on docs URL: https://github.com/apache/doris-website/issues/2728 -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #: Issue on docs URL: https://github.com/apache/doris-website/issues/ -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #2821: Issue on docs URL: https://github.com/apache/doris-website/issues/2821 -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #3269: Issue on docs URL: https://github.com/apache/doris-website/issues/3269 -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #3268: Issue on docs URL: https://github.com/apache/doris-website/issues/3268 -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #3255: Issue on docs URL: https://github.com/apache/doris-website/issues/3255 -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #3497: URL: https://github.com/apache/doris-website/issues/3497#issuecomment-4518725888 Thanks for the report — confirmed. `write_buffer_size` has defaulted to 200MB (209,715,200) since 2.1.0 (apache/doris#30749), but the doc still said 100MB. Submitted #3735 to correct the value and the "default size" wording across the EN and zh be-config pages (current / 2.1 / 3.x / 4.x). Appreciate you catching it! -- 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]
Re: [I] Issue on docs [doris-website]
morningman closed issue #3724: Issue on docs URL: https://github.com/apache/doris-website/issues/3724 -- 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]
Re: [I] Issue on docs [doris-website]
boluor commented on issue #3724: URL: https://github.com/apache/doris-website/issues/3724#issuecomment-4514179806 Thanks for the report! You're right — "约常用的字段越放在前面" should read "越常用的字段越放在前面" (the 越……越…… / "the more … the more …" construction). Status by version: - **4.x (latest)**: the Chinese page was already rewritten and no longer contains this sentence, so it's clean. - **3.x and 2.1**: the typo is still live there. We've submitted #3727 to fix it in both. Appreciate you catching this! -- 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]
Re: [I] Issue on docs [doris-website]
Manas756 commented on issue #3592: URL: https://github.com/apache/doris-website/issues/3592#issuecomment-4417533021 Fixed issue #3592 and added the proof of it Completely with how's the system is working. Maintainer please Just go through it and needed any changes please share it with me. -- 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]
Re: [I] Issue on docs [doris-website]
yuanyong001 commented on issue #3592: URL: https://github.com/apache/doris-website/issues/3592#issuecomment-4327909666 create table sink_( ID INT, AGE STRING NULL, SEX STRING NULL, ADDRESS STRING NULL, PRIMARY KEY(ID) NOT ENFORCED ) WITH ( 'connector' = 'doris', 'fenodes' = '192.168.21.96:8030', 'table.identifier' = 'rt_ods.ods_atz_t_no_log', 'username' = 'root', 'password' = 'abc123', 'sink.properties.format' = 'json', 'sink.properties.read_json_by_line' = 'true', 'sink.properties.escape_delimiters' = 'true', -- Sink 配置 'sink.label-prefix' = 'oracle-sync-job-ogg-v6461114', 'sink.enable-delete' = 'true', 'sink.enable-2pc' = 'true', -- 保留灵活部分列更新 'sink.properties.unique_key_update_mode' = 'UPDATE_FLEXIBLE_COLUMNS' ); create table sink_aaa -- 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]
Re: [I] Issue on docs [doris-website]
dataroaring closed issue #3321: Issue on docs URL: https://github.com/apache/doris-website/issues/3321 -- 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]
Re: [I] Issue on docs [doris-website]
Xudong0722 commented on issue #: URL: https://github.com/apache/doris-website/issues/#issuecomment-3875972111 @KrishKyada Sorry, I have no permission to assign this issue to you. -- 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]
Re: [I] Issue on docs [doris-website]
Arcticli commented on issue #3357: URL: https://github.com/apache/doris-website/issues/3357#issuecomment-3875570428 https://github.com/user-attachments/assets/7fd92535-9266-4795-bcf8-4c98caba9822"; /> https://github.com/user-attachments/assets/a4c9c584-48c9-49eb-a167-b5bdce996bd4"; /> -- 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]
Re: [I] Issue on docs [doris-website]
KrishKyada commented on issue #: URL: https://github.com/apache/doris-website/issues/#issuecomment-3864632296 I want to work on this Issue. Can you please assign it to me -- 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]
Re: [I] Issue on docs [doris-website]
chenhan199207 commented on issue #3332: URL: https://github.com/apache/doris-website/issues/3332#issuecomment-3845585458 https://github.com/user-attachments/assets/831e6fd9-4f09-41a6-8f3c-ae38f3fcb3fc"; /> 说实话,下面的这个例子着实难以理解,感觉各种问题有点多 -- 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]
Re: [I] Issue on docs [doris-website]
nebois commented on issue #3269: URL: https://github.com/apache/doris-website/issues/3269#issuecomment-3803950433 > [@nebois](https://github.com/nebois) I may be misunderstanding the issue , could you please clarify whether the problem is that the Logstash output examples are using port 8630 instead of the expected 8030? If there are other related changes required, I’d appreciate your guidance. Yes, actually these ports here are HTTP ports, which are 8030 by default. If someone uses 8630 in the Logstash config file, it will cause an error. I guess 8630 is the doc author's customized port. -- 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]
Re: [I] Issue on docs [doris-website]
sanjana2505006 commented on issue #3269: URL: https://github.com/apache/doris-website/issues/3269#issuecomment-3789943836 @nebois I may be misunderstanding the issue , could you please clarify whether the problem is that the Logstash output examples are using port 8630 instead of the expected 8030? If there are other related changes required, I’d appreciate your guidance. -- 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]
Re: [I] Issue on docs [doris-website]
plchy2 commented on issue #2734: URL: https://github.com/apache/doris-website/issues/2734#issuecomment-3709171005 I can reproduce this on Doris 3.0: count_substrings is documented but not available at runtime. I will verify version support and submit a documentation fix accordingly. -- 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]
Re: [I] Issue on docs [doris-website]
SRV-KILLER09 commented on issue #3232: URL: https://github.com/apache/doris-website/issues/3232#issuecomment-3708256080 Hi there! I’d love to contribute by fixing this documentation issue. Is it still open to work on? Looking forward to submitting a helpful PR soon! Thanks a lot! -- 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]
Re: [I] Issue on docs [doris-website]
yiguolei closed issue #3073: Issue on docs URL: https://github.com/apache/doris-website/issues/3073 -- 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]
Re: [I] Issue on docs [doris-website]
yiguolei commented on issue #3073: URL: https://github.com/apache/doris-website/issues/3073#issuecomment-3707892395 fixed -- 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]
Re: [I] Issue on docs [doris-website]
plchy2 commented on issue #3073: URL: https://github.com/apache/doris-website/issues/3073#issuecomment-3650428808 Hello, thank you for reporting this issue. I noticed the description and example are inconsistent. I would like to fix the documentation to make them consistent. Could you please confirm whether ARRAY_SIZE(NULL) should return NULL or 1? -- 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]
Re: [I] Issue on docs [doris-website]
codervipul775 commented on issue #2881: URL: https://github.com/apache/doris-website/issues/2881#issuecomment-3626848612 hey @iszhangsc , I want to work on this issue. Can you please assign it to me. -- 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]
Re: [I] Issue on docs [doris-website]
uchenily commented on issue #2881: URL: https://github.com/apache/doris-website/issues/2881#issuecomment-3626649119 I'm sorry but only issue owner can do this. @iszhangsc -- 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]
Re: [I] Issue on docs [doris-website]
codervipul775 commented on issue #2881: URL: https://github.com/apache/doris-website/issues/2881#issuecomment-3626233816 Hey @uchenily , I want to work on this issue. Can you please assign it to me. -- 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]
Re: [I] Issue on docs [doris-website]
codervipul775 commented on issue #2881: URL: https://github.com/apache/doris-website/issues/2881#issuecomment-3621980171 Hey @morningman , I want to work on this issue. Can you please assign it to me. -- 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]
Re: [I] Issue on docs [doris-website]
O-sama12 commented on issue #2728: URL: https://github.com/apache/doris-website/issues/2728#issuecomment-3621726769 Hi @juruo-c I have fix this issue by replacing the broken download maven link with newer ones, if you are codebase manager please look into #3161 as build check is waiting for approval by maintainer. You can ping me if there exist an issue with my pr and I'll solve it. With regards @O-sama12 -- 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]
Re: [I] Issue on docs [doris-website]
dominoTao closed issue #3080: Issue on docs URL: https://github.com/apache/doris-website/issues/3080 -- 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]
Re: [I] Issue on docs [doris-website]
dominoTao closed issue #3082: Issue on docs URL: https://github.com/apache/doris-website/issues/3082 -- 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]
Re: [I] Issue on docs [doris-website]
SatyamKumarCS commented on issue #3082: URL: https://github.com/apache/doris-website/issues/3082#issuecomment-3562669256 Hi! 👋 I’d like to work on this issue. The limitation description for the ZoneMap index seems incorrect, and I can update it to reflect the accurate behavior. Could you please assign this issue to me? Thanks! -- 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]
Re: [I] Issue on docs [doris-website]
dominoTao commented on issue #3080: URL: https://github.com/apache/doris-website/issues/3080#issuecomment-3520420685 1 -- 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]
Re: [I] Issue on docs [doris-website]
yiguolei closed issue #2933: Issue on docs URL: https://github.com/apache/doris-website/issues/2933 -- 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]
Re: [I] Issue on docs [doris-website]
aryash45 commented on issue #2933: URL: https://github.com/apache/doris-website/issues/2933#issuecomment-3373316422 @buildupchao please review it -- 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]
Re: [I] Issue on docs [doris-website]
Subham-KRLX commented on issue #2821: URL: https://github.com/apache/doris-website/issues/2821#issuecomment-3241811944 Hey @oceanrivers, I can see exactly what you mean about the version confusion. Looking at the screenshots one section mentions write-time merging has been available since version 1.2 while another part says it's been the default since version 2.1. This kind of inconsistency definitely trips up users who are trying to understand when features actually became available. We should probably dig into the release notes to figure out which version is actually correct then update both sections to match. It's a pretty straightforward documentation fix once we nail down the facts. Happy to help research this if you want to tackle it together. -- 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]
Re: [I] Issue on docs [doris-website]
oceanrivers commented on issue #2821: URL: https://github.com/apache/doris-website/issues/2821#issuecomment-3241371183 > [@oceanrivers](https://github.com/oceanrivers) , I would like to work on this issue can you please assign this issue to me. https://github.com/user-attachments/assets/8e2e0d08-76ad-4726-9e72-ec9e1c9cd2c9"; /> https://github.com/user-attachments/assets/74eb0c35-88f2-4837-9062-26e7310e9969"; /> -- 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]
Re: [I] Issue on docs [doris-website]
Subham-KRLX commented on issue #2821: URL: https://github.com/apache/doris-website/issues/2821#issuecomment-3241228674 @oceanrivers , I would like to work on this issue can you please assign this issue to me. -- 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]
Re: [I] Issue on docs [doris-website]
lcy-lzf closed issue #2763: Issue on docs URL: https://github.com/apache/doris-website/issues/2763 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ commented on issue #2547: URL: https://github.com/apache/doris-website/issues/2547#issuecomment-2999678204 感谢提问。有关技术问题,可以前往 [Doris 中文论坛](https://doris-forum.org.cn/), 有社区专人支持解答 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ commented on issue #2360: URL: https://github.com/apache/doris-website/issues/2360#issuecomment-2892748258 感谢反馈,将尽快处理。 -- 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]
Re: [I] Issue on docs [doris-website]
footmanai commented on issue #2285: URL: https://github.com/apache/doris-website/issues/2285#issuecomment-2826227614 不止mysql,试过其他数据库也是comment没有数据(hana,oracle) -- 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]
Re: [I] Issue on docs [doris-website]
yuanyuan8983 commented on issue #2262: URL: https://github.com/apache/doris-website/issues/2262#issuecomment-2823005048 Error response from daemon: pull access denied It may be necessary to access through an agent. -- 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]
Re: [I] Issue on docs [doris-website]
yuanyuan8983 commented on issue #2312: URL: https://github.com/apache/doris-website/issues/2312#issuecomment-2823001623 min_by的最小值和关联值相关联,如果最小值有多个,那么会返回第一个最小值的关联值,如果这个用法不满足场景,可以通过窗口函数 ROW_NUMBER 来明确排序规则,或者使用 min 函数作为过滤条件查询 -- 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]
Re: [I] Issue on docs [doris-website]
yuanyuan8983 commented on issue #2294: URL: https://github.com/apache/doris-website/issues/2294#issuecomment-2822986645 需要提供下 doris 的具体版本,一般情况下 create databas 这种操作一般是轻量级的操作,可能是FE 哪里阻塞了,如果能稳定复现的话,通过 jstack 收集一个 TreadDump 看看了,你可以加我微信,我们一起看看:Liyy_222_8993 -- 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]
Re: [I] Issue on docs [doris-website]
yuanyuan8983 commented on issue #2292: URL: https://github.com/apache/doris-website/issues/2292#issuecomment-2822983061 这个看着是image 没有 pull 成功呀,可能服务器得做个代理 https://hub.docker.com/r/apache/doris/tags https://github.com/user-attachments/assets/64231077-f472-4063-99a9-290fe2671dc9"; /> -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ closed issue #2162: Issue on docs URL: https://github.com/apache/doris-website/issues/2162 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ closed issue #2204: Issue on docs URL: https://github.com/apache/doris-website/issues/2204 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ closed issue #2257: Issue on docs URL: https://github.com/apache/doris-website/issues/2257 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ closed issue #2208: Issue on docs URL: https://github.com/apache/doris-website/issues/2208 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ commented on issue #2268: URL: https://github.com/apache/doris-website/issues/2268#issuecomment-2822959388 已更新:https://doris.apache.org/zh-CN/docs/3.0/sql-manual/sql-statements/cluster-management/storage-management/ALTER-STORAGE-VAULT -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ closed issue #2268: Issue on docs URL: https://github.com/apache/doris-website/issues/2268 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ closed issue #2275: Issue on docs URL: https://github.com/apache/doris-website/issues/2275 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ commented on issue #2275: URL: https://github.com/apache/doris-website/issues/2275#issuecomment-2822956793 已修改 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ commented on issue #2292: URL: https://github.com/apache/doris-website/issues/2292#issuecomment-2822955514 正在和社区技术支持同学确认问题,后续如果有疑问可前往 [Doris 中文技术论坛](https://github.com/apache/doris-website/issues/doris-forum.org) 提问,有专人支持解答 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ commented on issue #2294: URL: https://github.com/apache/doris-website/issues/2294#issuecomment-2822954675 正在和社区技术支持同学确认问题,后续如果有疑问可前往 [Doris 中文技术论坛](https://github.com/apache/doris-website/issues/doris-forum.org) 提问,有专人支持解答 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ commented on issue #2312: URL: https://github.com/apache/doris-website/issues/2312#issuecomment-2822954213 正在和社区技术支持同学确认问题,后续如果有疑问可前往 [Doris 中文技术论坛](doris-forum.org) 提问,有专人支持解答 -- 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]
Re: [I] Issue on docs [doris-website]
yuanyuan8983 commented on issue #2285: URL: https://github.com/apache/doris-website/issues/2285#issuecomment-2822949706 这个问题是通过arrow flight sql 去连接Doris,通过 mysql catalog 查询mysql 下的表,comment 没数据?是这样吗 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ closed issue #2289: Issue on docs URL: https://github.com/apache/doris-website/issues/2289 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ commented on issue #2289: URL: https://github.com/apache/doris-website/issues/2289#issuecomment-2822947248 感谢反馈,已更新。 -- 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]
Re: [I] Issue on docs [doris-website]
Nthin closed issue #2199: Issue on docs URL: https://github.com/apache/doris-website/issues/2199 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ closed issue #2149: Issue on docs URL: https://github.com/apache/doris-website/issues/2149 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ commented on issue #2275: URL: https://github.com/apache/doris-website/issues/2275#issuecomment-2795787078 感谢反馈,会尽快修改 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ commented on issue #2268: URL: https://github.com/apache/doris-website/issues/2268#issuecomment-2795786358 支持,这里文档有问题。感谢反馈,我们尽快修改 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ commented on issue #2257: URL: https://github.com/apache/doris-website/issues/2257#issuecomment-2795761592 thank you for the feedback, will fix it ASAP -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ commented on issue #2254: URL: https://github.com/apache/doris-website/issues/2254#issuecomment-2795767887 Thank you for the feedback,will check with engineers -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ commented on issue #2208: URL: https://github.com/apache/doris-website/issues/2208#issuecomment-2795741844 感谢反馈,将尽快修复 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ commented on issue #2162: URL: https://github.com/apache/doris-website/issues/2162#issuecomment-2795724675 Thank you for the feedback, will fix it ASAP -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ closed issue #2208: Issue on docs URL: https://github.com/apache/doris-website/issues/2208 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ commented on issue #2204: URL: https://github.com/apache/doris-website/issues/2204#issuecomment-2795740775 收到反馈,会尽快修复 -- 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]
Re: [I] Issue on docs [doris-website]
KassieZ commented on issue #2199: URL: https://github.com/apache/doris-website/issues/2199#issuecomment-2795738117 Hi , PR has been approved, thank you for the contribution -- 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]
