Adds mode and compression based parameter resolution. With this, if a user specifies the mode and/or compression params, we will create a default configuration with the aim of meeting those hints.
Currently, it does not contain support for overriding any of the parameters. This will be taken in a future commit.
Still working on tests, but figured it would be good to get the PR out. Heres what I still need to do:
[ ] Resolve test failures
[x] Block mode/compression on non-float data types
[ ] Add test coverage
Related Issues
1949
Check List
[X] Commits are signed per the DCO using --signoff.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Description
Adds mode and compression based parameter resolution. With this, if a user specifies the mode and/or compression params, we will create a default configuration with the aim of meeting those hints.
Currently, it does not contain support for overriding any of the parameters. This will be taken in a future commit.
Still working on tests, but figured it would be good to get the PR out. Heres what I still need to do:
Related Issues
1949
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.