[Compression - 8] Enable reader to read from compressed files/messages#246
[Compression - 8] Enable reader to read from compressed files/messages#246piraka9011 merged 7 commits intoros2:masterfrom
Conversation
7bad3bc to
8bb5ab2
Compare
Signed-off-by: Anas Abou Allaban <allabana@amazon.com>
8bb5ab2 to
4db4ef1
Compare
Signed-off-by: Anas Abou Allaban <allabana@amazon.com>
|
Wondering if anyone had thoughts on making the new utility functions |
…write docs, fix styles Signed-off-by: Anas Abou Allaban <allabana@amazon.com>
ad37c31 to
1d4f9ec
Compare
Signed-off-by: Anas Abou Allaban <allabana@amazon.com>
Signed-off-by: Anas Abou Allaban <allabana@amazon.com>
Signed-off-by: Anas Abou Allaban <allabana@amazon.com>
|
@ros2/aws-oncall - please run this CI job |
Signed-off-by: Anas Abou Allaban <allabana@amazon.com>
05d8061 to
1f9ab3e
Compare
|
@Karsten1987 could you PTAL? |
|
This PR introduced linter warnings which were even reported in the run CI build (see the latest Windows CI). Please fix this asap / by the end of day. (@ros2/aws-oncall FYI) Also in the future do not merge PRs which clearly show regressions in the ran CI builds. |
|
@dirk-thomas Fix in #256. |
The Windows build had exact 4 failing tests - all related to this patch. So no unrelated tests obscuring the result in that case. |
This PR allows a Reader to decompress a file or serialized bag message by checking the bag file metadata.
It currently supports the Zstd decompressor only.
Creating a decompressor factory will be part of a later change.
Changes
Part of aws-roadmap/#68.