walterddr commented on a change in pull request #7631:
URL: https://github.com/apache/pinot/pull/7631#discussion_r736893489



##########
File path: 
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/FieldConfig.java
##########
@@ -86,8 +107,14 @@ public EncodingType getEncodingType() {
   }
 
   @Nullable
+  @Deprecated
   public IndexType getIndexType() {
-    return _indexType;
+    return _indexTypes.size() > 0 ? _indexTypes.get(0) : null;
+  }
+
+  @Nullable

Review comment:
       ```suggestion
   ```




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to