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

Fix datanode sql function script #2496

Merged
merged 1 commit into from Oct 5, 2020
Merged

Conversation

svenklemm
Copy link
Member

This patch merge data_node and remote_txn sql scripts and fixes
the CREATE FUNCTION statement to use CREATE OR REPLACE FUNCTION.

@svenklemm svenklemm requested a review from a team as a code owner October 5, 2020 15:44
@svenklemm svenklemm requested review from pmwkaa, WireBaron, gayyappan, erimatnor, k-rus and mkindahl and removed request for a team October 5, 2020 15:44
@codecov
Copy link

codecov bot commented Oct 5, 2020

Codecov Report

Merging #2496 into master will increase coverage by 0.10%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2496      +/-   ##
==========================================
+ Coverage   90.08%   90.19%   +0.10%     
==========================================
  Files         212      212              
  Lines       34198    34148      -50     
==========================================
- Hits        30808    30799       -9     
+ Misses       3390     3349      -41     
Impacted Files Coverage Δ
src/loader/bgw_launcher.c 89.53% <0.00%> (-2.47%) ⬇️
src/loader/bgw_message_queue.c 87.09% <0.00%> (-0.65%) ⬇️
src/import/planner.c 70.30% <0.00%> (+11.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2dc15ee...17d3fb1. Read the comment docs.

This patch merge data_node and remote_txn sql scripts and fixes
the CREATE FUNCTION statement to use CREATE OR REPLACE FUNCTION.
@svenklemm svenklemm merged commit dbd707b into timescale:master Oct 5, 2020
@svenklemm svenklemm deleted the datanode_sql branch April 18, 2021 14:21
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.

None yet

3 participants