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

feat(sql): log and sqrt implementations #1050

Merged
merged 39 commits into from
May 23, 2021
Merged

feat(sql): log and sqrt implementations #1050

merged 39 commits into from
May 23, 2021

Conversation

bluestreak01
Copy link
Member

thanks to @mrecht, this is essentially a clean up of Mark's PR #772

mrecht and others added 30 commits January 16, 2021 14:52
remove unintended dependency.
…sh when "writer" is re-created between inserts. Fixed DATE insert from python. (#790)
@CLAassistant
Copy link

CLAassistant commented May 22, 2021

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
6 out of 7 committers have signed the CLA.

✅ patrickSpaceSurfer
✅ mrecht
✅ ideoma
✅ mpsq
✅ bluestreak01
✅ piotrrzysko
❌ allcontributors[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@ideoma
Copy link
Collaborator

ideoma commented May 23, 2021

[PR Coverage check]

😍 pass : 6 / 6 (100.00%)

file detail

path covered line new line coverage
🔵 io/questdb/griffin/engine/functions/math/LogDoubleFunctionFactory.java 3 3 100.00%
🔵 io/questdb/griffin/engine/functions/math/SqrtDoubleFunctionFactory.java 3 3 100.00%

@bluestreak01 bluestreak01 merged commit 1b6c321 into master May 23, 2021
@bluestreak01 bluestreak01 deleted the mrecht/master branch May 23, 2021 19:27
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

7 participants