chrislusf / glow

Glow is an easy-to-use distributed computation system written in Go, similar to Hadoop Map Reduce, Spark, Flink, Storm, etc. I am also working on another similar pure Go system, https://github.com/chrislusf/gleam , which is more flexible and more performant.
3.2k stars 248 forks source link

Sort by date time ? #34

Closed joeblew99 closed 8 years ago

joeblew99 commented 8 years ago

https://github.com/chrislusf/glow/wiki/join-cogroup-groupbykey

Anyone's elseneed sorting by date time ?

chrislusf commented 8 years ago

Date is easily converted to string or int64. Just need some helper function for this?

joeblew99 commented 8 years ago

Yes please.

joeblew99 commented 8 years ago

:) thanks