vvysotskyi commented on a change in pull request #1923: DRILL-7479: Partial 
fixes for metadata parameterized type issues
URL: https://github.com/apache/drill/pull/1923#discussion_r357693121
 
 

 ##########
 File path: 
metastore/metastore-api/src/main/java/org/apache/drill/metastore/components/tables/TableMetadataUnit.java
 ##########
 @@ -511,6 +511,9 @@ public static Schema of(Class<?> unitClass, Class<?> 
builderClass) {
               rowGroupColumns.add(name);
               partitionColumns.add(name);
               break;
+            default:
+              // Throw an error?
 
 Review comment:
   The same here.

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