arina-ielchiieva commented on a change in pull request #1829: DRILL-7096: 
Develop vector for canonical Map<K,V>
URL: https://github.com/apache/drill/pull/1829#discussion_r317073940
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetRecordWriter.java
 ##########
 @@ -85,6 +84,22 @@
   private static final int MAXIMUM_RECORD_COUNT_FOR_CHECK = 10000;
   private static final int BLOCKSIZE_MULTIPLE = 64 * 1024;
 
+  /**
+   * Name of nested group for Parquet's {@code MAP} type.
+   * @see <a 
href="https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#maps";>MAP
 logical type</a>
+   */
+  private static final String GROUP_KEY_VALUE_NAME = "key_value";
+  /**
+   * Name of nested group for Parquet's {@code LIST} type.
+   * @see <a 
href="https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#lists";>LIST
 logical type</a>
+   */
+  private static final String GROUP_LIST_NAME = "list";
 
 Review comment:
   Recently Igor was adding similar constants in 
https://github.com/apache/drill/pull/1844, please revisit.

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