rahulLiving commented on code in PR #2419:
URL: https://github.com/apache/phoenix/pull/2419#discussion_r3138474435
##########
phoenix-core-server/src/main/java/org/apache/phoenix/mapreduce/PhoenixSyncTableMapper.java:
##########
@@ -395,7 +396,7 @@ private ChunkScannerContext createChunkScanner(Connection
conn, byte[] startKey,
scan.setAttribute(BaseScannerRegionObserverConstants.SYNC_TABLE_CHUNK_FORMATION,
TRUE_BYTES);
scan.setAttribute(BaseScannerRegionObserverConstants.SKIP_REGION_BOUNDARY_CHECK,
TRUE_BYTES);
scan.setAttribute(BaseScannerRegionObserverConstants.UNGROUPED_AGG,
TRUE_BYTES);
- ScanUtil.setScanAttributesForPhoenixTTL(scan, pTable, phoenixConn);
Review Comment:
This seems to be useful for PhoenixTTLRegionScanner which is for view TTL,
so not required.
--
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]