Changing partition names (not labels) after creation of zpool?

I’ve been playing around with zfs a bit before putting it to use. I looks like when you create a pool with whole disks zfs creates 2 partitions. It labels each partition 1 with the zpool name and names each partition 1 with a unique name in the format of zfs-xxxxxxxxxxxxxxx. It would be nice to change that name to something more meaningful. gdisk will do it, no problem, but I’m wondering if changing the names is going to cause issues down the line.