Skip to content

typo(docs): fix some docs problem #2227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LGDHuaOPER
Copy link

@LGDHuaOPER LGDHuaOPER commented Mar 24, 2025

  • ln -s <doris_meta_original> <doris_meta_created> wrong usage.
Usage: ln [OPTION]... [-T] TARGET LINK_NAME
  or:  ln [OPTION]... TARGET
  or:  ln [OPTION]... TARGET... DIRECTORY
  or:  ln [OPTION]... -t DIRECTORY TARGET...
In the 1st form, create a link to TARGET with the name LINK_NAME.
In the 2nd form, create a link to TARGET in the current directory.
In the 3rd and 4th forms, create links to each TARGET in DIRECTORY.
Create hard links by default, symbolic links with --symbolic.
By default, each destination (name of new link) should not already exist.
When creating hard links, each TARGET must exist.  Symbolic links
can hold arbitrary text; if later resolved, a relative link is
interpreted in relation to its parent directory.
  • print(adbc_driver_flightsql.__version__) throw error.
  • fix Can not found function 'sum_merge'
  • fix Can not found function 'sum_union'
  • fix errCode = 2, detailMessage = Table testdb.test_partition is not a dynamic partition table. Use command `HELP ALTER TABLE` to see how to change a normal table to a dynamic partition table.
  • docs change SHOW INDEX FROM idx_name into SHOW INDEX FROM table_name
  • fix errCode = 2, detailMessage = Can not drop key column when table has value column with REPLACE aggregation method

Versions

  • dev
  • 3.0
  • 2.1
  • 2.0

Languages

  • Chinese
  • English

Docs Checklist

  • Checked by AI
  • Test Cases Built

+ `ln -s <doris_meta_original> <doris_meta_created>` wrong usage.
```text
Usage: ln [OPTION]... [-T] TARGET LINK_NAME
  or:  ln [OPTION]... TARGET
  or:  ln [OPTION]... TARGET... DIRECTORY
  or:  ln [OPTION]... -t DIRECTORY TARGET...
In the 1st form, create a link to TARGET with the name LINK_NAME.
In the 2nd form, create a link to TARGET in the current directory.
In the 3rd and 4th forms, create links to each TARGET in DIRECTORY.
Create hard links by default, symbolic links with --symbolic.
By default, each destination (name of new link) should not already exist.
When creating hard links, each TARGET must exist.  Symbolic links
can hold arbitrary text; if later resolved, a relative link is
interpreted in relation to its parent directory.
```
+ `print(adbc_driver_flightsql.__version__)` throw error.
+ fix `Can not found function 'sum_merge'`
+ fix `Can not found function 'sum_union'`
+ fix ```errCode = 2, detailMessage = Table testdb.test_partition is not a dynamic partition table. Use command `HELP ALTER TABLE` to see how to change a normal table to a dynamic partition table.```
+ docs change `SHOW INDEX FROM idx_name` into `SHOW INDEX FROM table_name`
+ fix `errCode = 2, detailMessage = Can not drop key column when table has value column with REPLACE aggregation method`
@KassieZ
Copy link
Contributor

KassieZ commented Apr 23, 2025

please resolve the conflicts first

@KassieZ KassieZ added the has comments Some comments not resolved yet label Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has comments Some comments not resolved yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants