-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[10.x] Fix breaking changes in after validation #49956
Conversation
Thanks for submitting a PR! Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface. Pull requests that are abandoned in draft may be closed due to inactivity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes my issue, just added some comments
it has some weird thing
I don't think your issue is fixed? |
Yes, adding |
but that test case is failing? |
Might be related: #49668 |
I had a PR #49871 to fix Issue #49863 but from this #49871 (comment) conversation it looks breaking change. also solving Issue #49955
if it is a breaking change then this PR will solve it. added tests for it too.
Note
last 2 tests were not passing with
x
,y
at place ofstarts_at
ordate_start
andends_at
ordate_end
even if I revert my previous PR #49871 changes.
we can look into that later