tkhurana commented on a change in pull request #993:
URL: https://github.com/apache/phoenix/pull/993#discussion_r535456399



##########
File path: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexExtendedIT.java
##########
@@ -67,19 +68,32 @@
     private final boolean localIndex;
     private final boolean useViewIndex;
     private final String tableDDLOptions;
+    private final String indexDDLOptions;
     private final boolean mutable;
     private final boolean useSnapshot;
+
+    private static final Logger LOGGER = 
LoggerFactory.getLogger(IndexExtendedIT.class);
     
     public IndexExtendedIT( boolean mutable, boolean localIndex, boolean 
useViewIndex, boolean useSnapshot) {

Review comment:
       extend this function to take a new argument useSingleCellIndex ?




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to