Skip to content

feat: Add support to lookup map by key#1898

Merged
comphead merged 4 commits intoapache:mainfrom
comphead:dev
Jun 18, 2025
Merged

feat: Add support to lookup map by key#1898
comphead merged 4 commits intoapache:mainfrom
comphead:dev

Conversation

@comphead
Copy link
Contributor

Which issue does this PR close?

Closes #1884 .

Rationale for this change

What changes are included in this PR?

How are these changes tested?

@comphead comphead changed the title feat: support lookup map by key feat: Add support to lookup map by key Jun 18, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jun 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.95%. Comparing base (f09f8af) to head (60efd76).
Report is 265 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1898      +/-   ##
============================================
+ Coverage     56.12%   58.95%   +2.82%     
- Complexity      976     1144     +168     
============================================
  Files           119      130      +11     
  Lines         11743    12827    +1084     
  Branches       2251     2413     +162     
============================================
+ Hits           6591     7562     +971     
- Misses         4012     4044      +32     
- Partials       1140     1221      +81     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @comphead

@comphead comphead merged commit 9d10ea8 into apache:main Jun 18, 2025
73 checks passed
coderfender pushed a commit to coderfender/datafusion-comet that referenced this pull request Dec 13, 2025
* feat: support lookup map by key

* fmt

* clippy

* Update native/core/src/execution/planner.rs

Co-authored-by: Andy Grove <[email protected]>

---------

Co-authored-by: Andy Grove <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support map lookup by key operation

3 participants