Can I modify the value of a partitioned table, just by changing the name of the partition directory?
The table I now have has year and month as partitions. The values were stored as decimal so the partitions are "2016.0" instead of just "2016" and "3.0" instead of "3".
Can I just rename the directories and have the values in the partitions updated?