Skip to content

Update SqlExpressionEvaluator.java - #1673

Open
aschenzle wants to merge 5 commits into
masterfrom
aschenzle-patch-1
Open

Update SqlExpressionEvaluator.java#1673
aschenzle wants to merge 5 commits into
masterfrom
aschenzle-patch-1

Conversation

@aschenzle

Copy link
Copy Markdown
Collaborator

Fixing a copy & paste mistake

Fixing a copy & paste mistake
@aschenzle
aschenzle requested a review from jgaleotti August 11, 2026 19:59

@jgaleotti jgaleotti left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a test case to exhibit the behaviour (i.e. a test case that fails since the expression checks only concreteLeftValue instead of concreteLeftValue and concreteRightValue

@aschenzle

Copy link
Copy Markdown
Collaborator Author

Please add a test case to exhibit the behaviour (i.e. a test case that fails since the expression checks only concreteLeftValue instead of concreteLeftValue and concreteRightValue

I didn't need to add a test as the change made the existing test fail. The reason for the failure was a bad string parsing that didn't take timezone into account. Once I fixed that the test is passing again.

@aschenzle
aschenzle requested a review from jgaleotti August 12, 2026 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants