Skip to content

basic working version of interval type read#2689

Draft
rajayush143 wants to merge 1 commit into
delta-io:mainfrom
rajayush143:feat/read_interval_types_prototype
Draft

basic working version of interval type read#2689
rajayush143 wants to merge 1 commit into
delta-io:mainfrom
rajayush143:feat/read_interval_types_prototype

Conversation

@rajayush143

Copy link
Copy Markdown
Collaborator

What changes are proposed in this pull request?

How was this change tested?

@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

PR title does not match the required pattern. Please ensure you follow the conventional commits spec.

Your title should start with feat:, fix:, chore:, docs:, perf:, refactor:, test:, or ci:, and if it's a breaking change that should be suffixed with a ! (like feat!:), and then a 1-72 character brief description of your change.

Title: basic working version of interval type read

@codecov

codecov Bot commented Jun 3, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 62.16216% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.79%. Comparing base (4a79cec) to head (e5e6dc3).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
kernel/src/transaction/stats_verifier.rs 0.00% 6 Missing ⚠️
kernel/src/engine/arrow_expression/mod.rs 0.00% 3 Missing ⚠️
kernel/src/engine/parquet_row_group_skipping.rs 0.00% 2 Missing ⚠️
ffi/src/expressions/kernel_visitor.rs 0.00% 1 Missing ⚠️
ffi/src/schema.rs 0.00% 1 Missing ⚠️
test-utils/src/table_builder.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main    #2689    +/-   ##
========================================
  Coverage   88.78%   88.79%            
========================================
  Files         194      194            
  Lines       63761    63956   +195     
  Branches    63761    63956   +195     
========================================
+ Hits        56609    56788   +179     
- Misses       4981     4997    +16     
  Partials     2171     2171            

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

@github-actions github-actions Bot added the breaking-change Public API change that could cause downstream compilation failures. Requires a major version bump. label Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking-change Public API change that could cause downstream compilation failures. Requires a major version bump.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant