Skip to content

Conversation

@sherlockbeard
Copy link

added property to VortexScanner

fixes #5454

import vortex as vx

vx.io.write(vx.array([{"col1": "a string"}]), 'foo.vortex')
x = vx.open('foo.vortex').to_dataset().scanner().projected_schema

@codecov
Copy link

codecov bot commented Nov 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.43%. Comparing base (7e1d377) to head (cb6b971).

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Siddharth Kumar <[email protected]>
@sherlockbeard sherlockbeard force-pushed the scanner_property_addition branch from c3cdf18 to 3820507 Compare November 24, 2025 21:21
@vortex-data vortex-data deleted a comment from codspeed-hq bot Nov 24, 2025
@connortsui20 connortsui20 added the feature Release label indicating a new feature or request label Nov 24, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Nov 24, 2025

CodSpeed Performance Report

Merging #5500 will not alter performance

Comparing sherlockbeard:scanner_property_addition (cb6b971) with develop (7e1d377)

Summary

✅ 1478 untouched
⏩ 235 skipped1

Footnotes

  1. 235 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@connortsui20
Copy link
Contributor

(dont worry about the lint error, thats a separate problem)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Release label indicating a new feature or request fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

projected_schema segfaults on a Vortex scanner

2 participants