Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

use new query engine for update queries #474

Merged
merged 1 commit into from
Jan 30, 2021

Conversation

alex-dukhno
Copy link
Owner

Closes #401

Description

use new query engine for update queries

Is it a feature that change user experience?

no

Client output

no changes

@coveralls
Copy link

Pull Request Test Coverage Report for Build 523172956

  • 68 of 92 (73.91%) changed or added relevant lines in 7 files are covered.
  • 6 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.1%) to 84.367%

Changes Missing Coverage Covered Lines Changed/Added Lines %
write_query/executor/src/lib.rs 6 7 85.71%
server/node/src/query_engine/mod.rs 18 22 81.82%
data/catalog/src/in_memory.rs 18 25 72.0%
query_processing/type_inference/src/lib.rs 4 16 25.0%
Files with Coverage Reduction New Missed Lines %
server/node/src/query_engine/mod.rs 6 30.94%
Totals Coverage Status
Change from base Build 523107410: 0.1%
Covered Lines: 10184
Relevant Lines: 12071

💛 - Coveralls

@alex-dukhno alex-dukhno merged commit f6b9991 into master Jan 30, 2021
@alex-dukhno alex-dukhno deleted the update-queries-with-new-query-engine branch January 30, 2021 10:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Analyze parameter type for re-assign operation SQL
2 participants