You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/10 05:06:46 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #25788: Update pillow requirement from <8,>=7.1.1 to >=7.1.1,<10 in /sdks/python

dependabot[bot] opened a new pull request, #25788:
URL: https://github.com/apache/beam/pull/25788

   Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/python-pillow/Pillow/releases">pillow's releases</a>.</em></p>
   <blockquote>
   <h2>9.4.0</h2>
   <p><a href="https://pillow.readthedocs.io/en/stable/releasenotes/9.4.0.html">https://pillow.readthedocs.io/en/stable/releasenotes/9.4.0.html</a></p>
   <h2>Changes</h2>
   <ul>
   <li>Updated copyright year <a href="https://redirect.github.com/python-pillow/Pillow/issues/6845">#6845</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Fixed null pointer dereference crash with malformed font <a href="https://redirect.github.com/python-pillow/Pillow/issues/6846">#6846</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Return from ImagingFill early if image has a zero dimension <a href="https://redirect.github.com/python-pillow/Pillow/issues/6842">#6842</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Reversed deprecations for Image constants, except for duplicate Resampling attributes <a href="https://redirect.github.com/python-pillow/Pillow/issues/6830">#6830</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Improve exception traceback readability <a href="https://redirect.github.com/python-pillow/Pillow/issues/6836">#6836</a> [<a href="https://github.com/hugovk"><code>@​hugovk</code></a>]</li>
   <li>Fix version mismatch <a href="https://redirect.github.com/python-pillow/Pillow/issues/6841">#6841</a> [<a href="https://github.com/smb123w64gb"><code>@​smb123w64gb</code></a>]</li>
   <li>Do not attempt to read IFD1 if absent <a href="https://redirect.github.com/python-pillow/Pillow/issues/6840">#6840</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Fixed writing int as ASCII tag <a href="https://redirect.github.com/python-pillow/Pillow/issues/6800">#6800</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>If available, use wl-paste or xclip for grabclipboard() on Linux <a href="https://redirect.github.com/python-pillow/Pillow/issues/6783">#6783</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Added signed option when saving JPEG2000 images <a href="https://redirect.github.com/python-pillow/Pillow/issues/6709">#6709</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Patch OpenJPEG to include ARM64 fix <a href="https://redirect.github.com/python-pillow/Pillow/issues/6718">#6718</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Added support for I;16 modes in putdata() <a href="https://redirect.github.com/python-pillow/Pillow/issues/6825">#6825</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Added conversion from RGBa to RGB <a href="https://redirect.github.com/python-pillow/Pillow/issues/6708">#6708</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Added DDS support for uncompressed L and LA images <a href="https://redirect.github.com/python-pillow/Pillow/issues/6820">#6820</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Added LightSource tag values to ExifTags <a href="https://redirect.github.com/python-pillow/Pillow/issues/6749">#6749</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Updated libtiff shared library name <a href="https://redirect.github.com/python-pillow/Pillow/issues/6826">#6826</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Fixed PyAccess after changing ICO size <a href="https://redirect.github.com/python-pillow/Pillow/issues/6821">#6821</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Do not use EXIF from info when saving PNG images <a href="https://redirect.github.com/python-pillow/Pillow/issues/6819">#6819</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Fixed saving EXIF data to MPO <a href="https://redirect.github.com/python-pillow/Pillow/issues/6817">#6817</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Added Exif hide_offsets() <a href="https://redirect.github.com/python-pillow/Pillow/issues/6762">#6762</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Only compare to previous frame when checking for duplicate GIF frames while saving <a href="https://redirect.github.com/python-pillow/Pillow/issues/6787">#6787</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Always initialize all plugins in registered_extensions() <a href="https://redirect.github.com/python-pillow/Pillow/issues/6811">#6811</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Initialize unsigned char variables <a href="https://redirect.github.com/python-pillow/Pillow/issues/6818">#6818</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Updated deprecated NumPy alias <a href="https://redirect.github.com/python-pillow/Pillow/issues/6814">#6814</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Ignore non-opaque WebP background when saving as GIF <a href="https://redirect.github.com/python-pillow/Pillow/issues/6792">#6792</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Only set tile in ImageFile <strong>setstate</strong> <a href="https://redirect.github.com/python-pillow/Pillow/issues/6793">#6793</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Fixed BytesWarnings <a href="https://redirect.github.com/python-pillow/Pillow/issues/6816">#6816</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>When reading BLP, do not trust JPEG decoder to determine image is CMYK <a href="https://redirect.github.com/python-pillow/Pillow/issues/6767">#6767</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Updated xz to 5.4.0 <a href="https://redirect.github.com/python-pillow/Pillow/issues/6802">#6802</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Added IFD enum to ExifTags <a href="https://redirect.github.com/python-pillow/Pillow/issues/6748">#6748</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Fixed bug combining GIF frame durations <a href="https://redirect.github.com/python-pillow/Pillow/issues/6779">#6779</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Remove unnecessary Pipfile <a href="https://redirect.github.com/python-pillow/Pillow/issues/6790">#6790</a> [<a href="https://github.com/hugovk"><code>@​hugovk</code></a>]</li>
   <li>Support saving JPEG comments <a href="https://redirect.github.com/python-pillow/Pillow/issues/6774">#6774</a> [<a href="https://github.com/smason"><code>@​smason</code></a>]</li>
   <li>Add support for PyPy3.9, drop PyPy3.7 <a href="https://redirect.github.com/python-pillow/Pillow/issues/6782">#6782</a> [<a href="https://github.com/hugovk"><code>@​hugovk</code></a>]</li>
   <li>[pre-commit.ci] pre-commit autoupdate <a href="https://redirect.github.com/python-pillow/Pillow/issues/6780">#6780</a> [<a href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>]</li>
   <li>Use compile_python_fuzzer <a href="https://redirect.github.com/python-pillow/Pillow/issues/6775">#6775</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Remove specific number of jobs from comment <a href="https://redirect.github.com/python-pillow/Pillow/issues/6772">#6772</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Fix WebP dealloc method definitions <a href="https://redirect.github.com/python-pillow/Pillow/issues/6763">#6763</a> [<a href="https://github.com/Yay295"><code>@​Yay295</code></a>]</li>
   <li>Added getxmp() to WebPImagePlugin <a href="https://redirect.github.com/python-pillow/Pillow/issues/6758">#6758</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Use stdlib for setuptools on Cygwin <a href="https://redirect.github.com/python-pillow/Pillow/issues/6760">#6760</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Added &quot;exact&quot; option when saving WebP <a href="https://redirect.github.com/python-pillow/Pillow/issues/6747">#6747</a> [<a href="https://github.com/ashafaei"><code>@​ashafaei</code></a>]</li>
   <li>Use fractional coordinates when drawing text <a href="https://redirect.github.com/python-pillow/Pillow/issues/6722">#6722</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Fixed writing int as BYTE tag <a href="https://redirect.github.com/python-pillow/Pillow/issues/6740">#6740</a> [<a href="https://github.com/radarhere"><code>@​radarhere</code></a>]</li>
   <li>Remove Tidelift alignment action and badge <a href="https://redirect.github.com/python-pillow/Pillow/issues/6739">#6739</a> [<a href="https://github.com/aclark4life"><code>@​aclark4life</code></a>]</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst">pillow's changelog</a>.</em></p>
   <blockquote>
   <h2>9.4.0 (2023-01-02)</h2>
   <ul>
   <li>
   <p>Fixed null pointer dereference crash with malformed font <a href="https://redirect.github.com/python-pillow/Pillow/issues/6846">#6846</a>
   [wiredfool, radarhere]</p>
   </li>
   <li>
   <p>Return from ImagingFill early if image has a zero dimension <a href="https://redirect.github.com/python-pillow/Pillow/issues/6842">#6842</a>
   [radarhere]</p>
   </li>
   <li>
   <p>Reversed deprecations for Image constants, except for duplicate Resampling attributes <a href="https://redirect.github.com/python-pillow/Pillow/issues/6830">#6830</a>
   [radarhere]</p>
   </li>
   <li>
   <p>Improve exception traceback readability <a href="https://redirect.github.com/python-pillow/Pillow/issues/6836">#6836</a>
   [hugovk, radarhere]</p>
   </li>
   <li>
   <p>Do not attempt to read IFD1 if absent <a href="https://redirect.github.com/python-pillow/Pillow/issues/6840">#6840</a>
   [radarhere]</p>
   </li>
   <li>
   <p>Fixed writing int as ASCII tag <a href="https://redirect.github.com/python-pillow/Pillow/issues/6800">#6800</a>
   [radarhere]</p>
   </li>
   <li>
   <p>If available, use wl-paste or xclip for grabclipboard() on Linux <a href="https://redirect.github.com/python-pillow/Pillow/issues/6783">#6783</a>
   [radarhere]</p>
   </li>
   <li>
   <p>Added signed option when saving JPEG2000 images <a href="https://redirect.github.com/python-pillow/Pillow/issues/6709">#6709</a>
   [radarhere]</p>
   </li>
   <li>
   <p>Patch OpenJPEG to include ARM64 fix <a href="https://redirect.github.com/python-pillow/Pillow/issues/6718">#6718</a>
   [radarhere]</p>
   </li>
   <li>
   <p>Added support for I;16 modes in putdata() <a href="https://redirect.github.com/python-pillow/Pillow/issues/6825">#6825</a>
   [radarhere]</p>
   </li>
   <li>
   <p>Added conversion from RGBa to RGB <a href="https://redirect.github.com/python-pillow/Pillow/issues/6708">#6708</a>
   [radarhere]</p>
   </li>
   <li>
   <p>Added DDS support for uncompressed L and LA images <a href="https://redirect.github.com/python-pillow/Pillow/issues/6820">#6820</a>
   [radarhere, REDxEYE]</p>
   </li>
   <li>
   <p>Added LightSource tag values to ExifTags <a href="https://redirect.github.com/python-pillow/Pillow/issues/6749">#6749</a>
   [radarhere]</p>
   </li>
   <li>
   <p>Fixed PyAccess after changing ICO size <a href="https://redirect.github.com/python-pillow/Pillow/issues/6821">#6821</a>
   [radarhere]</p>
   </li>
   <li>
   <p>Do not use EXIF from info when saving PNG images <a href="https://redirect.github.com/python-pillow/Pillow/issues/6819">#6819</a>
   [radarhere]</p>
   </li>
   <li>
   <p>Fixed saving EXIF data to MPO <a href="https://redirect.github.com/python-pillow/Pillow/issues/6817">#6817</a>
   [radarhere]</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/python-pillow/Pillow/commit/a5bbab1c1e63b439de191ef2040173713b26d2da"><code>a5bbab1</code></a> 9.4.0 version bump</li>
   <li><a href="https://github.com/python-pillow/Pillow/commit/cdd3d8ec77524b83ba85348b0bf26d4e741d6af8"><code>cdd3d8e</code></a> Merge pull request <a href="https://redirect.github.com/python-pillow/Pillow/issues/6851">#6851</a> from radarhere/size</li>
   <li><a href="https://github.com/python-pillow/Pillow/commit/38a93a05718bc4fd871fff4254c0ce2cbce5a054"><code>38a93a0</code></a> Merge pull request <a href="https://redirect.github.com/python-pillow/Pillow/issues/6850">#6850</a> from radarhere/releasenotes</li>
   <li><a href="https://github.com/python-pillow/Pillow/commit/d4d981dc9ff923a099f0e5be95eb9a2449b74f35"><code>d4d981d</code></a> Updated size parameter descriptions</li>
   <li><a href="https://github.com/python-pillow/Pillow/commit/e908afea40ec54c43954c9a70be78af670dfb442"><code>e908afe</code></a> Updated security descriptions</li>
   <li><a href="https://github.com/python-pillow/Pillow/commit/0efda9189e68d30d92682bb9a365c12d7154971f"><code>0efda91</code></a> Merge pull request <a href="https://redirect.github.com/python-pillow/Pillow/issues/6845">#6845</a> from radarhere/copyright</li>
   <li><a href="https://github.com/python-pillow/Pillow/commit/35b4c433b33da3fa1e9a3193809c3fd7ec58d042"><code>35b4c43</code></a> Added release notes for <a href="https://redirect.github.com/python-pillow/Pillow/issues/6846">#6846</a></li>
   <li><a href="https://github.com/python-pillow/Pillow/commit/a632b7a3e71a0122caa9be27fb0b1701ffb49e26"><code>a632b7a</code></a> Added release notes for <a href="https://redirect.github.com/python-pillow/Pillow/issues/6842">#6842</a></li>
   <li><a href="https://github.com/python-pillow/Pillow/commit/009bbe25ecbcb14f4e238089f11915d01dfcf1b4"><code>009bbe2</code></a> Update CHANGES.rst [ci skip]</li>
   <li><a href="https://github.com/python-pillow/Pillow/commit/c4cc48764a66bad94c0c3fe39744bc52f38b2b8e"><code>c4cc487</code></a> Merge pull request <a href="https://redirect.github.com/python-pillow/Pillow/issues/6846">#6846</a> from radarhere/font_crash</li>
   <li>Additional commits viewable in <a href="https://github.com/python-pillow/Pillow/compare/7.1.1...9.4.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #25788: Update pillow requirement from <8,>=7.1.1 to >=7.1.1,<10 in /sdks/python

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #25788:
URL: https://github.com/apache/beam/pull/25788#issuecomment-1481087952

   Reminder, please take a look at this pr: @pabloem 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #25788: Update pillow requirement from <8,>=7.1.1 to >=7.1.1,<10 in /sdks/python

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #25788:
URL: https://github.com/apache/beam/pull/25788#issuecomment-1486770566

   Assigning new set of reviewers because Pr has gone too long without review. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @tvalentyn for label python.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #25788: Update pillow requirement from <8,>=7.1.1 to >=7.1.1,<10 in /sdks/python

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #25788:
URL: https://github.com/apache/beam/pull/25788#issuecomment-1463343148

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @pabloem for label python.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review comments).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] tvalentyn merged pull request #25788: Update pillow requirement from <8,>=7.1.1 to >=7.1.1,<10 in /sdks/python

Posted by "tvalentyn (via GitHub)" <gi...@apache.org>.
tvalentyn merged PR #25788:
URL: https://github.com/apache/beam/pull/25788


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] codecov[bot] commented on pull request #25788: Update pillow requirement from <8,>=7.1.1 to >=7.1.1,<10 in /sdks/python

Posted by "codecov[bot] (via GitHub)" <gi...@apache.org>.
codecov[bot] commented on PR #25788:
URL: https://github.com/apache/beam/pull/25788#issuecomment-1463294229

   ## [Codecov](https://codecov.io/gh/apache/beam/pull/25788?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#25788](https://codecov.io/gh/apache/beam/pull/25788?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (ae5d527) into [master](https://codecov.io/gh/apache/beam/commit/48c143de3be7fd0f1fd0301033c038543622f878?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (48c143d) will **decrease** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##           master   #25788      +/-   ##
   ==========================================
   - Coverage   72.82%   72.82%   -0.01%     
   ==========================================
     Files         775      775              
     Lines      102948   102948              
   ==========================================
   - Hits        74974    74967       -7     
   - Misses      26520    26527       +7     
     Partials     1454     1454              
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | python | `81.95% <ø> (-0.02%)` | :arrow_down: |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   [see 3 files with indirect coverage changes](https://codecov.io/gh/apache/beam/pull/25788/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org