Skip to content

[HSTACK] feat: added codec for DeltaScanMetaExec - #22

Open
mihai-bleont wants to merge 1 commit into
main-1.0-statsfrom
meta_codec
Open

[HSTACK] feat: added codec for DeltaScanMetaExec#22
mihai-bleont wants to merge 1 commit into
main-1.0-statsfrom
meta_codec

Conversation

@mihai-bleont

@mihai-bleont mihai-bleont commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

This is mostly copied from the DeltaScanExec codec. The important difference is that DeltaScanMetaExec has no child plan, instead it has a pair vector of (file_id, row_count) embedded.

I tested with the following SQLs that used to fail:

SELECT _ACP_DATE, COUNT(*) FROM aep_dataset_next('4E9432245BC7C44B0A494037@AdobeOrg', 'prod', '', '68e0baa39036635052fa02cd') GROUP BY _ACP_DATE;
SELECT DISTINCT _ACP_DATE FROM aep_dataset_next('4E9432245BC7C44B0A494037@AdobeOrg', 'prod', '', '68e0baa39036635052fa02cd');
SELECT _ACP_DATE FROM aep_dataset_next('4E9432245BC7C44B0A494037@AdobeOrg', 'prod', '', '68e0baa39036635052fa02cd');
SELECT _ACP_DATE, COUNT(*) FROM aep_dataset_next('4E9432245BC7C44B0A494037@AdobeOrg', 'prod', '', '68e0baa39036635052fa02cd')
WHERE _ACP_DATE = '2025-10-04' GROUP BY _ACP_DATE;

@github-actions

Copy link
Copy Markdown

ACTION NEEDED

delta-rs follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant