danny0405 commented on code in PR #18187:
URL: https://github.com/apache/hudi/pull/18187#discussion_r2802123699
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java:
##########
@@ -131,6 +137,9 @@
@Slf4j
public abstract class BaseHoodieWriteClient<T, I, K, O> extends
BaseHoodieClient implements RunsTableService {
+ public static final Set<KeyGeneratorType> NO_METAFIELDS_KEYGEN_ALLOWLIST =
Review Comment:
we can move this into `KeyGeneratorType`
--
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]