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

[dq] Peephole integration + some transform helpers (YQL-17386) #572

Merged
merged 3 commits into from
Dec 20, 2023

Conversation

rvu1024
Copy link
Member

@rvu1024 rvu1024 commented Dec 19, 2023

No description provided.

@rvu1024 rvu1024 requested a review from vitstn December 19, 2023 11:26
Copy link

github-actions bot commented Dec 19, 2023

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-release-asan: some tests FAILED for commit 0d54b2e.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14076 13954 0 42 72 8

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 0d54b2e.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
57860 48701 0 32 9123 4

@rvu1024 rvu1024 marked this pull request as ready for review December 19, 2023 14:58
@rvu1024 rvu1024 enabled auto-merge (squash) December 19, 2023 21:24
}
private:
void AfterCreate(TTransformationPipeline*) const final {}

void AfterTypeAnnotation(TTransformationPipeline* pipeline) const final {
std::for_each(UniqIntegrations_.cbegin(), UniqIntegrations_.cend(), [&](const auto dqInt) {
for (auto& stage: dqInt->GetPeepholeTransforms(true, ProviderParams_)) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

pass pipeline to dqInt directly

@rvu1024 rvu1024 merged commit 6a1069f into ydb-platform:main Dec 20, 2023
2 of 4 checks passed
@rvu1024 rvu1024 deleted the YQL-17386-dq-integration-peephole branch December 22, 2023 08:10
This was referenced Dec 29, 2023
Closed
@StekPerepolnen StekPerepolnen mentioned this pull request Jan 3, 2024
This was referenced Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants