whylogs icon indicating copy to clipboard operation
whylogs copied to clipboard

whylogs should warn if using very long feature names

Open jamie256 opened this issue 2 years ago • 0 comments

Description

column names are not restricted in whylogs other than being serialized into protobuf as key of a map field, and if a user inputs a very long string as a column name it is likely unintentional.

Consider:

  1. warning if column names are longer than some threshold.
  2. warn and truncate/hash very long column names before serializing.

jamie256 avatar Sep 01 '22 17:09 jamie256