sguggilam commented on a change in pull request #768:
URL: https://github.com/apache/phoenix/pull/768#discussion_r413105524



##########
File path: 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/generated/ServerCachingProtos.java
##########
@@ -2896,6 +2916,49 @@ public int getIndexDataColumnCount() {
       return indexDataColumnCount_;
     }
 
+    // optional string parentTableType = 24;
+    public static final int PARENTTABLETYPE_FIELD_NUMBER = 24;

Review comment:
       This is auto generated file

##########
File path: 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/generated/ServerCachingProtos.java
##########
@@ -5759,6 +5850,80 @@ public Builder clearIndexDataColumnCount() {
         return this;
       }
 
+      // optional string parentTableType = 24;
+      private java.lang.Object parentTableType_ = "";
+      /**
+       * <code>optional string parentTableType = 24;</code>
+       */
+      public boolean hasParentTableType() {
+        return ((bitField0_ & 0x00800000) == 0x00800000);
+      }
+      /**
+       * <code>optional string parentTableType = 24;</code>
+       */
+      public java.lang.String getParentTableType() {
+        java.lang.Object ref = parentTableType_;
+        if (!(ref instanceof java.lang.String)) {
+          java.lang.String s = ((com.google.protobuf.ByteString) ref)
+              .toStringUtf8();
+          parentTableType_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
+      }
+      /**
+       * <code>optional string parentTableType = 24;</code>
+       */
+      public com.google.protobuf.ByteString
+          getParentTableTypeBytes() {

Review comment:
       This is auto generated file

##########
File path: 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/generated/ServerCachingProtos.java
##########
@@ -5759,6 +5850,80 @@ public Builder clearIndexDataColumnCount() {
         return this;
       }
 
+      // optional string parentTableType = 24;
+      private java.lang.Object parentTableType_ = "";
+      /**
+       * <code>optional string parentTableType = 24;</code>
+       */
+      public boolean hasParentTableType() {
+        return ((bitField0_ & 0x00800000) == 0x00800000);
+      }
+      /**
+       * <code>optional string parentTableType = 24;</code>
+       */
+      public java.lang.String getParentTableType() {
+        java.lang.Object ref = parentTableType_;
+        if (!(ref instanceof java.lang.String)) {
+          java.lang.String s = ((com.google.protobuf.ByteString) ref)
+              .toStringUtf8();
+          parentTableType_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
+      }
+      /**
+       * <code>optional string parentTableType = 24;</code>
+       */
+      public com.google.protobuf.ByteString
+          getParentTableTypeBytes() {
+        java.lang.Object ref = parentTableType_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          parentTableType_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
+        }
+      }
+      /**
+       * <code>optional string parentTableType = 24;</code>
+       */
+      public Builder setParentTableType(

Review comment:
       This is auto generated file




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