mirror of https://github.com/apache/druid.git
Docs - Corrected admonition issue (#11926)
* Corrected admonition issue * Update data-formats.md Removed all admonition bits, and took out sf linebreaks. * Update data-formats.md Changed the shocker line into something a little more practical.
This commit is contained in:
parent
706d057ccc
commit
ed0606db69
|
@ -598,11 +598,9 @@ For example:
|
|||
]
|
||||
}
|
||||
```
|
||||
After Druid reads the input data records, it applies the flattenSpec before applying any other specs such as [`timestampSpec`](./ingestion-spec.md#timestampspec), [`transformSpec`](./ingestion-spec.md#transformspec),
|
||||
> [`dimensionsSpec`](./ingestion-spec.md#dimensionsspec), or [`metricsSpec`](./ingestion-spec.md#metricsspec). Keep this in mind when writing your ingestion spec.
|
||||
After Druid reads the input data records, it applies the flattenSpec before applying any other specs such as [`timestampSpec`](./ingestion-spec.md#timestampspec), [`transformSpec`](./ingestion-spec.md#transformspec), [`dimensionsSpec`](./ingestion-spec.md#dimensionsspec), or [`metricsSpec`](./ingestion-spec.md#metricsspec). This makes it possible to extract timestamps from flattened data, for example, and to refer to flattened data in transformations, in your dimension list, and when generating metrics.
|
||||
|
||||
Flattening is only supported for [data formats](data-formats.md) that support nesting, including `avro`, `json`, `orc`,
|
||||
and `parquet`.
|
||||
Flattening is only supported for [data formats](data-formats.md) that support nesting, including `avro`, `json`, `orc`, and `parquet`.
|
||||
|
||||
#### Field flattening specifications
|
||||
|
||||
|
|
Loading…
Reference in New Issue