jlalwani-amazon commented on code in PR #37:
URL: 
https://github.com/apache/flink-connector-hive/pull/37#discussion_r3351028000


##########
flink-connector-hive/src/main/java/org/apache/flink/table/planner/delegation/hive/parse/HiveParserDDLSemanticAnalyzer.java:
##########
@@ -1272,23 +1268,32 @@ private Operation 
convertAlterDatabaseOwner(HiveParserASTNode ast) throws Semant
         String dbName =
                 HiveParserBaseSemanticAnalyzer.getUnescapedName(
                         (HiveParserASTNode) ast.getChild(0));
-        PrincipalDesc principalDesc =
+        Object principalDesc =

Review Comment:
   Yes based on other iscussion, this code will be refactored and we will use 
the Hive specific PrincipalDesc and CreateObjectDesc



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

Reply via email to