Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: init scan implementation for time merge storage #1586

Merged
merged 5 commits into from
Nov 5, 2024

Conversation

jiacai2050
Copy link
Contributor

Rationale

Detailed Changes

Test Plan

CI

@github-actions github-actions bot added the feature New feature or request label Nov 4, 2024
@jiacai2050 jiacai2050 requested a review from baojinri November 4, 2024 10:07
let ctx = SessionContext::default();
// TODO: dedup record batch based on primary keys and sequence number.
let res =
execute_stream(physical_plan, ctx.task_ctx()).context("execute sort physical plan")?;
Copy link
Contributor

Choose a reason for hiding this comment

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

execute scan physical plan ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will fix it in following PR.

Copy link
Contributor

@baojinri baojinri left a comment

Choose a reason for hiding this comment

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

LGTM

@jiacai2050 jiacai2050 merged commit e65c504 into apache:main Nov 5, 2024
6 checks passed
@jiacai2050 jiacai2050 deleted the feat-read branch November 5, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants