turbot / pipe-fittings

Shared components for use across pipe projects.
https://github.com/turbot
GNU Affero General Public License v3.0
12 stars 3 forks source link

Unique column name generator should take hash using the column index as an input rather than appending occurrence index to the hashed output #426

Closed MichaelBurgess closed 2 months ago

MichaelBurgess commented 3 months ago

Rather than abcd{occurence_index} it should be just abcd, where the hash takes into account the column index.