arina-ielchiieva commented on a change in pull request #1789: DRILL-7181: 
Improve V3 text reader (row set) error messages
URL: https://github.com/apache/drill/pull/1789#discussion_r285024459
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/ResultSetLoader.java
 ##########
 @@ -41,6 +42,12 @@
 
   public static final int DEFAULT_ROW_COUNT = 
BaseValueVector.INITIAL_VALUE_ALLOCATION;
 
+  /**
+   * Context for error messages.
+   */
+
+  RowSetContext context();
 
 Review comment:
   Can this context be used for some this else rather than errors?
   If not, maybe its better to name it `errorContext` everywhere?

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

Reply via email to