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

add support for pushing down sql enum transforms #2283

Closed
wants to merge 1 commit into from

Conversation

AFine-gs
Copy link
Contributor

What type of PR is this?

What does this PR do / why is it needed ?

@github-actions
Copy link

github-actions bot commented Sep 20, 2023

Test Results

     703 files  ±  0       703 suites  ±0   1h 1m 53s ⏱️ +19s
11 642 tests +  7  11 237 ✔️ +  7  405 💤 ±0  0 ±0 
14 543 runs  +10  14 054 ✔️ +10  489 💤 ±0  0 ±0 

Results for commit b7a67f6. ± Comparison against base commit b3837ac.

♻️ This comment has been updated with latest results.

@@ -156,12 +199,13 @@ function meta::pure::executionPlan::executionPlan(clusters:ClusteredValueSpecifi

function meta::pure::executionPlan::generatePlatformCode(plan:ExecutionPlan[1], platformId:String[1], config:meta::pure::executionPlan::platformBinding::PlatformBindingConfig[1], extensions:meta::pure::extension::Extension[*]):ExecutionPlan[1]
{
meta::pure::executionPlan::generatePlatformCode($plan, $platformId, $config, $extensions, if(isOptionSet('DebugPlatformCodeGen'), |debug(), |noDebug()));
meta::pure::executionPlan::generatePlatformCode($plan, $platformId, $config, $extensions, if(isOptionSet('DebugPlatformCodeGen'), |debug(), |debug()));
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

remove debug change

davidharte-gs
davidharte-gs previously approved these changes Oct 6, 2023
@finos-admin
Copy link
Member

This PR is stale because it has been open for 30 days with no activity. Please remove stale label or add any comment to keep this open. Otherwise this will be closed in 5 days.

@AFine-gs
Copy link
Contributor Author

\easycla

@AFine-gs
Copy link
Contributor Author

/easycla

@finos-admin finos-admin removed the Stale label Nov 21, 2023
@finos-admin
Copy link
Member

This PR is stale because it has been open for 30 days with no activity. Please remove stale label or add any comment to keep this open. Otherwise this will be closed in 5 days.

@finos-admin
Copy link
Member

This PR was closed because it has been inactive for 35 days. Please re-open if this PR is still relevant.

@AFine-gs AFine-gs reopened this Jan 10, 2024
@AFine-gs AFine-gs closed this Jan 10, 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.

4 participants