Skip to content

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented May 13, 2025

Fixes #24295

Motivation

See #24295

Modifications

The solution is to prefix the regular expressions with r to use Python’s raw string notation.
This is explained in https://docs.python.org/3/library/re.html

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@lhotari lhotari added this to the 4.1.0 milestone May 13, 2025
@lhotari lhotari requested review from nlu90 and liangyepianzhou May 13, 2025 13:31
@lhotari lhotari self-assigned this May 13, 2025
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label May 13, 2025
@codecov-commenter
Copy link

codecov-commenter commented May 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.21%. Comparing base (bbc6224) to head (c02e80e).
Report is 1093 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #24297      +/-   ##
============================================
+ Coverage     73.57%   74.21%   +0.63%     
+ Complexity    32624    32606      -18     
============================================
  Files          1877     1866      -11     
  Lines        139502   145059    +5557     
  Branches      15299    16581    +1282     
============================================
+ Hits         102638   107654    +5016     
+ Misses        28908    28895      -13     
- Partials       7956     8510     +554     
Flag Coverage Δ
inttests 26.73% <ø> (+2.14%) ⬆️
systests 23.24% <ø> (-1.08%) ⬇️
unittests 73.71% <ø> (+0.86%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1081 files with indirect coverage changes

🚀 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.

@lhotari lhotari merged commit 272acfb into apache:master May 13, 2025
54 of 55 checks passed
lhotari added a commit that referenced this pull request May 14, 2025
lhotari added a commit that referenced this pull request May 14, 2025
lhotari added a commit that referenced this pull request May 14, 2025
manas-ctds pushed a commit to datastax/pulsar that referenced this pull request May 15, 2025
(cherry picked from commit 272acfb)
(cherry picked from commit 2669c99)
manas-ctds pushed a commit to datastax/pulsar that referenced this pull request May 15, 2025
(cherry picked from commit 272acfb)
(cherry picked from commit 1c0c1dc)
srinath-ctds pushed a commit to datastax/pulsar that referenced this pull request May 16, 2025
(cherry picked from commit 272acfb)
(cherry picked from commit 2669c99)
srinath-ctds pushed a commit to datastax/pulsar that referenced this pull request May 18, 2025
(cherry picked from commit 272acfb)
(cherry picked from commit 1c0c1dc)
nodece pushed a commit to ascentstream/pulsar that referenced this pull request May 28, 2025
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.

[Bug] Pulsar Python Function logs SyntaxWarning: invalid escape sequence '\d'
3 participants