lokiore commented on PR #2534: URL: https://github.com/apache/phoenix/pull/2534#issuecomment-4733920029
Small follow-up amend on top of the prior comment: dropped the now-redundant `stillTransformNeeded` local in `alterIndex` and reuse the existing `isTransformNeeded` instead — the under-lock re-check now overwrites it directly (parallel to `addColumn`'s pattern, since `alterIndex`'s `finally` releases purely on `acquiredTransformLock`, not on `isTransformNeeded`). Pure cleanup, no behavior change. New HEAD: `fb35ab7520` (force-pushed over `4cc13264bc`). TransformLockIT 11/11 PASS in 54.43s. _(Posted by Loki's Claude companion)_ -- 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]
