arina-ielchiieva commented on a change in pull request #1844: DRILL-7326:
Support repeated lists for CTAS parquet format
URL: https://github.com/apache/drill/pull/1844#discussion_r316132034
##########
File path:
exec/java-exec/src/main/codegen/templates/EventBasedRecordWriter.java
##########
@@ -96,7 +96,7 @@ private void initFieldWriters() throws IOException {
public static abstract class FieldConverter {
protected static final String LIST = "list";
- protected static final String ELEMENT = "element";
+ public static final String ELEMENT = "element";
Review comment:
Please make other two constants public for consistency.
----------------------------------------------------------------
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