gpogulsky commented on code in PR #9063:
URL: https://github.com/apache/pinot/pull/9063#discussion_r927190447


##########
pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/BaseSingleSegmentConversionExecutor.java:
##########
@@ -158,7 +158,10 @@ public SegmentConversionResult executeTask(PinotTaskConfig 
pinotTaskConfig)
           new 
BasicNameValuePair(FileUploadDownloadClient.QueryParameters.ENABLE_PARALLEL_PUSH_PROTECTION,
 "true");
       NameValuePair tableNameParameter = new 
BasicNameValuePair(FileUploadDownloadClient.QueryParameters.TABLE_NAME,
           TableNameBuilder.extractRawTableName(tableNameWithType));
-      List<NameValuePair> parameters = 
Arrays.asList(enableParallelPushProtectionParameter, tableNameParameter);
+      NameValuePair tableTypeParameter = new 
BasicNameValuePair(FileUploadDownloadClient.QueryParameters.TABLE_TYPE,
+              
TableNameBuilder.getTableTypeFromTableName(tableNameWithType).toString());

Review Comment:
   Didn't use any IDE for the change.
   Corrected spacing. Hope it's ok now.



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to