pvary commented on a change in pull request #3129:
URL: https://github.com/apache/hive/pull/3129#discussion_r835720938



##########
File path: 
metastore/src/java/org/apache/hadoop/hive/metastore/SerDeStorageSchemaReader.java
##########
@@ -45,7 +45,7 @@
       }
 
       Deserializer s = HiveMetaStoreUtils.getDeserializer(conf, tbl, null, 
false);
-      return HiveMetaStoreUtils.getFieldsFromDeserializer(tbl.getTableName(), 
s);
+      return HiveMetaStoreUtils.getFieldsFromDeserializer(tbl.getTableName(), 
s, null);

Review comment:
       Changed the whole approach since we do not have enough info here to 
decide on the default comment




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to