Caused by: org.postgresql.util.PSQLException: ERROR: modification of distribution columns in OnConflictUpdate is not supported
update 字段值违反唯一约束了。与insert违反唯一约束一样。解决方法都是确认插入或修改值在约束字段值维一。