-
Notifications
You must be signed in to change notification settings - Fork 292
update(S3, Azure Blog Storage): Support Parquet format #3258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release-6.1
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds documentation for Apache Parquet format support in S3 and Azure Blob Storage data integration sinks. The change enables users to store aggregated MQTT messages in Parquet format, a columnar storage format optimized for analytical queries, as an alternative to CSV and JSON Lines formats.
Key Changes:
- Added Parquet as a third aggregation file format option alongside CSV and JSON Lines
- Introduced comprehensive Parquet configuration documentation including Schema definition (Avro), compression algorithms, and row group size settings
- Updated workflow descriptions to mention Parquet format support
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 8 comments.
| File | Description |
|---|---|
| zh_CN/data-integration/s3.md | Added Chinese documentation for Parquet format support in S3 sink, including configuration options and examples |
| zh_CN/data-integration/azure-blob-storage.md | Added Chinese documentation for Parquet format support in Azure Blob Storage sink, including configuration options and examples |
| en_US/data-integration/s3.md | Added English documentation for Parquet format support in S3 sink, including configuration options and examples |
| en_US/data-integration/azure-blob-storage.md | Added English documentation for Parquet format support in Azure Blob Storage sink, including configuration options and examples |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
|
@thalesmg, please help review the Parquet format contents in S3 and Azure Blob Storage integration docs for technical accuracy. |
https://emqx.atlassian.net/browse/EMQX-14831