Nathaniel Cook
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...
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...
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...
Flux supports duration values, but not as a column value. We should add support for duration columns.
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.
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...
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...
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...
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...
This depends having explicit platform clients