rahil-c commented on code in PR #13650: URL: https://github.com/apache/hudi/pull/13650#discussion_r2286628479
########## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java: ########## @@ -130,6 +131,7 @@ public abstract class BaseHoodieWriteClient<T, I, K, O> extends BaseHoodieClient protected static final String LOOKUP_STR = "lookup"; private static final long serialVersionUID = 1L; private static final Logger LOG = LoggerFactory.getLogger(BaseHoodieWriteClient.class); + private static final String SPARK_COMPLEX_KEYGEN_CLASS_NAME = "org.apache.hudi.keygen.ComplexKeyGenerator"; Review Comment: This base hoodie write client is used by other engines outside of spark, so wondering if this naming should be something engine agnostic? -- 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]
