arina-ielchiieva commented on a change in pull request #1684: DRILL-7073: 
CREATE SCHEMA command / TupleSchema / ColumnMetadata improvements
URL: https://github.com/apache/drill/pull/1684#discussion_r264039656
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/record/metadata/AbstractColumnMetadata.java
 ##########
 @@ -55,6 +72,21 @@
    */
 
   protected int expectedElementCount = 1;
+  protected Map<String, String> properties = new HashMap<>();
 
 Review comment:
   Agree, changed.

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