Clever / optimus

Concurrently extract, transform, and load tables of data in Go
Apache License 2.0
34 stars 7 forks source link

fix failing tests on go1.4 #20

Closed azylman closed 9 years ago

azylman commented 9 years ago

Apparently go1.4 changed how empty fields were encoded for csvs, so the tests were failing. This makes us read the rows back in and compare the structured results instead of comparing strings.

kvigen commented 9 years ago

lgtm!