This is an automated email from the ASF dual-hosted git repository.
timsaucer pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git
from 583e1e94 Update changelog and version number (#1089)
add ffafb59e feat: support unparser (#1088)
No new revisions were added by this update.
Summary of changes:
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 ++++++++++++++++++
6 files changed, 201 insertions(+), 36 deletions(-)
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]