tspurway / hustle

A column oriented, embarrassingly distributed relational event database.
Other
240 stars 36 forks source link

Wrong Data Types for Aggregation Columns #34

Closed ncloudioj closed 10 years ago

ncloudioj commented 10 years ago

Currently, aggregation columns will inherit the type of their corresponding columns. That results in wrong column types when dumping query result to another Hustle marble.

For example, The type of column "name" is string, h_count(name)'s type should be "int" instead of "string".