s3: document format=parquet option and page-level compression#2591
s3: document format=parquet option and page-level compression#2591rituparnakhaund wants to merge 1 commit into
Conversation
Update S3 output plugin documentation to reflect the new format=parquet option that separates output format selection from byte-level compression. Documents: - New parquet value for the format option - Page-level compression codec control via compression when format is parquet - Migration path from deprecated compression=parquet syntax - Configuration examples with and without page-level compression - Updated existing parquet examples to use new syntax Related code PR: fluent/fluent-bit#11885 Signed-off-by: Rituparna Khaund <ritukhau@amazon.co.uk>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates the S3 output documentation to comprehensively describe Parquet format capabilities. The compression parameter table is expanded to list new values, followed by a detailed Parquet format section with codec mappings, configuration examples, migration guidance, and build requirements. Arrow format description is clarified, and test examples are updated to use the new format parameter syntax. ChangesS3 Output Parquet Format Documentation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Update S3 output plugin documentation to reflect the new format=parquet option that separates output format selection from byte-level compression.
Documents:
Related code PR: fluent/fluent-bit#11885
Summary by CodeRabbit
format: parquetparameter for Apache Parquet output with codec mappings and requirements.compression=parquetsyntax in favor offormat: parquet.