the-other-tim-brown commented on code in PR #13208:
URL: https://github.com/apache/hudi/pull/13208#discussion_r2056159100
##########
hudi-common/src/test/java/org/apache/hudi/avro/TestHoodieAvroReaderContext.java:
##########
@@ -182,6 +185,20 @@ void getRecordKeyFromMetadataFields() {
assertEquals(recordKey, avroReaderContext.getRecordKey(indexedRecord,
schemaWithMetaFields));
}
+ @ParameterizedTest
+ @ValueSource(booleans = {false, true})
+ void getKeyGeneratorClassDefaults(boolean isPartitioned) {
Review Comment:
This falls into the same bucket as the keygenerator based right? the MDT
keygen is not available in this package and I don't feel comfortable moving the
packages around
--
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]