cgivre commented on code in PR #2568:
URL: https://github.com/apache/drill/pull/2568#discussion_r891397014


##########
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/project/ProjectRecordBatch.java:
##########
@@ -46,7 +51,9 @@ public class ProjectRecordBatch extends 
AbstractSingleRecordBatch<Project> {
   private static final Logger logger = 
LoggerFactory.getLogger(ProjectRecordBatch.class);
 
   protected List<ValueVector> allocationVectors;
+  @Deprecated // use new writer rsLoader

Review Comment:
   Correct.  There are a bunch of things we need to remove before we can 
completely remove the `JsonReader`.



-- 
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: dev-unsubscr...@drill.apache.org

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

Reply via email to