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

github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    from 8246631bfa fix: Implement `reset_state` for `LazyMemoryExec` (#19362)
     add 6ac7b898e7 Preserve ORDER BY in Unparser for projection -> order by 
pattern (#19483)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/tests/sql/mod.rs          |   1 +
 datafusion/core/tests/sql/unparser.rs     | 462 ++++++++++++++++++++++++++++++
 datafusion/sql/src/unparser/dialect.rs    |  11 +-
 datafusion/sql/src/unparser/plan.rs       |  10 -
 datafusion/sql/tests/cases/plan_to_sql.rs |   2 +-
 5 files changed, 469 insertions(+), 17 deletions(-)
 create mode 100644 datafusion/core/tests/sql/unparser.rs


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to