tkhurana commented on code in PR #1736:
URL: https://github.com/apache/phoenix/pull/1736#discussion_r1480460071
##########
phoenix-core-client/src/main/java/org/apache/phoenix/coprocessorclient/BaseScannerRegionObserverConstants.java:
##########
@@ -135,6 +135,12 @@ public static long getMaxLookbackInMillis(Configuration
conf){
public static final String EMPTY_COLUMN_QUALIFIER_NAME = "_EmptyCQName";
public static final String INDEX_ROW_KEY = "_IndexRowKey";
public static final String READ_REPAIR_TRANSFORMING_TABLE =
"_ReadRepairTransformingTable";
+ public static final String SCAN_ANALYZE_ACTUAL_START_ROW =
"_ScanAnalyzeActualStartRow";
+ public static final String SCAN_ANALYZE_ACTUAL_STOP_ROW =
"_ScanAnalyzeActualStopRow";
+ public static final String SCAN_ANALYZE_INCLUDE_START_ROW =
"_ScanAnalyzeIncludeStartRow";
+ public static final String SCAN_ANALYZE_INCLUDE_STOP_ROW =
"_ScanAnalyzeIncludeStopRow";
+ public static final String SCAN_SERVER_RETURN_VALID_ROW_KEY =
"_ScanServerValidRowKey";
+
Review Comment:
Good to explain what these attributes mean and are used for
--
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]