-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Doc] Change dict_mapping parameter #53742
Merged
EsoragotoSpirit
merged 4 commits into
StarRocks:main
from
EsoragotoSpirit:fix-dict-mapping-param
Dec 13, 2024
Merged
[Doc] Change dict_mapping parameter #53742
EsoragotoSpirit
merged 4 commits into
StarRocks:main
from
EsoragotoSpirit:fix-dict-mapping-param
Dec 13, 2024
Conversation
This file contains 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
Signed-off-by: EsoragotoSpirit <[email protected]>
github-actions
bot
added
the
documentation
Improvements or additions to documentation
label
Dec 10, 2024
srlch
reviewed
Dec 11, 2024
@@ -32,13 +32,15 @@ key_column_expr ::= <column_name> | <expr> | |||
|
|||
- Optional parameters: | |||
- `<value_column>`: The name of the value column, which is also the mapping column. If the value column is not specified, the default value column is the AUTO_INCREMENT column of the dictionary table. The value column can also be defined as any column in the dictionary table excluding auto-incremented columns and primary keys. The column's data type has no restrictions. | |||
- `<strict_mode>`: Whether to enable strict mode, that is, whether to return an error when the value mapped to the specified key is not found. If the parameter is set to `TRUE`, an error is returned. If the parameter is set to `FALSE` (default), `NULL` is returned. | |||
- `<null_if_not_exist>` (Optional): Whether to return if the key does not exist in the dictionary cache. Valid values: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dictionary cache
-> dictionary table
Signed-off-by: 絵空事スピリット <[email protected]>
Signed-off-by: 絵空事スピリット <[email protected]>
Signed-off-by: 絵空事スピリット <[email protected]>
srlch
approved these changes
Dec 11, 2024
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
wangsimo0
approved these changes
Dec 11, 2024
yingtingdong
approved these changes
Dec 13, 2024
@Mergifyio backport branch-3.4 |
@Mergifyio backport branch-3.3 |
✅ Backports have been created
|
@Mergifyio backport branch-3.2 |
✅ Backports have been created
|
✅ Backports have been created
|
mergify bot
pushed a commit
that referenced
this pull request
Dec 13, 2024
Signed-off-by: 絵空事スピリット <[email protected]> (cherry picked from commit d6f2f45)
18 tasks
mergify bot
pushed a commit
that referenced
this pull request
Dec 13, 2024
Signed-off-by: 絵空事スピリット <[email protected]> (cherry picked from commit d6f2f45)
18 tasks
mergify bot
pushed a commit
that referenced
this pull request
Dec 13, 2024
Signed-off-by: 絵空事スピリット <[email protected]> (cherry picked from commit d6f2f45)
18 tasks
wanpengfei-git
pushed a commit
that referenced
this pull request
Dec 13, 2024
Co-authored-by: 絵空事スピリット <[email protected]>
wanpengfei-git
pushed a commit
that referenced
this pull request
Dec 13, 2024
Co-authored-by: 絵空事スピリット <[email protected]>
wanpengfei-git
pushed a commit
that referenced
this pull request
Dec 13, 2024
Co-authored-by: 絵空事スピリット <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Signed-off-by: EsoragotoSpirit [email protected]
Why I'm doing:
What I'm doing:
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: