pitfall when using combining input source (#13639)

This commit is contained in:
Victoria Lim 2023-01-25 12:50:19 -08:00 committed by GitHub
parent 706b8a0227
commit 00cee329bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -756,6 +756,8 @@ Use the Combining input source only if all the delegates are splittable and can
Similar to other input sources, the Combining input source supports a single `inputFormat`.
Delegate input sources that require an `inputFormat` must have the same format for input data.
If you include the [Druid input source](#druid-input-source), the timestamp column is stored in the `__time` field.
To correctly combine the data from the Druid input source with another source, ensure that other delegate input sources also store the timestamp column in `__time`.
|Property|Description|Required|
|--------|-----------|---------|