-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[feature](function) Impl the function map_concat like spark #59130
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
nagisa-kunhah
wants to merge
43
commits into
apache:master
Choose a base branch
from
nagisa-kunhah:feat_map_concat
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
106afda
feat: map_concat
nagisa-kunhah eaddffe
fix: optimize code
nagisa-kunhah 6473a03
fix: nullable
nagisa-kunhah 930ef85
feat: FunctionMapConcatTest
nagisa-kunhah 7b0bf75
fix: ColumnNullable
nagisa-kunhah f0970be
feat: function_map_concat_test
nagisa-kunhah cef3520
fix: function_map_concat_test
nagisa-kunhah e5c3bd8
remove: FunctionMapConcatTest.TestComplexTypes
nagisa-kunhah 7869361
fix: get_key_value_type
nagisa-kunhah aea2e7f
fix: TestComplexTypes of array
nagisa-kunhah 71a6cb7
fix: check_function_all_arg_comb
nagisa-kunhah d42447c
feat: Test with double, float and decimalv2
nagisa-kunhah fc221f6
feat: Test single map
nagisa-kunhah 053760a
feat: extend map_concat to handle struct-typed values
nagisa-kunhah 3c585c6
fix: compile error
nagisa-kunhah 174cab1
feat: test_map_concat
nagisa-kunhah 65de5e5
fix: handle null values in arguments to prevent crash
nagisa-kunhah d428f86
fix: test_map_concat.out
nagisa-kunhah 41c7f69
test: expand test coverage for mapconcat function
nagisa-kunhah 4332c22
fix: style issue
nagisa-kunhah 94bd981
fix: stype issue
nagisa-kunhah 7bfec0f
fix: style issue
nagisa-kunhah 958eac9
fix: style issue
nagisa-kunhah fb58202
fix: crash when “select map_concat();”
nagisa-kunhah 109c9af
fix: optimize test
nagisa-kunhah 41ed41f
fix: license issue
nagisa-kunhah b28ec86
fix: int -> size_t
nagisa-kunhah 207cade
fix: remove info log
nagisa-kunhah 4d7e3e2
fix: remove chinese comment
nagisa-kunhah 57a3d28
Merge branch 'master' into feat_map_concat
nagisa-kunhah e3a0e06
feat: assert_cast
nagisa-kunhah c85ec74
add: test about map_concat(map3,map1)
nagisa-kunhah 92ebc69
fix: assert_cast
nagisa-kunhah 7528446
fix: format
nagisa-kunhah 3663724
fix: process map_concat() by be
nagisa-kunhah 105c5a6
fix: style
nagisa-kunhah be768a6
fix: comment
nagisa-kunhah 88045c4
refactor
nagisa-kunhah 5c33069
fix: comment
nagisa-kunhah c35513d
fix: comment
nagisa-kunhah 42829ff
Merge branch 'master' into feat_map_concat
nagisa-kunhah 49bfdd6
fix: ut
nagisa-kunhah 9dd20de
Merge branch 'master' into feat_map_concat
nagisa-kunhah File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.