vvysotskyi 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_r264035821
##########
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:
This field can be made final. Also, In some places values from
`LinkedHashMap` are put into this map. Should it be also `LinkedHashMap`?
----------------------------------------------------------------
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