PartitionedMeasureDataContainer
Hello Team,
I am getting exception while running mace with aip base function.Attched is logs for reference.
1.Create two real measures test(base intx sku_str_week) and test1(base intx sku_dstkweek) with different navalues
regmeasure -d $AIPDOMAIN -add test -insertable true -type real -basestate write -aggstate write -db data/test.db -label test -baseint sku_str_week -navalue 0 -loglevel all
regmeasure -d $AIPDOMAIN -add test1 -insertable true -type real -basestate write -aggstate write -db data/test1.db -label test1 -baseint sku_dstk_week -navalue 2 -loglevel all
2. Populate a few cells in measure test1 to Verify that only the populated cells in test1 are populated in test, even though test1’s navalue is different from test’s