-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
domain: codecsAnything related to Vector's codecs (encoding/decoding)Anything related to Vector's codecs (encoding/decoding)needs: approvalNeeds review & approval before work can begin.Needs review & approval before work can begin.needs: requirementsNeeds a a list of requirements before work can be beginNeeds a a list of requirements before work can be beginsink: aws_s3Anything `aws_s3` sink relatedAnything `aws_s3` sink relatedtype: enhancementA value-adding code change that enhances its existing functionality.A value-adding code change that enhances its existing functionality.
Description
Similar to #1373 we should support the Parquet format. The parquet format is a columnar format that enables faster and more efficient data access schemes such as column selection and indexing.
Implementation
Unfortunately, I do not have deep experience with this format as I do with ORC, but like everything else, we should start very simple. Fortunately, there appears to be a Rust library that supports basic writing of this data.
123BLiN, davemt, valdisrigdon, shyamperi, johnseekins and 73 morel1x, ondrejmo, nicosuave, piellick, ayushsquad and 6 more
Metadata
Metadata
Assignees
Labels
domain: codecsAnything related to Vector's codecs (encoding/decoding)Anything related to Vector's codecs (encoding/decoding)needs: approvalNeeds review & approval before work can begin.Needs review & approval before work can begin.needs: requirementsNeeds a a list of requirements before work can be beginNeeds a a list of requirements before work can be beginsink: aws_s3Anything `aws_s3` sink relatedAnything `aws_s3` sink relatedtype: enhancementA value-adding code change that enhances its existing functionality.A value-adding code change that enhances its existing functionality.