nsivabalan commented on a change in pull request #3250:
URL: https://github.com/apache/hudi/pull/3250#discussion_r667079580



##########
File path: 
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/config/TestHoodieWriteConfig.java
##########
@@ -43,6 +43,7 @@ public void testPropertyLoading() throws IOException {
     params.put(HoodieCompactionConfig.CLEANER_COMMITS_RETAINED_PROP.key(), 
"1");
     params.put(HoodieCompactionConfig.MAX_COMMITS_TO_KEEP_PROP.key(), "5");
     params.put(HoodieCompactionConfig.MIN_COMMITS_TO_KEEP_PROP.key(), "2");
+    params.put("hoodie.avro.schema.externalTransformation", "true");

Review comment:
       shouldn't we use EXTERNAL_RECORD_AND_SCHEMA_TRANSFORMATION.key() here?




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