This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 40bf0ea183 Support IGNORE NULLS for NTH_VALUE window function (#9625)
add 269563afd0 Improve Robustness of Unparser Testing and Implementation
(#9623)
No new revisions were added by this update.
Summary of changes:
datafusion/sql/src/unparser/expr.rs | 46 +++++++++--
datafusion/sql/src/unparser/mod.rs | 1 +
datafusion/sql/src/unparser/plan.rs | 87 +++++++++------------
datafusion/sql/src/unparser/utils.rs | 84 +++++++++++++++++++++
datafusion/sql/tests/sql_integration.rs | 130 ++++++++++++++++++--------------
5 files changed, 232 insertions(+), 116 deletions(-)
create mode 100644 datafusion/sql/src/unparser/utils.rs