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

ARROW-14413: [C++][Gandiva] Implement levenshtein function #11522

Conversation

ViniciusSouzaRoque
Copy link
Contributor

No description provided.

@github-actions
Copy link

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW

Opening JIRAs ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename pull request title in the following format?

ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

@ViniciusSouzaRoque ViniciusSouzaRoque changed the title Feature/add levenshtein function ARROW-14413: [C++][Gandiva] Implement levenshtein function Oct 22, 2021
@github-actions
Copy link

@github-actions
Copy link

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

cpp/src/gandiva/precompiled/string_ops.cc Outdated Show resolved Hide resolved
cpp/src/gandiva/precompiled/string_ops.cc Outdated Show resolved Hide resolved
cpp/src/gandiva/precompiled/string_ops.cc Outdated Show resolved Hide resolved
cpp/src/gandiva/precompiled/string_ops.cc Show resolved Hide resolved
cpp/src/gandiva/precompiled/string_ops.cc Outdated Show resolved Hide resolved
cpp/src/gandiva/precompiled/string_ops.cc Outdated Show resolved Hide resolved
cpp/src/gandiva/precompiled/string_ops.cc Outdated Show resolved Hide resolved
cpp/src/gandiva/precompiled/string_ops.cc Outdated Show resolved Hide resolved
cpp/src/gandiva/precompiled/string_ops.cc Outdated Show resolved Hide resolved
cpp/src/gandiva/precompiled/string_ops_test.cc Outdated Show resolved Hide resolved
@ViniciusSouzaRoque ViniciusSouzaRoque force-pushed the feature/add-levenshtein-function branch 6 times, most recently from f8c6722 to 2190742 Compare November 24, 2021 11:26
cpp/src/gandiva/precompiled/string_ops.cc Outdated Show resolved Hide resolved
@ViniciusSouzaRoque ViniciusSouzaRoque force-pushed the feature/add-levenshtein-function branch 3 times, most recently from 0b9f22b to 5a5516b Compare November 29, 2021 19:08
@ursabot
Copy link

ursabot commented Dec 3, 2021

Benchmark runs are scheduled for baseline = 188c94a and contender = ee32aea. ee32aea is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Failed ⬇️0.0% ⬆️0.0%] ursa-i9-9960x
[Finished ⬇️0.0% ⬆️0.04%] ursa-thinkcentre-m75q
Supported benchmarks:
ursa-i9-9960x: langs = Python, R, JavaScript
ursa-thinkcentre-m75q: langs = C++, Java
ec2-t3-xlarge-us-east-2: cloud = True

@ViniciusSouzaRoque ViniciusSouzaRoque deleted the feature/add-levenshtein-function branch December 3, 2021 11:59
@ursabot
Copy link

ursabot commented Dec 4, 2021

Benchmark runs are scheduled for baseline = 188c94a and contender = ee32aea. ee32aea is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Failed ⬇️0.0% ⬆️0.0%] ursa-i9-9960x
[Finished ⬇️0.0% ⬆️0.04%] ursa-thinkcentre-m75q
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. Runs only benchmarks with cloud = True
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants