substrait-io / substrait

A cross platform way to express data transformation, relational algebra, standardized record expression and plans.
https://substrait.io
Apache License 2.0
1.19k stars 155 forks source link

feat: add arithmetic function "power" with decimal type #660

Closed anshuldata closed 2 months ago

anshuldata commented 3 months ago

Thank you for submitting a PR!

Before you continue, please ensure that your PR title and description (this message!) follow conventional commit syntax. Substrait uses an automated release process that, among other things, uses PR titles & descriptions to build a changelog, so the syntax and format matter!

The title of the PR should be a valid commit header.

Some examples of proper commit message headers and PR titles:

Note the case and grammar conventions.

Furthermore, the description of any PR that includes a breaking change should contain a paragraph that starts with BREAKING CHANGE: ..., where ... explains what changed. The automated release process uses this to determine how it should bump the version number. Anything that changes the behavior of a plan that was previously legal is considered a breaking change; note that this includes behavior specifications that only exist in Substrait in the form of behavior descriptions on the website or in comments.

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

github-actions[bot] commented 3 months ago

ACTION NEEDED

Substrait follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

anshuldata commented 3 months ago

@EpsilonPrime I don't have write access to branch. Can you kindly merge ? Thanks

EpsilonPrime commented 3 months ago

As this PR is somewhere between a new feature and a change to an existing one I'd like to get another approval for this PR before we merge it. I'll check with the other folks at the Substrait community meeting on Wednesday and will likely merge it then.

jacques-n commented 3 months ago

@anshuldata can you rebase?

anshuldata commented 3 months ago

@anshuldata can you rebase?

rebased it