Jackie-Jiang commented on a change in pull request #5221: Add a new server api 
for download of segments.
URL: https://github.com/apache/incubator-pinot/pull/5221#discussion_r408340479
 
 

 ##########
 File path: 
pinot-core/src/main/java/org/apache/pinot/core/data/manager/BaseTableDataManager.java
 ##########
 @@ -211,4 +211,9 @@ private void closeSegment(SegmentDataManager 
segmentDataManager) {
   public String getTableName() {
     return _tableNameWithType;
   }
+
+  @Override
+  public File getTableDataDir() {
+    return new File(_tableDataDir);
 
 Review comment:
   ```suggestion
       return _indexDir;
   ```

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


With regards,
Apache Git Services

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

Reply via email to