Diogo Baeder
03/30/2022, 12:31 AMsegmentPartitionConfig
map doesn't accept the mapping of column to partition config directly, as the table configuration documentation says, but rather can only contain a columnPartitionMap
field it seems, and then this field in its turn can contain the mapping between column and partition config
• The segmentsConfig
seems to have had its old replicasPerPartition
renamed to replication
, if I understand correctly - or maybe I just don't understand where each should be used, if both are valid (although the config docs don't mention replicasPerPartition
anymore)
Should I open a ticket on GitHub about these? Or am I getting something wrong perhaps?Mayank
Diogo Baeder
03/30/2022, 12:50 AMLuis Fernandez
03/30/2022, 2:47 PMreplicasPerPartition
? also we have always have it done
segmentPartitionConfig
then columnPartitionMap
and then the fields that we have to map from which pinot version are you upgrading from?
also thank you for sharing this we will updating to 0.10.0
shortly and this helpsDiogo Baeder
03/30/2022, 2:53 PMLuis Fernandez
03/30/2022, 2:54 PM0.10.0
?Diogo Baeder
03/30/2022, 2:57 PM