This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/async-trait-0.1.88
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git
omit d4c3eae2 build(deps): bump async-trait from 0.1.86 to 0.1.88
add 583e1e94 Update changelog and version number (#1089)
add ffafb59e feat: support unparser (#1088)
add 09b929a6 Documentation updates: mention correct dataset on basics page
(#1081)
add 448e84bf build(deps): bump async-trait from 0.1.86 to 0.1.88
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 (d4c3eae2)
\
N -- N -- N refs/heads/dependabot/cargo/main/async-trait-0.1.88
(448e84bf)
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:
Cargo.lock | 2 +-
Cargo.toml | 2 +-
dev/changelog/46.0.0.md | 73 ++++++++++++++++++++
docs/source/user-guide/basics.rst | 4 +-
python/datafusion/__init__.py | 3 +-
python/datafusion/unparser.py | 80 ++++++++++++++++++++++
.../tests/test_unparser.py | 23 ++++---
src/lib.rs | 5 ++
src/{common/df_schema.rs => unparser/dialect.rs} | 60 ++++++++--------
src/unparser/mod.rs | 66 ++++++++++++++++++
10 files changed, 278 insertions(+), 40 deletions(-)
create mode 100644 dev/changelog/46.0.0.md
create mode 100644 python/datafusion/unparser.py
copy dev/python_lint.sh => python/tests/test_unparser.py (64%)
mode change 100755 => 100644
copy src/{common/df_schema.rs => unparser/dialect.rs} (50%)
create mode 100644 src/unparser/mod.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]