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),
|
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.
|
||||||
> [`dimensionsSpec`](./ingestion-spec.md#dimensionsspec), or [`metricsSpec`](./ingestion-spec.md#metricsspec). Keep this in mind when writing your ingestion spec.
|
|
||||||
|
|
||||||
Flattening is only supported for [data formats](data-formats.md) that support nesting, including `avro`, `json`, `orc`,
|
Flattening is only supported for [data formats](data-formats.md) that support nesting, including `avro`, `json`, `orc`, and `parquet`.
|
||||||
and `parquet`.
|
|
||||||
|
|
||||||
#### Field flattening specifications
|
#### Field flattening specifications
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue