table.tometadata(metadata) should copy column.info dictionary instead of referencing same dictionary

Issue #2716 resolved
Former user created an issue

After executing table.tometadata(metadata), the new table's new column's info dictionaries are references to the original columns' dictionaries instead of a copy of the dictionary.

If this is by design for some reason, no hard feelings, close ticket, but seems bad design to me to have the new instances of the columns referencing the original columns' info dictionaries.

Comments (4)

  1. Log in to comment