Clever / optimus

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

sinks: csv: consistent write order #5

Closed azylman closed 10 years ago

azylman commented 10 years ago

Otherwise tests sometimes fail on go 1.3, which fixes iteration order for small maps

nathanleiby commented 10 years ago

test? (maybe a single row with "a", "b", "c", "d", "e" as headers?)

nathanleiby commented 10 years ago

LGTM (after test)

azylman commented 10 years ago

tested and rebased