stoty commented on code in PR #1656:
URL: https://github.com/apache/phoenix/pull/1656#discussion_r1298360383
##########
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexCoprocIT.java:
##########
@@ -58,12 +58,12 @@ public class IndexCoprocIT extends ParallelStatsDisabledIT {
"|org.apache.phoenix.index.GlobalIndexChecker|805306365|";
public static final String INDEX_REGION_OBSERVER_CONFIG =
"|org.apache.phoenix.hbase.index.IndexRegionObserver|805306366|" +
- "index.builder=org.apache.phoenix.index.PhoenixIndexBuilder," +
Review Comment:
index.builder and org.apache.hadoop.hbase.index.codec.class are present in
the HBase table descriptor.
For data backwards compatibility reasons I'd prefer not change these two
(even though they have the same problems as others).
i.e. Changing these would break older versions of Phoenix when trying to use
them if we changed these.
--
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]