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

introduce basic execution plan processor and more stabilization #248

Merged
merged 6 commits into from
Jun 11, 2021
Merged

introduce basic execution plan processor and more stabilization #248

merged 6 commits into from
Jun 11, 2021

Conversation

akphi
Copy link
Contributor

@akphi akphi commented Jun 11, 2021

Introduce some basic execution plan processing to lay the foundation for #249

Also added support for graphFetch without check (i.e. graphFetchCheck) so we can have better graph fetch support for relational mapping in query builder.

Also, we added minor adjustments to the connection form editor.

@changeset-bot
Copy link

changeset-bot bot commented Jun 11, 2021

🦋 Changeset detected

Latest commit: ebbfab4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 10 packages
Name Type
@finos/legend-studio Patch
@finos/legend-studio-components Patch
@finos/legend-studio-plugin-query-builder Patch
@finos/legend-studio-app Patch
@finos/legend-studio-manual-tests Patch
@finos/legend-studio-plugin-management Patch
@finos/legend-studio-plugin-tracer-zipkin Patch
@finos/legend-studio-preset-dsl-text Patch
@finos/legend-studio-preset-dummy Patch
@finos/legend-studio-preset-external-format-json-schema Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@finos-cla-bot finos-cla-bot bot added the cla-present CLA Signed label Jun 11, 2021
@akphi akphi changed the title WIP: more things New Release Jun 11, 2021
@akphi akphi changed the title New Release WIP: more things Jun 11, 2021
@codecov
Copy link

codecov bot commented Jun 11, 2021

Codecov Report

Merging #248 (ebbfab4) into master (658efe0) will decrease coverage by 0.10%.
The diff coverage is 23.01%.

@@            Coverage Diff             @@
##           master     #248      +/-   ##
==========================================
- Coverage   47.74%   47.64%   -0.11%     
==========================================
  Files         704      714      +10     
  Lines       32955    33075     +120     
  Branches     7532     7563      +31     
==========================================
+ Hits        15736    15760      +24     
- Misses      17161    17256      +95     
- Partials       58       59       +1     
Impacted Files Coverage Δ
.../edit-panel/connection-editor/ConnectionEditor.tsx 21.21% <ø> (ø)
...tamodels/pure/model/executionPlan/ExecutionPlan.ts 0.00% <0.00%> (ø)
...ls/pure/model/executionPlan/nodes/ExecutionNode.ts 0.00% <0.00%> (ø)
...pure/model/executionPlan/nodes/SQLExecutionNode.ts 0.00% <0.00%> (ø)
...s/pure/model/executionPlan/result/TDSResultType.ts 0.00% <0.00%> (ø)
...re/relational/mapping/RelationalPropertyMapping.ts 83.33% <ø> (ø)
...del/valueSpecification/SimpleFunctionExpression.ts 47.36% <ø> (ø)
...e/v1/model/executionPlan/V1_SingleExecutionPlan.ts 0.00% <0.00%> (ø)
...e/v1/model/executionPlan/nodes/V1_ExecutionNode.ts 0.00% <0.00%> (ø)
...1/model/executionPlan/nodes/V1_SQLExecutionNode.ts 0.00% <0.00%> (ø)
... and 23 more

@akphi akphi changed the title WIP: more things more stabilization Jun 11, 2021
@akphi akphi changed the title more stabilization introduce basic execution plan processor and more stabilization Jun 11, 2021
@akphi akphi mentioned this pull request Jun 11, 2021
9 tasks
@akphi akphi merged commit a35e4d2 into finos:master Jun 11, 2021
@akphi akphi deleted the stabi branch June 11, 2021 14:34
@github-actions github-actions bot mentioned this pull request Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-present CLA Signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants