twosigma / flint

A Time Series Library for Apache Spark
Apache License 2.0
995 stars 184 forks source link

Method addColumnForCycle throws error if time is not the first column #17

Closed heimir-sverrisson closed 7 years ago

heimir-sverrisson commented 7 years ago

If time is not the first column an error was thrown. This is a workaround that has the side effects of sometimes re-ordering the existing columns, but the newly added column will be the last.