PaddyMelody commented on code in PR #8595:
URL: https://github.com/apache/hudi/pull/8595#discussion_r1184474743
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/FileIndex.java:
##########
@@ -66,15 +66,19 @@ public class FileIndex {
private final RowType rowType;
private final boolean tableExists;
private final HoodieMetadataConfig metadataConfig;
+ private final HoodieFlinkEngineContext hoodieFlinkEngineContext;
private final PartitionPruners.PartitionPruner partitionPruner; // for
partition pruning
private final DataPruner dataPruner; // for data
skipping
private final int dataBucket; // for
bucket pruning
private List<String> partitionPaths; // cache of
partition paths
private FileIndex(Path path, Configuration conf, RowType rowType, DataPruner
dataPruner, PartitionPruners.PartitionPruner partitionPruner, int dataBucket) {
+ org.apache.hadoop.conf.Configuration hadoopConf =
HadoopConfigurations.getHadoopConf(conf);
+
Review Comment:
you are right.
--
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]