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

planner, executor: support index merge's order prop push down at the normal way #43881

Merged
merged 16 commits into from Aug 1, 2023

Merge branch 'master' into support-indexmerge-ordered-scan

ebfc8f4
Select commit
Failed to load commit list.
Merged

planner, executor: support index merge's order prop push down at the normal way #43881

Merge branch 'master' into support-indexmerge-ordered-scan
ebfc8f4
Select commit
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 1, 2023 in 1s

75.1020% of diff hit (target 0.0000%)

View this Pull Request on Codecov

75.1020% of diff hit (target 0.0000%)

Annotations

Check warning on line 1456 in executor/builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/builder.go#L1454-L1456

Added lines #L1454 - L1456 were not covered by tests

Check warning on line 301 in executor/index_merge_reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/index_merge_reader.go#L301

Added line #L301 was not covered by tests

Check warning on line 1208 in executor/index_merge_reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/index_merge_reader.go#L1207-L1208

Added lines #L1207 - L1208 were not covered by tests

Check warning on line 1217 in executor/index_merge_reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/index_merge_reader.go#L1216-L1217

Added lines #L1216 - L1217 were not covered by tests

Check warning on line 933 in executor/mem_reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/mem_reader.go#L932-L933

Added lines #L932 - L933 were not covered by tests

Check warning on line 943 in executor/mem_reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

executor/mem_reader.go#L939-L943

Added lines #L939 - L943 were not covered by tests

Check warning on line 2978 in planner/core/exhaust_physical_plans.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

planner/core/exhaust_physical_plans.go#L2978

Added line #L2978 was not covered by tests

Check warning on line 809 in planner/core/find_best_task.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

planner/core/find_best_task.go#L808-L809

Added lines #L808 - L809 were not covered by tests

Check warning on line 1317 in planner/core/find_best_task.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

planner/core/find_best_task.go#L1316-L1317

Added lines #L1316 - L1317 were not covered by tests

Check warning on line 1471 in planner/core/find_best_task.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

planner/core/find_best_task.go#L1471

Added line #L1471 was not covered by tests

Check warning on line 1522 in planner/core/find_best_task.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

planner/core/find_best_task.go#L1519-L1522

Added lines #L1519 - L1522 were not covered by tests

Check warning on line 1531 in planner/core/find_best_task.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

planner/core/find_best_task.go#L1528-L1531

Added lines #L1528 - L1531 were not covered by tests

Check warning on line 432 in planner/core/resolve_indices.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

planner/core/resolve_indices.go#L431-L432

Added lines #L431 - L432 were not covered by tests

Check warning on line 944 in planner/core/task.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

planner/core/task.go#L943-L944

Added lines #L943 - L944 were not covered by tests

Check warning on line 949 in planner/core/task.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

planner/core/task.go#L948-L949

Added lines #L948 - L949 were not covered by tests

Check warning on line 970 in planner/core/task.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

planner/core/task.go#L969-L970

Added lines #L969 - L970 were not covered by tests

Check warning on line 982 in planner/core/task.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

planner/core/task.go#L975-L982

Added lines #L975 - L982 were not covered by tests