difin commented on code in PR #4348:
URL: https://github.com/apache/hive/pull/4348#discussion_r1239969175
##########
ql/src/java/org/apache/hadoop/hive/ql/metadata/HiveStorageHandler.java:
##########
@@ -201,6 +201,10 @@ public default StorageHandlerInfo
getStorageHandlerInfo(Table table) throws Meta
{
return null;
}
+
+ default String getTableType(org.apache.hadoop.hive.ql.metadata.Table table) {
+ return null;
Review Comment:
I agree, it seems better. Done.
--
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]