Re: [PR] Simplify Between expression to Eq [datafusion]

2025-03-04 Thread via GitHub
jayzhan211 merged PR #14994: URL: https://github.com/apache/datafusion/pull/14994 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@dat

Re: [PR] Simplify Between expression to Eq [datafusion]

2025-03-04 Thread via GitHub
jayzhan211 commented on PR #14994: URL: https://github.com/apache/datafusion/pull/14994#issuecomment-2699326547 > I don't think it closes https://github.com/apache/datafusion/issues/14943 I agree it. -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [PR] Simplify Between expression to Eq [datafusion]

2025-03-04 Thread via GitHub
alamb commented on code in PR #14994: URL: https://github.com/apache/datafusion/pull/14994#discussion_r1979605743 ## datafusion/sqllogictest/test_files/simplify_expr.slt: ## @@ -0,0 +1,34 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lic

[PR] Simplify Between expression to Eq [datafusion]

2025-03-03 Thread via GitHub
jayzhan211 opened a new pull request, #14994: URL: https://github.com/apache/datafusion/pull/14994 ## Which issue does this PR close? Part of #14943 ## Rationale for this change ## What changes are included in this PR? ## Are these changes t