Skip to content

Commit

Permalink
Added examples on working with complex type objects
Browse files Browse the repository at this point in the history
  • Loading branch information
rajagopr committed Oct 31, 2024
1 parent 0a8ea76 commit d0a5470
Show file tree
Hide file tree
Showing 10 changed files with 488 additions and 172 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/sibling-level-unnest-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/unnest-multi-level-array.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
* [Google Cloud Storage](basics/data-import/pinot-file-system/import-from-gcp.md)
* [Input formats](basics/data-import/pinot-input-formats.md)
* [Complex Type (Array, Map) Handling](basics/data-import/complex-type.md)
* [Unnest JSON Array](basics/data-import/unnest-json-array.md)
* [Unnest JSON Array](basics/data-import/complex-type-examples.md)
* [Ingest records with dynamic schemas](basics/data-import/schema-conforming-transformer.md)
* [Reload a table segment](basics/data-import/segment-reload.md)
* [Upload a table segment](basics/data-import/segment-upload.md)
Expand Down
4 changes: 2 additions & 2 deletions basics/data-import/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ This guide shows you how to handle the complex type in the ingested data, such a
[complex-type.md](complex-type.md)
{% endcontent-ref %}

This guide shows you how to unnest JSON records that are grouped into an array at the root level.
This guide shows additional examples on how to work with complex types.

{% content-ref url="unnest-json-array.md" %}
[unnest-json-array.md](unnest-json-array.md)
[unnest-json-array.md](complex-type-examples.md)
{% endcontent-ref %}

This guide shows you how to handle records with dynamic schemas, like JSON log events.
Expand Down
Loading

0 comments on commit d0a5470

Please sign in to comment.