Skip to content

Backport TINKERPOP-3083 split() changes to 3.8#3072

Merged
Cole-Greer merged 1 commit intoapache:3.8-devfrom
andreachild:3.8-backport-split
Mar 17, 2025
Merged

Backport TINKERPOP-3083 split() changes to 3.8#3072
Cole-Greer merged 1 commit intoapache:3.8-devfrom
andreachild:3.8-backport-split

Conversation

@andreachild
Copy link
Copy Markdown
Contributor

https://issues.apache.org/jira/browse/TINKERPOP-3083

Changed split() local and global steps to parse a string into individual characters if the separator is an empty string - previous implementation left the string intact. Introduced StringUtil utility class to reuse logic between the global and local step classes. Feature tests were executed using -DskipIntegrationTests=false and manual testing was executed using gremlin console with and without remote context.

This is a back port from master branch which is at version 4.0. Original PR: #2741

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (3.8-dev@14bf649). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff             @@
##             3.8-dev    #3072   +/-   ##
==========================================
  Coverage           ?   76.38%           
  Complexity         ?    13243           
==========================================
  Files              ?     1062           
  Lines              ?    61572           
  Branches           ?     7347           
==========================================
  Hits               ?    47030           
  Misses             ?    12028           
  Partials           ?     2514           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

… StringUtil.split utility method which will split the given string into a list of individual string characters if the given separator is an empty string.
@andreachild andreachild changed the title Backport TINKERPOP-3083 to 3.8 Backport TINKERPOP-3083 split() changes to 3.8 Mar 14, 2025
@Cole-Greer
Copy link
Copy Markdown
Contributor

VOTE +1

1 similar comment
@kenhuuu
Copy link
Copy Markdown
Contributor

kenhuuu commented Mar 15, 2025

VOTE +1

@Cole-Greer
Copy link
Copy Markdown
Contributor

Merging as CTR

@Cole-Greer Cole-Greer merged commit a986e98 into apache:3.8-dev Mar 17, 2025
18 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.

4 participants