twosigma / flint

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

[Python] Weird error when time column is not the first column #8

Open icexelloss opened 7 years ago

icexelloss commented 7 years ago

When time column is not the first column, it gives an confusing exception:

ValueError: object of IntegerType out of range, got: 1357084800000000000
icexelloss commented 7 years ago

I think this is triggered by addColumnForCycle with a flint dataframe that time column is not the first column