Nathaniel Cook

Results 55 issues of Nathaniel Cook

The `kafka.to` function doesn't follow the new design of how encoders and transports should work. Kafka is both its own encoding and transport and needs to be updated accordingly. In...

team/query

See for details on numeric types https://github.com/influxdata/flux/issues/476 For other types this is what is expected. * A duration can be either a time or duration literal, where if it is...

breaking
team/query

From the SPEC: LoadLoacation loads a locations from a time zone database. LoadLocation has the following parameters: * name string Name is the name of the location to load. The...

duplicate
enhancement
team/query
new function

Flux supports duration values, but not as a column value. We should add support for duration columns.

team/query

Once we have confidence in our coverage of the encoders through the units tests remove the unnecessary use of the encoder/decoders in the end to end tests.

enhancement
difficulty/medium
team/query
new function

The compiler, interpreter and any thing else that interacts with Flux values and types will need to be aware of polymorphic types. As such we should change the values.Value interface...

enhancement
team/query
area/core

Currently the map function can either merge the result with the group key or it can explicitly define all new columns. There is no way to generically say given an...

breaking
team/query
func/map

As a user knowing the group key at each step in a query is critical in understanding if the query is doing what is expected. We should provide a way...

enhancement
team/query
area/core

From the SPEC: FixedZone creates a location based on a fixed time offset from UTC. FixedZone has the following parameters: * offset duration Offset is the offset from UTC for...

duplicate
enhancement
team/query
new function

This depends having explicit platform clients

enhancement
team/query
new function
area/ingestion