danny0405 commented on code in PR #13714:
URL: https://github.com/apache/hudi/pull/13714#discussion_r2271862669
##########
hudi-common/src/main/java/org/apache/hudi/common/table/read/FileGroupReaderSchemaHandler.java:
##########
@@ -75,13 +80,15 @@ public class FileGroupReaderSchemaHandler<T> {
protected final TypedProperties properties;
private final DeleteContext deleteContext;
+ private final HoodieTableMetaClient metaClient;
public FileGroupReaderSchemaHandler(HoodieReaderContext<T> readerContext,
Schema tableSchema,
Schema requestedSchema,
Option<InternalSchema> internalSchemaOpt,
HoodieTableConfig hoodieTableConfig,
- TypedProperties properties) {
+ TypedProperties properties,
+ HoodieTableMetaClient metaClient) {
Review Comment:
can we replace the `hoodieTableConfig` with `metaClient` ? the table config
can be fetched from meta client.
--
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]