mirror of
https://github.com/apache/druid.git
synced 2025-02-07 02:28:19 +00:00
* Adding ParserSpec for Influx Line Protocol * Addressing PR feedback - Remove extraneous TODO - Better handling of parse errors (e.g. invalid timestamp) - Handle sub-millisecond timestamps * Adding documentation for Influx parser * Fixing docs