Skip to content

feature: support REGEXP_SUBSTR function #4771

Merged
bohutang merged 3 commits intodatabendlabs:mainfrom
nange:feat/regexp_substr_function
Apr 9, 2022
Merged

feature: support REGEXP_SUBSTR function #4771
bohutang merged 3 commits intodatabendlabs:mainfrom
nange:feat/regexp_substr_function

Conversation

@nange
Copy link
Copy Markdown
Contributor

@nange nange commented Apr 9, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

  • Support REGEXP_SUBSTR function
  • Fix the multi-byte character index bug of REGEXP_INSTR function

Changelog

  • New Feature
  • Bug Fix
  • Documentation

Related Issues

Fixes #3056

Test Plan

Unit Tests
Stateless Tests

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 9, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/databend/databend/2YCghCQVb7FBupPBLPkZNj44tBoP
✅ Preview: Ignored

@nange
Copy link
Copy Markdown
Contributor Author

nange commented Apr 9, 2022

/help

@databend-bot
Copy link
Copy Markdown
Member

/assignme -- assign the issue to you
/review @[username] -- take a reviewer for you
/help -- show help

@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Apr 9, 2022

Thanks for the contribution!
I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

@mergify mergify Bot added pr-feature this PR introduces a new feature to the codebase pr-bugfix this PR patches a bug in codebase pr-doc-fix labels Apr 9, 2022
@nange
Copy link
Copy Markdown
Contributor Author

nange commented Apr 9, 2022

/review @sundy-li

@databend-bot databend-bot requested a review from sundy-li April 9, 2022 04:38
@databend-bot
Copy link
Copy Markdown
Member

Take the reviewer to sundy-li

@bohutang
Copy link
Copy Markdown
Member

bohutang commented Apr 9, 2022

Thank you!

@bohutang bohutang merged commit a279982 into databendlabs:main Apr 9, 2022
@nange nange deleted the feat/regexp_substr_function branch April 9, 2022 06:12
@bohutang bohutang mentioned this pull request May 12, 2022
55 tasks
@Xuanwo Xuanwo added this to the v0.8 milestone May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-bugfix this PR patches a bug in codebase pr-feature this PR introduces a new feature to the codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

REGEXP_SUBSTR() | Return substring matching regular expression

5 participants