Skip to content

feat: support column alias in datafusion#23

Merged
beinan merged 1 commit into
lance-format:mainfrom
ChunxuTang:column-alias
Oct 30, 2025
Merged

feat: support column alias in datafusion#23
beinan merged 1 commit into
lance-format:mainfrom
ChunxuTang:column-alias

Conversation

@ChunxuTang

Copy link
Copy Markdown
Collaborator

This PR adds the support of column alias through keyword AS in the datafusion planner. After this change, the planner would support queries like MATCH (p:Person) RETURN p.name AS person_name.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@dc30df2). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #23   +/-   ##
=======================================
  Coverage        ?   77.24%           
=======================================
  Files           ?       16           
  Lines           ?     5664           
  Branches        ?        0           
=======================================
  Hits            ?     4375           
  Misses          ?     1289           
  Partials        ?        0           
Flag Coverage Δ
rust-unittests 77.24% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@beinan beinan merged commit 40f3b9a into lance-format:main Oct 30, 2025
9 checks passed
@ChunxuTang ChunxuTang deleted the column-alias branch November 3, 2025 01:21
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.

3 participants