Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
The number of configuration keeps growing in AbfsOutputStream and AbfsInputStream as we keep on adding new features. It is time to refactor the configurations in a separate class like StreamContext and pass them around.
This is will improve the readability of code and reduce cherry-pick-backport pain.