tkhurana commented on code in PR #2574:
URL: https://github.com/apache/phoenix/pull/2574#discussion_r3707750443


##########
phoenix-core-server/src/main/java/org/apache/phoenix/hbase/index/IndexRegionObserver.java:
##########
@@ -1854,7 +1967,8 @@ public void 
preBatchMutateWithExceptions(ObserverContext<RegionCoprocessorEnviro
           || !context.immutableRows && context.hasUncoveredIndex
             && isPartialUncoveredIndexMutation(indexMetaData, miniBatchOp)
       ) {
-        getCurrentRowStates(c, context);
+        getCurrentRowStates(c, context, context.literalTTLForInternalScan,
+          isStrictTTLEnabled(miniBatchOp), batchTimestamp);

Review Comment:
   We can save is strict ttl in also in the context. You are already saving ttl 
and empty column family and qualifier. That will make the API cleaner.



-- 
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]

Reply via email to