siddharthteotia commented on a change in pull request #6710:
URL: https://github.com/apache/incubator-pinot/pull/6710#discussion_r604418937



##########
File path: 
pinot-core/src/main/java/org/apache/pinot/core/query/scheduler/QueryScheduler.java
##########
@@ -315,7 +313,7 @@ private boolean forceLog(long schedulerWaitMs, long 
numDocsScanned) {
    */
   protected ListenableFuture<byte[]> immediateErrorResponse(ServerQueryRequest 
queryRequest,
       ProcessingException error) {
-    DataTable result = new DataTableImplV2();
+    DataTable result = new DataTableImplV3();

Review comment:
       Fix this as per 
https://github.com/apache/incubator-pinot/pull/6710/files#r604379681

##########
File path: 
pinot-core/src/main/java/org/apache/pinot/core/query/scheduler/QueryScheduler.java
##########
@@ -315,7 +313,7 @@ private boolean forceLog(long schedulerWaitMs, long 
numDocsScanned) {
    */
   protected ListenableFuture<byte[]> immediateErrorResponse(ServerQueryRequest 
queryRequest,
       ProcessingException error) {
-    DataTable result = new DataTableImplV2();
+    DataTable result = new DataTableImplV3();

Review comment:
       Please fix this as per 
https://github.com/apache/incubator-pinot/pull/6710/files#r604379681




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



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

Reply via email to