This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/pip/datafusion-50.0.0
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


 discard 2b78885b Build: Bump datafusion from 47.0.0 to 50.0.0
     add bf4cd58f infra: remove outdated filterwarnings (#2568)
     add 2ad32801 Make Reference JSON serializable (#2564)
     add fd5be9e1 Make `ExecutorFactory` multi-process safe (#2546)
     add bc2aa007 Support arbitrary literal in BETWEEN operator (#2567)
     add f557e222 Build: Bump protobuf from 5.29.1 to 5.29.5 (#2570)
     add b834b984 Build: Bump datafusion from 47.0.0 to 50.0.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2b78885b)
            \
             N -- N -- N   refs/heads/dependabot/pip/datafusion-50.0.0 
(b834b984)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 mkdocs/docs/row-filter-syntax.md      |  4 +-
 poetry.lock                           | 26 ++++++------
 pyiceberg/expressions/__init__.py     | 20 ++++++----
 pyiceberg/expressions/parser.py       |  3 +-
 pyiceberg/utils/concurrent.py         |  9 +++++
 pyproject.toml                        | 10 +----
 tests/expressions/test_expressions.py |  2 +
 tests/expressions/test_parser.py      | 26 ++++++------
 tests/utils/test_concurrent.py        | 75 ++++++++++++++++++++++++++++++++++-
 9 files changed, 129 insertions(+), 46 deletions(-)

Reply via email to