Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
None
-
None
Description
w/ async indexing, how do we deduce what are the MDT partitions to update on the regular write path?
private MetadataRecordsGenerationParams getRecordsGenerationParams() { return new MetadataRecordsGenerationParams( dataMetaClient, enabledPartitionTypes, dataWriteConfig.getBloomFilterType(), dataWriteConfig.getBloomIndexParallelism(), dataWriteConfig.isMetadataColumnStatsIndexEnabled(), dataWriteConfig.getColumnStatsIndexParallelism(), StringUtils.toList(dataWriteConfig.getColumnsEnabledForColumnStatsIndex()), StringUtils.toList(dataWriteConfig.getColumnsEnabledForBloomFilterIndex())); }
As of now, I see above code snippet is what deciding that. But don't we need to decide on tableConfig ?