apurtell opened a new pull request, #2511:
URL: https://github.com/apache/phoenix/pull/2511
`MutableIndexIT` was refactored to `ExplainPlanAttributes` earlier and was
not updated by PHOENIX-7886, so its `testCompoundIndexKey` and
`testMultipleUpdatesToSingleRow` cases still assert
`serverWhereFilter("SERVER FILTER BY ... ONLY")`, which is now `null`,
producing 10 failures across the parameterized configurations. Switch those
assertions to `serverProjectionFilter(columnEncoded)`, matching the
`BaseIndexIT` pattern. Full `MutableIndexIT` now passes.
Co-authored-by: Claude Opus 4.8[1m] <[email protected]>
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]