Aitozi commented on code in PR #21522:
URL: https://github.com/apache/flink/pull/21522#discussion_r1139710984


##########
flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/table/catalog/hive/HiveCatalogITCase.java:
##########
@@ -503,16 +522,16 @@ public void testViewSchema() throws Exception {
 
             CatalogView catalogView =
                     (CatalogView) hiveCatalog.getTable(new ObjectPath("db1", 
"v1"));
-            Schema viewSchema = catalogView.getUnresolvedSchema();
+            ResolvedSchema viewSchema =

Review Comment:
   Yes, you are right. But as my comments above, compare the Schema directly is 
not feasible/easy. So we compare the resolved version to compare with the 
expected one. I think it can cover the original requirements. 



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