Fixes #18468
This is a follow up to the earlier #18500 fix to ensure that when summing up datatable row array columns that each of the array keys is checked against the unsummable columns list and is not summed if present there. This should prevent attempts to sum up the ts_archived
string date value in the row _metadata
array column and subsequent warning messages.