feature-store-api icon indicating copy to clipboard operation
feature-store-api copied to clipboard

operations should check for duplicated columns

Open SirOibaf opened this issue 5 years ago • 0 comments

It's easy when joining feature groups together to end up with duplicated columns. Spark refuses to write if there are duplicated columns in the dataframe.

When we check the schema we should also check that there are no duplicated columns.

SirOibaf avatar Apr 16 '20 16:04 SirOibaf