xushiyan commented on code in PR #6722:
URL: https://github.com/apache/hudi/pull/6722#discussion_r974919332


##########
hudi-sync/hudi-hive-sync/src/test/java/org/apache/hudi/hive/TestHiveSyncTool.java:
##########
@@ -303,6 +301,7 @@ public void testSyncCOWTableWithProperties(boolean 
useSchemaFromCommitMetadata,
     hiveDriver.run("SHOW CREATE TABLE " + dbTableName);
     hiveDriver.getResults(results);
     String ddl = String.join("\n", results);
+    assertTrue(ddl.contains(String.format("ROW FORMAT SERDE \n  '%s'", 
ParquetHiveSerDe.class.getName())));

Review Comment:
   at least the hive version used for the test is fixed now, so it'll be always 
formatted like that



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