Skip to content

IGNITE-27817 Add REGEXP_SUBSTR/REGEXP_EXTRACT function for Calcite en…#12726

Merged
vldpyatkov merged 4 commits intoapache:masterfrom
vldpyatkov:ignite-27817
Feb 17, 2026
Merged

IGNITE-27817 Add REGEXP_SUBSTR/REGEXP_EXTRACT function for Calcite en…#12726
vldpyatkov merged 4 commits intoapache:masterfrom
vldpyatkov:ignite-27817

Conversation

@vldpyatkov
Copy link
Contributor

@zstan
Copy link
Contributor

zstan commented Feb 12, 2026

  1. update all corresponding documentation, search, for example : "REGEXP_REPLACE" in *.adoc
  2. move all newly passed tests from regex_replace.test_ignore into regex_replace.test (probably you can remove *_ignore file after it ? it all passed there ?)
  3. Check https://issues.apache.org/jira/browse/IGNITE-15001probably we can close it ? or you can extend it
    and overall good practise for such kind of issues is to extend tests coverage (i mean - append adiitional tests) into appropriate .test file

@vldpyatkov
Copy link
Contributor Author

@zstan I added a dedicated file with tests on REGEXP_SUBSTR (test/sql/function/string/test_regexp_substr.test).
I also check all the ignored tests for REGEXP_SUBSTR. Unfortunately, all issues are still there.

@sonarqubecloud
Copy link

@vldpyatkov vldpyatkov merged commit 0c1debe into apache:master Feb 17, 2026
9 checks passed
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.

3 participants