You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/12/25 04:06:48 UTC

[GitHub] [iceberg] dependabot[bot] opened a new pull request, #6492: Build: Bump adlfs from 2022.10.0 to 2022.11.2 in /python

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

   Bumps [adlfs](https://github.com/dask/adlfs) from 2022.10.0 to 2022.11.2.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/fsspec/adlfs/blob/main/CHANGELOG.md">adlfs's changelog</a>.</em></p>
   <blockquote>
   <h2>2022.11.2</h2>
   <ul>
   <li>Reorder fs.info() to search the parent directory only after searching for the specified item directly</li>
   <li>Removed pin on upper bound for azure-storage-blob</li>
   <li>Moved AzureDatalakeFileSystem to a separate module, in acknowledgement of <a href="https://learn.microsoft.com/en-us/answers/questions/281107/azure-data-lake-storage-gen1-retirement-announceme.html%7D">Microsoft End of Life notice</a></li>
   <li>Added DeprecationWarning to AzureDatalakeFilesystem</li>
   </ul>
   <h2>2022.10.1</h2>
   <ul>
   <li>Pin azure-storage-blob &gt;=12.12.0,<!-- raw HTML omitted -->=1.23.1,&lt;2.0.0</li>
   </ul>
   <h2>2022.9.1</h2>
   <ul>
   <li>Fixed missing dependency on <code>aiohttp</code> in package metadata.</li>
   </ul>
   <h2>2022.9.0</h2>
   <ul>
   <li>Add support to AzureBlobFileSystem for versioning</li>
   <li>Assure full uri's are left stripped to remove &quot;&quot;</li>
   <li>Set Python requires &gt;=3.8 in setup.cfg</li>
   <li>_strip_protocol handle lists</li>
   </ul>
   <h2>2022.7.0</h2>
   <ul>
   <li>Fix overflow error when uploading files &gt; 2GB</li>
   </ul>
   <h2>2022.04.0</h2>
   <ul>
   <li>Added support for Python 3.10 and pinned Python 3.8</li>
   <li>Skip test_url due to bug in Azurite</li>
   <li>Added isort and update pre-commit</li>
   </ul>
   <h2>v2022.02.0</h2>
   <ul>
   <li>Updated requirements to fsspec &gt;= 2021.10.1 to fix <a href="https://github-redirect.dependabot.com/dask/adlfs/issues/280">#280</a></li>
   <li>Fixed deprecation warning in pytest_asyncio by setting asycio_mode = True</li>
   </ul>
   <h2>v2021.10.1</h2>
   <ul>
   <li>Added support for Hierarchical Namespaces in Gen2 to enable multilevel Hive partitioned tables in pyarrow</li>
   <li>Registered abfss:// as an entrypoint instead of registering at runtime</li>
   <li>Implemented support for fsspec callbacks in put_file and get_file</li>
   </ul>
   <h2>v2021.09.1</h2>
   <ul>
   <li>Fixed isdir() bug causing some directories to be labeled incorrectly as files</li>
   <li>Added flexible url handling to improve compatibility with other applications using Spark and fsspec</li>
   </ul>
   <p>v2021.08.1</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/fsspec/adlfs/commit/b01b30d5bbffcb0a49033cc4c90af1cba9da3fe2"><code>b01b30d</code></a> Added deprecationwarning to azuredatalakefilesystem and removed it from extra...</li>
   <li><a href="https://github.com/fsspec/adlfs/commit/0d47f381dd563ad68e6e6023b92bbee7843eed40"><code>0d47f38</code></a> Patch1 (<a href="https://github-redirect.dependabot.com/dask/adlfs/issues/372">#372</a>)</li>
   <li><a href="https://github.com/fsspec/adlfs/commit/6b4f3d8e94f89ae6d6de0e59a7bc9ea48013bb14"><code>6b4f3d8</code></a> _ls: support detail (<a href="https://github-redirect.dependabot.com/dask/adlfs/issues/369">#369</a>)</li>
   <li><a href="https://github.com/fsspec/adlfs/commit/5cd75d0ec75da65c508c9a994758e3ea32e4666f"><code>5cd75d0</code></a> Improve credential how-to description in README  (<a href="https://github-redirect.dependabot.com/dask/adlfs/issues/367">#367</a>)</li>
   <li><a href="https://github.com/fsspec/adlfs/commit/f9ac1a8b2bf226e64970bf4f33a6265cb437d2c9"><code>f9ac1a8</code></a> Fix info perf (<a href="https://github-redirect.dependabot.com/dask/adlfs/issues/370">#370</a>)</li>
   <li><a href="https://github.com/fsspec/adlfs/commit/f15c37a43afd87a04f01b61cd90294dd57181e1d"><code>f15c37a</code></a> Updated instructions for CONTRIBUTING.md to use colima (<a href="https://github-redirect.dependabot.com/dask/adlfs/issues/355">#355</a>)</li>
   <li><a href="https://github.com/fsspec/adlfs/commit/6aa23f74d553b87ea529618653cc43ff11b83081"><code>6aa23f7</code></a> Fix info() performance (<a href="https://github-redirect.dependabot.com/dask/adlfs/issues/360">#360</a>)</li>
   <li><a href="https://github.com/fsspec/adlfs/commit/6a3530fde02adc32a5bbff841973b0a131d2534d"><code>6a3530f</code></a> Respect onerror='return' in AzureBlobFileSystem.cat (<a href="https://github-redirect.dependabot.com/dask/adlfs/issues/359">#359</a>)</li>
   <li><a href="https://github.com/fsspec/adlfs/commit/065b71bd66505fc6f87e8809ebb216bfaef770fd"><code>065b71b</code></a> Update changelog.md (<a href="https://github-redirect.dependabot.com/dask/adlfs/issues/356">#356</a>)</li>
   <li>See full diff in <a href="https://github.com/dask/adlfs/compare/2022.10.0...2022.11.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=adlfs&package-manager=pip&previous-version=2022.10.0&new-version=2022.11.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] Fokko merged pull request #6492: Build: Bump adlfs from 2022.10.0 to 2022.11.2 in /python

Posted by GitBox <gi...@apache.org>.
Fokko merged PR #6492:
URL: https://github.com/apache/iceberg/pull/6492


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org