influxdb/coordinator
Jonathan A. Sternberg 2980f5b2b4 Fix mapping of types when the measurement uses a regex
With the new shard mapper implementation, regexes were just ignored so
it attempted to look up the field type inside of a measurement with no
name (which cannot possibly exist) so it would think the field didn't
exist and map it as the unknown type.
2017-01-25 16:32:57 -06:00
..
config.go Update godoc for the coordinator package. 2016-12-30 11:58:43 -08:00
config_test.go Remove old cluster config options 2016-05-11 12:59:30 -06:00
meta_client.go Support subquery execution in the query language 2017-01-07 13:00:48 -06:00
meta_client_test.go Support subquery execution in the query language 2017-01-07 13:00:48 -06:00
points_writer.go allow partial writes on field conflicts 2017-01-23 12:25:35 -06:00
points_writer_internal_test.go Fixes issue with point hitting wrong shard 2016-10-19 21:06:29 +01:00
points_writer_test.go Ensure points map to correct shard groups 2016-09-30 13:58:56 +01:00
shard_mapper.go Fix mapping of types when the measurement uses a regex 2017-01-25 16:32:57 -06:00
shard_mapper_test.go Support subquery execution in the query language 2017-01-07 13:00:48 -06:00
statement_executor.go Ensure rp names validated in CREATE DATABASE WITH 2017-01-23 19:00:19 +00:00
statement_executor_test.go Support subquery execution in the query language 2017-01-07 13:00:48 -06:00