danny0405 commented on code in PR #9640:
URL: https://github.com/apache/hudi/pull/9640#discussion_r1333762610
##########
hudi-sync/hudi-hive-sync/src/test/java/org/apache/hudi/hive/testutils/HiveTestUtil.java:
##########
@@ -154,6 +155,7 @@ public static void setUp() throws IOException,
InterruptedException, HiveExcepti
hiveSyncProps.setProperty(META_SYNC_PARTITION_FIELDS.key(), "datestr");
hiveSyncProps.setProperty(META_SYNC_PARTITION_EXTRACTOR_CLASS.key(),
SlashEncodedDayPartitionValueExtractor.class.getName());
hiveSyncProps.setProperty(HIVE_BATCH_SYNC_PARTITION_NUM.key(), "3");
+ hiveSyncProps.setProperty(HIVE_AUTO_CREATE_DATABASE.key(), "true");
Review Comment:
Got it, let's keep this PR suspended for a while to enlighten with more
ideas.
--
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]