-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat: Add array concatenation support to concat function #18137
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
Closed
EeshanBembi
wants to merge
21
commits into
apache:main
from
EeshanBembi:feature/concat-array-support
Closed
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
e9009e2
feat: add minimal array concatenation support to concat function
EeshanBembi fb53f81
fix: address clippy warnings in concat function
EeshanBembi 80b6330
feat: add array concatenation support to concat function
EeshanBembi 540b7b2
refactor: simplify concat function implementation
EeshanBembi dea374f
fix: optimize concat function for cooperative execution
EeshanBembi 1d3b483
fix: address remaining clippy warnings and update config docs
EeshanBembi 8d7f321
fix: remove duplicate content from configs.md causing doc build warnings
EeshanBembi 70c379d
docs: update concat function documentation to include array support
EeshanBembi ca980cd
fix: address reviewer feedback for concat array support
EeshanBembi ec13867
feat: make concat function array support production-ready
EeshanBembi 75f2c0a
fix: complete array concatenation support with Spark compatibility
EeshanBembi e5513c0
docs: update concat function documentation with array support
EeshanBembi e20a48b
feat: delegate array concatenation from concat to array_concat logic
EeshanBembi aeb50d3
fix: remove accidentally committed temp target.csv files
EeshanBembi 6194796
feat: delegate concat array operations to shared implementation
EeshanBembi 131def3
fix: restore missing align_array_dimensions function and Arc imports
EeshanBembi 0439c40
chore: remove duplicated align_array_dimensions function and unused i…
EeshanBembi e56ba13
fix: remove manually added join docs to allow CI auto-generation
EeshanBembi b94ac36
chore: fix prettier formatting in configs.md
EeshanBembi 3f387e2
docs: update configuration documentation via update_config_docs.sh
EeshanBembi de7fc97
feat: Add concat array support addressing all review comments
EeshanBembi 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.