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 e076e59b2b Simplify `expr = L1 AND expr != L2` to `expr = L1` when `L1
!= L2` (#19731)
add 4e1bc79e00 fix: enhance CTE resolution with identifier normalization
(#19519)
No new revisions were added by this update.
Summary of changes:
datafusion/sql/src/resolve.rs | 162 ++++++++++++++++-----
datafusion/sqllogictest/src/test_context.rs | 104 ++++++++++++-
.../test_files/cte_quoted_reference.slt | 70 +++++++++
3 files changed, 297 insertions(+), 39 deletions(-)
create mode 100644 datafusion/sqllogictest/test_files/cte_quoted_reference.slt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]