morphir-elm
morphir-elm copied to clipboard
Support renaming 'key' fields in Morphir SDK Aggregation API transpilation to spark
i.e. the limitation found in https://github.com/finos/morphir-elm/issues/799#issuecomment-1191714998
The solution is probably to chain the generated expression to a 'select' expression to rename all the columns, if there's a 'key' field and its name differs from the name of the groupBy column.